Пример #1
0
 function save()
 {
     $this->entry->save();
     $this->button->save();
     Manialink::appendScript('manialib_ui_datepicker_init("' . $this->entry->getId() . '", "' . $this->button->getId() . '");');
 }