expr = $expr; $this->init = $init; $this->clean = $clean; } public function requiresRuntimeInit(): bool { return $this->init !== '' || $this->clean !== ''; } }