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

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

If TRUE, the current query parameters will be kept in the URI
public getAddQueryString ( ) : boolean
Результат boolean
    public function getAddQueryString()
    {
        return (bool) $this->tsValue('addQueryString');
    }