Storm\Api\Caching\Storm::GetClosureToASTConverter PHP Метод

GetClosureToASTConverter() защищенный Метод

protected GetClosureToASTConverter ( Storm\Drivers\Fluent\Object\Functional\IReader $FunctionReader, Storm\Drivers\Fluent\Object\Functional\IParser $FunctionParser )
$FunctionReader Storm\Drivers\Fluent\Object\Functional\IReader
$FunctionParser Storm\Drivers\Fluent\Object\Functional\IParser
    protected function GetClosureToASTConverter(Functional\IReader $FunctionReader, Functional\IParser $FunctionParser)
    {
        return new FunctionToASTConverter($this->Cache, $FunctionReader, $FunctionParser);
    }