PHP Трейт gossi\codegen\model\parts\AbstractPart

Keeps track if the model has an abstract modifier or not
Автор: Thomas Gossmann
Показать файл Открыть проект

Открытые методы

Метод Описание
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