Exemplo n.º 1
0
 function __construct($syncFileId)
 {
     $this->_fid = $syncFileId;
     parent::__construct();
 }
Exemplo n.º 2
0
 public function __construct($parent_table, $config = array())
 {
     $this->_name = $parent_table . '_history';
     $this->_parent_table = $parent_table;
     parent::__construct($config);
 }