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

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

Check if the current Request's Package equals the argument
public isPackage ( string $package ) : boolean
$package string
Результат boolean
    public function isPackage($package)
    {
        return $this->matchRequestProperty('controllerPackageKey', $package, 1);
    }