PHP 트레잇 gossi\codegen\model\parts\FinalPart

Keeps track if the model has a final modifier or not
저자: Thomas Gossmann
파일 보기 프로젝트 열기: gossi/php-code-generator

공개 메소드들

메소드 설명
isFinal ( ) : boolean Returns whether this is final
setFinal ( boolean $bool ) Sets this final

메소드 상세

isFinal() 공개 메소드

Returns whether this is final
public isFinal ( ) : boolean
리턴 boolean `true` for final and `false` if not

setFinal() 공개 메소드

Sets this final
public setFinal ( boolean $bool )
$bool boolean `true` for final and `false` if not