Exemplo n.º 1
0
 /**
  * Constructor
  */
 function CartifactSample()
 {
     $this->field = 'close_date';
     $this->table = 'artifact';
     parent::Sample();
 }
Exemplo n.º 2
0
 function __construct()
 {
     $this->field = 'time';
     $this->table = 'plugin_docman_log';
     parent::Sample();
 }
Exemplo n.º 3
0
 function __construct()
 {
     $this->field = 'submitted_on';
     $this->table = 'tracker_artifact';
     parent::Sample();
 }