Neos\Neos\TypoScript\NodeUriImplementation::getArguments PHP Method

getArguments() public method

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