Neos\Flow\Mvc\RequestMatcher::isSubPackage PHP Méthode

isSubPackage() public méthode

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