Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('perform');
     $this->exposeMethod('progress');
     $this->exposeMethod('saveftp');
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('checkDuplicateName');
     $this->exposeMethod('deleteInventory');
     $this->exposeMethod('saveConfig');
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('checkCyclicDependency');
 }
 function __construct()
 {
     parent::__construct();
 }
Example #5
0
	function __construct() {
		parent::__construct();
		$this->exposeMethod('checkDuplicateName');
	}
Example #6
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('downloadMPDF');
 }