示例#1
0
 /**
  * Constructor
  */
 function __construct()
 {
     $this->hasSubElements = true;
     parent::__construct();
 }
示例#2
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }
示例#3
0
 function __construct()
 {
     parent::__construct();
     $this->_is_upload = true;
 }