Initial Commit of AgileBill Open Source
This commit is contained in:
10
plugins/provision/_rrad/hServiceInfo.php
Normal file
10
plugins/provision/_rrad/hServiceInfo.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?
|
||||
class hServiceInfo extends hInfo
|
||||
{
|
||||
function hServiceInfo($domaincon)
|
||||
{
|
||||
$this->fields = array ("ServiceName", "Status", "ServiceID");
|
||||
$this->RRADRetrieveCommand = &new hCommand("I RS","",$domaincon);
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user