Phan\Language\Element\Clazz::setIsParentConstructorCalled PHP Метод

setIsParentConstructorCalled() публичный Метод

public setIsParentConstructorCalled ( boolean $is_parent_constructor_called ) : void
$is_parent_constructor_called boolean
Результат void
    public function setIsParentConstructorCalled(bool $is_parent_constructor_called)
    {
        $this->setPhanFlags(Flags::bitVectorWithState($this->getPhanFlags(), Flags::IS_PARENT_CONSTRUCTOR_CALLED, $is_parent_constructor_called));
    }