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

getInterface() public method

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