// Format definitions

This commit is contained in:
rMalie
2011-12-14 17:21:18 +00:00
parent 0b66418230
commit 0ab348a81c
10 changed files with 25 additions and 113 deletions
-13
View File
@@ -67,19 +67,6 @@ class GroupCore extends ObjectModel
protected $webserviceParameters = array();
/**
* @see ObjectModel::getFields()
* @return array
*/
public function getFields()
{
$fields = parent::getFields();
if (isset($this->id))
$fields['id_group'] = (int)$this->id;
return $fields;
}
public function getTranslationsFieldsChild()
{
if (!$this->validateFieldsLang())