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

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

공개 메소드들

메소드 설명
isAbstract ( ) : boolean Returns whether this is abstract
setAbstract ( boolean $bool ) Sets this to abstract

메소드 상세

isAbstract() 공개 메소드

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

setAbstract() 공개 메소드

Sets this to abstract
public setAbstract ( boolean $bool )
$bool boolean `true` for abstract and `false` if not