コード例 #1
0
 /**
  * Constructor
  */
 public function __construct($ps_table)
 {
     $this->ops_table_name = $ps_table;
     parent::__construct();
 }
コード例 #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
 /**
  * Constructor
  */
 public function __construct($po_engine_result = null, $pa_tables = null)
 {
     parent::__construct($po_engine_result = null, $pa_tables = null);
 }