AppserverIo\Appserver\Core\Api\Node\ClassLoaderNode::getName PHP Méthode

getName() public méthode

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