PhpParser\DummyNode::getType PHP 메소드

getType() 공개 메소드

This method is only overwritten because the node is located in an unusual namespace
public getType ( )
    public function getType()
    {
        return 'Dummy';
    }