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

isSubPackage() public method

Check if the current Request's SubPackage equals the argument
public isSubPackage ( string $subPackage ) : boolean
$subPackage string
return boolean
    public function isSubPackage($subPackage)
    {
        return $this->matchRequestProperty('controllerSubpackageKey', $subPackage, 10);
    }