PHPMD\Node\MethodNode::isAbstract PHP 메소드

isAbstract() 공개 메소드

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