예제 #1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('perform');
     $this->exposeMethod('progress');
     $this->exposeMethod('saveftp');
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('checkDuplicateName');
     $this->exposeMethod('deleteInventory');
     $this->exposeMethod('saveConfig');
 }
예제 #3
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('checkCyclicDependency');
 }
 function __construct()
 {
     parent::__construct();
 }
예제 #5
0
파일: TaxAjax.php 프로젝트: nvh3010/quancrm
	function __construct() {
		parent::__construct();
		$this->exposeMethod('checkDuplicateName');
	}
예제 #6
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('downloadMPDF');
 }