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