Zephir\ClassDefinition::isGeneratedConstructor PHP Метод

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

Returns whether the constructor was generated by zephir
public isGeneratedConstructor ( ) : boolean
Результат boolean
    public function isGeneratedConstructor()
    {
        return $this->isGeneratedConstructor;
    }