Neos\Flow\Mvc\RequestMatcher::isPackage PHP Method

isPackage() public method

Check if the current Request's Package equals the argument
public isPackage ( string $package ) : boolean
$package string
return boolean
    public function isPackage($package)
    {
        return $this->matchRequestProperty('controllerPackageKey', $package, 1);
    }