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