PHP Class Storm\Api\Caching\FunctionToASTConverter

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

Méthodes publiques

Méthode 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

Méthode Description
FunctionHash ( ReflectionFunctionAbstract $Reflection )

Method Details

FunctionToAST() public méthode

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

__construct() public méthode

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