Neos\Flow\Mvc\RequestMatcher::isFormat PHP Метод

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

Check if the current Request's Format equals the argument
public isFormat ( string $format ) : boolean
$format string
Результат boolean
    public function isFormat($format)
    {
        return $this->matchRequestProperty('format', $format, 10000);
    }