PHPMD\Node\MethodNode::isAbstract PHP Méthode

isAbstract() public méthode

Returns true when the underlying method is declared as abstract or is declared as child of an interface.
public isAbstract ( ) : boolean
Résultat boolean
    public function isAbstract()
    {
        return $this->getNode()->isAbstract();
    }