Zephir\ClassDefinition::setIsGeneratedConstructor PHP Method

setIsGeneratedConstructor() public method

Sets if the class constructor was generated by zephir
public setIsGeneratedConstructor ( boolean $isGeneratedConstructor )
$isGeneratedConstructor boolean
    public function setIsGeneratedConstructor($isGeneratedConstructor)
    {
        $this->isGeneratedConstructor = $isGeneratedConstructor;
    }