gossi\codegen\model\parts\FinalPart::setFinal PHP Method

setFinal() public method

Sets this final
public setFinal ( boolean $bool )
$bool boolean `true` for final and `false` if not
    public function setFinal($bool)
    {
        $this->final = (bool) $bool;
        return $this;
    }