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);
    }