AppserverIo\Appserver\Core\Api\Node\ClassLoaderNode::getName PHP Method

getName() public method

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