Neos\Flow\Mvc\RequestMatcher::isSubPackage PHP 메소드

isSubPackage() 공개 메소드

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