PHP Trait gossi\codegen\model\parts\ReferenceReturnPart

Keeps track whether the return value is a reference or not
Author: Thomas Gossmann
Afficher le fichier Open project: gossi/php-code-generator

Méthodes publiques

Méthode Description
isReferenceReturned ( ) : boolean Returns whether a reference is returned
setReferenceReturned ( boolean $bool ) Set true if a reference is returned of false if not

Method Details

isReferenceReturned() public méthode

Returns whether a reference is returned
public isReferenceReturned ( ) : boolean
Résultat boolean

setReferenceReturned() public méthode

Set true if a reference is returned of false if not
public setReferenceReturned ( boolean $bool )
$bool boolean