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

isStatic() public method

Returns whether this member is static
public isStatic ( ) : boolean
return boolean `true` if static and `false` if not
    public function isStatic()
    {
        return $this->static;
    }