PDepend\Source\Language\PHP\AbstractPHPParser::isMethodName PHP Метод

isMethodName() защищенный Метод

protected isMethodName ( integer $tokenType ) : boolean
$tokenType integer
Результат boolean
    protected function isMethodName($tokenType)
    {
        return $this->isFunctionName($tokenType);
    }
AbstractPHPParser