예제 #1
0
파일: Window.php 프로젝트: rtsantos/mais
 /**
  * 
  */
 public function __construct()
 {
     $this->_type = 'POST';
     $this->_modal = false;
     $this->_paramFunction = 'function(){ return ""; }';
     parent::__construct();
 }
예제 #2
0
파일: Ajax.php 프로젝트: rtsantos/mais
 /**
  * 
  */
 public function __construct()
 {
     $this->_method = 'POST';
     parent::__construct();
 }
예제 #3
0
파일: Edit.php 프로젝트: rtsantos/mais
 public function __construct($id = null)
 {
     parent::__construct($id);
 }
예제 #4
0
파일: Print.php 프로젝트: rtsantos/mais
 public function __construct()
 {
     parent::__construct();
 }