PhpParser\DummyNode::getType PHP Method

getType() public method

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