PHP Class Neos\FluidAdaptor\Core\Parser\SyntaxTree\ResourceUriNode

See also: ResourceInterceptor
Inheritance: extends TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$arguments array
$viewHelperClassName string
$viewHelperResolver Neos\FluidAdaptor\Core\ViewHelper\ViewHelperResolver

Public Methods

Method Description
__construct ( array $arguments, TYPO3Fluid\Fluid\Core\Parser\ParsingState $state ) Constructor.
injectViewHelperResolver ( ViewHelperResolver $viewHelperResolver )

Method Details

__construct() public method

Constructor.
public __construct ( array $arguments, TYPO3Fluid\Fluid\Core\Parser\ParsingState $state )
$arguments array Arguments of view helper - each value is a RootNode.
$state TYPO3Fluid\Fluid\Core\Parser\ParsingState

injectViewHelperResolver() public method

public injectViewHelperResolver ( ViewHelperResolver $viewHelperResolver )
$viewHelperResolver Neos\FluidAdaptor\Core\ViewHelper\ViewHelperResolver

Property Details

$arguments protected property

protected array $arguments
return array

$viewHelperClassName protected property

protected string $viewHelperClassName
return string

$viewHelperResolver protected property

protected ViewHelperResolver,Neos\FluidAdaptor\Core\ViewHelper $viewHelperResolver
return Neos\FluidAdaptor\Core\ViewHelper\ViewHelperResolver