PHP Class Pinq\Parsing\InvalidFunctionException

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\PinqException
Show file Open project: timetoogo/pinq Class Usage Examples

Public Methods

Method Description
invalidFunctionMessage ( string $messageFormat, ReflectionFunctionAbstract $reflection ) : self

Method Details

invalidFunctionMessage() public static method

public static invalidFunctionMessage ( string $messageFormat, ReflectionFunctionAbstract $reflection ) : self
$messageFormat string
$reflection ReflectionFunctionAbstract
return self