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