AppserverIo\Appserver\Core\Api\Node\ManagerNode::getType PHP Method

getType() public method

Returns the class name.
public getType ( ) : string
return string The class name
    public function getType()
    {
        return $this->type;
    }