PHP Class Storm\Api\Caching\FunctionToASTConverter

Author: Elliot Levin ([email protected])
Inheritance: extends Storm\Api\Base\FunctionToASTConverter
Mostrar archivo Open project: timetoogo/penumbra

Public Methods

Method Description
FunctionToAST ( Storm\Core\Object\IEntityMap $EntityMap, callable $Function, $ResolveVariables = true )
__construct ( Storm\Utilities\Cache\ICache $Cache, Storm\Drivers\Fluent\Object\Functional\IReader $Reader, Storm\Drivers\Fluent\Object\Functional\IParser $Parser )

Private Methods

Method Description
FunctionHash ( ReflectionFunctionAbstract $Reflection )

Method Details

FunctionToAST() public method

public FunctionToAST ( Storm\Core\Object\IEntityMap $EntityMap, callable $Function, $ResolveVariables = true )
$EntityMap Storm\Core\Object\IEntityMap
$Function callable

__construct() public method

public __construct ( Storm\Utilities\Cache\ICache $Cache, Storm\Drivers\Fluent\Object\Functional\IReader $Reader, Storm\Drivers\Fluent\Object\Functional\IParser $Parser )
$Cache Storm\Utilities\Cache\ICache
$Reader Storm\Drivers\Fluent\Object\Functional\IReader
$Parser Storm\Drivers\Fluent\Object\Functional\IParser