Initial Commit of AgileBill Open Source
This commit is contained in:
11
plugins/provision/_rrad/hService.php
Normal file
11
plugins/provision/_rrad/hService.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?
|
||||
class hService
|
||||
{
|
||||
var $context;
|
||||
|
||||
function setContext(&$con)
|
||||
{
|
||||
$this->context = $con;
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user