Exemple #1
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('crm_opportunity', $fields, $where);
 }
Exemple #2
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('task', $fields, $where);
 }
Exemple #3
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('timetracking_entry', $fields, $where);
 }
Exemple #4
0
	static function updateWhere($fields, $where) {
		parent::_updateWhere('container', $fields, $where);
	}
Exemple #5
0
	static function updateWhere($fields, $where) {
		parent::_updateWhere('project', $fields, $where);
	}
Exemple #6
0
	static function updateWhere($fields, $where) {
		parent::_updateWhere('github_milestone', $fields, $where);
	}