예제 #1
0
 public function proceedEditForm(UI\Form $form, Items\Base $itemContainer, $field, $contentName)
 {
     $values = $form->getValues(TRUE);
     $itemContainer->update($values[$field]);
     $this->logObject($itemContainer->getUpdated(), $contentName);
     return TRUE;
 }