Свойство | Type | Description | |
---|---|---|---|
$fusionRuntime | Reference to the TypoScript Runtime which controls the whole rendering | ||
$partialTypoScriptTree | array | This is a part of the TypoScript tree built when evaluating $this->path. | |
$path | string | The TypoScript path this object proxies | |
$systemLogger | Neos\Flow\Log\SystemLoggerInterface | ||
$templateImplementation | Reference to the "parent" TypoScript object |
Méthode | Description | |
---|---|---|
__construct ( |
Constructor. | |
__toString ( ) : string | Finally evaluate the TypoScript path | |
count ( ) : integer | ||
getIterator ( ) : ArrayIterator | Iterates through all subelements. | |
objectAccess ( ) : |
Post-Processor which is called whenever this object is encountered in a Fluid object access. | |
offsetExists ( string $offset ) : boolean | TRUE if a given subpath exists, FALSE otherwise. | |
offsetGet ( string $offset ) : mixed | |
Return the object at $offset; evaluating simple types right away, and wrapping arrays into ourselves again. | |
offsetSet ( string $offset, mixed $value ) | Stub to implement the ArrayAccess interface cleanly | |
offsetUnset ( string $offset ) | Stub to implement the ArrayAccess interface cleanly |
public __construct ( |
||
$templateImplementation | ||
$path | string | |
$partialTypoScriptTree | array |
public __toString ( ) : string | ||
Résultat | string |
public getIterator ( ) : ArrayIterator | ||
Résultat | ArrayIterator |
public objectAccess ( ) : |
||
Résultat |
public offsetExists ( string $offset ) : boolean | ||
$offset | string | |
Résultat | boolean |
public offsetUnset ( string $offset ) | ||
$offset | string |
protected Runtime,Neos\Fusion\Core $fusionRuntime | ||
Résultat |
protected array $partialTypoScriptTree | ||
Résultat | array |
protected string $path | ||
Résultat | string |
protected SystemLoggerInterface,Neos\Flow\Log $systemLogger | ||
Résultat | Neos\Flow\Log\SystemLoggerInterface |