PDepend\Source\Language\PHP\AbstractPHPParser::isMethodName PHP Method

isMethodName() protected method

protected isMethodName ( integer $tokenType ) : boolean
$tokenType integer
return boolean
    protected function isMethodName($tokenType)
    {
        return $this->isFunctionName($tokenType);
    }
AbstractPHPParser