Exemple #1
0
 public static function updateWhere($fields, $where)
 {
     parent::_updateWhere('ticket_audit_log', $fields, $where);
 }
Exemple #2
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('worker_workspace_list', $fields, $where);
 }
Exemple #3
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('devblocks_storage_profile', $fields, $where);
     self::_clearCache();
 }
Exemple #4
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('worker_event', $fields, $where);
 }
Exemple #5
0
 public static function updateWhere($fields, $where)
 {
     parent::_updateWhere('audit_log_message', $fields, $where);
 }
Exemple #6
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('devblocks_template', $fields, $where);
 }