Neos\Neos\TypoScript\NodeUriImplementation::getArguments PHP Метод

getArguments() публичный Метод

Additional arguments to be passed to the UriBuilder (for example pagination parameters)
public getArguments ( ) : array
Результат array
    public function getArguments()
    {
        return $this->tsValue('arguments');
    }