PHP Trait gossi\codegen\model\parts\AbstractPart

Keeps track if the model has an abstract modifier or not
Author: Thomas Gossmann
Afficher le fichier Open project: gossi/php-code-generator

Méthodes publiques

Méthode Description
isAbstract ( ) : boolean Returns whether this is abstract
setAbstract ( boolean $bool ) Sets this to abstract

Method Details

isAbstract() public méthode

Returns whether this is abstract
public isAbstract ( ) : boolean
Résultat boolean `true` for abstract and `false` if not

setAbstract() public méthode

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