Neos\Neos\TypoScript\NodeUriImplementation::getArguments PHP Méthode

getArguments() public méthode

Additional arguments to be passed to the UriBuilder (for example pagination parameters)
public getArguments ( ) : array
Résultat array
    public function getArguments()
    {
        return $this->tsValue('arguments');
    }