AppserverIo\Appserver\Core\Api\Node\ClassLoaderNode::getInterface PHP Метод

getInterface() публичный Метод

Returns interface name the class loader has.
public getInterface ( ) : string
Результат string The interface name the class loader has
    public function getInterface()
    {
        return $this->interface;
    }