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