PhpParser\DummyNode::getType PHP Méthode

getType() public méthode

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