PHP Interface Pinq\Parsing\IMagicResolvable

Author: Elliot Levin ([email protected])
Show file Open project: timetoogo/pinq

Public Methods

Method Description
resolveMagic ( Pinq\Parsing\IFunctionMagic $functionMagic ) : static Resolves any magic constants or scopes with the supplied reflection and returns a new function object with the updated expressions.

Method Details

resolveMagic() public method

Resolves any magic constants or scopes with the supplied reflection and returns a new function object with the updated expressions.
public resolveMagic ( Pinq\Parsing\IFunctionMagic $functionMagic ) : static
$functionMagic Pinq\Parsing\IFunctionMagic
return static