Neos\Neos\Fusion\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');
    }