Abstract
Methods |
public addParam( $param) Adds a parameter.
|
public addParams(array $params) Adds multiple parameters.
|
public makeReturnByRef() Make the function return by reference.
|
public setReturnType( $type) Sets the return type for PHP 7.
|
Properties |
protected $params = [] |
protected $returnByRef = false |
protected $returnType = NULL
|