gossi\codegen\model\AbstractPhpMember::setStatic PHP Method

setStatic() public method

Sets whether or not this member is static
public setStatic ( boolean $bool )
$bool boolean
    public function setStatic($bool)
    {
        $this->static = (bool) $bool;
        return $this;
    }