FileAccess Orion

TranslatorPathsPass extends AbstractRecursivePass
in package

Tags
author

Yonel Ceruto yonelceruto@gmail.com

Table of Contents

$container  : ContainerBuilder
$currentId  : mixed
$controllers  : mixed
$debugCommandServiceId  : mixed
$definitions  : mixed
$expressionLanguage  : mixed
$inExpression  : mixed
$level  : mixed
$paths  : mixed
$processExpressions  : mixed
$resolverServiceId  : mixed
$translatorServiceId  : mixed
$updateCommandServiceId  : mixed
__construct()  : mixed
process()  : mixed
You can modify the container here before it is dumped to PHP code.
enableExpressionProcessing()  : mixed
getConstructor()  : ReflectionFunctionAbstract|null
getReflectionMethod()  : ReflectionFunctionAbstract
inExpression()  : bool
processValue()  : mixed
Processes a value found in a definition tree.
findControllerArguments()  : array<string|int, mixed>
getExpressionLanguage()  : ExpressionLanguage

Properties

Methods

__construct()

public __construct([string $translatorServiceId = 'translator' ][, string $debugCommandServiceId = 'console.command.translation_debug' ][, string $updateCommandServiceId = 'console.command.translation_update' ][, string $resolverServiceId = 'argument_resolver.service' ]) : mixed
Parameters
$translatorServiceId : string = 'translator'
$debugCommandServiceId : string = 'console.command.translation_debug'
$updateCommandServiceId : string = 'console.command.translation_update'
$resolverServiceId : string = 'argument_resolver.service'
Return values
mixed

enableExpressionProcessing()

protected enableExpressionProcessing() : mixed
Return values
mixed

inExpression()

protected inExpression([bool $reset = true ]) : bool
Parameters
$reset : bool = true
Return values
bool

processValue()

Processes a value found in a definition tree.

protected processValue(mixed $value[, mixed $isRoot = false ]) : mixed
Parameters
$value : mixed
$isRoot : mixed = false
Return values
mixed

The processed value

Search results