PHP Trait gossi\codegen\model\parts\ReferenceReturnPart

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

Public Methods

Method 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 method

Returns whether a reference is returned
public isReferenceReturned ( ) : boolean
return boolean

setReferenceReturned() public method

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