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

getFactory() public method

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