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;
    }