PHPMD\Node\MethodNode::isAbstract PHP Method

isAbstract() public method

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