gossi\codegen\model\parts\FinalPart::isFinal PHP 메소드

isFinal() 공개 메소드

Returns whether this is final
public isFinal ( ) : boolean
리턴 boolean `true` for final and `false` if not
    public function isFinal()
    {
        return $this->final;
    }