/**
  * Constructor
  */
 public function __construct($ps_table)
 {
     $this->ops_table_name = $ps_table;
     parent::__construct();
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }
 /**
  * Constructor
  */
 public function __construct($po_engine_result = null, $pa_tables = null)
 {
     parent::__construct($po_engine_result = null, $pa_tables = null);
 }