property = $property; $this->assign = $assign; $this->param = $param; } public function getProperty() : \PhpParser\Node\Stmt\Property { return $this->property; } public function getAssign() : \PhpParser\Node\Expr\Assign { return $this->assign; } public function getParam() : \PhpParser\Node\Param { return $this->param; } }