ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilBiblLibraryFormGUI Class Reference

Bibliographic Libraries Form. More...

+ Inheritance diagram for ilBiblLibraryFormGUI:
+ Collaboration diagram for ilBiblLibraryFormGUI:

Public Member Functions

 __construct (protected ilBiblLibraryInterface $object)
 ilBiblLibraryFormGUI constructor. More...
 
 saveObject ()
 
- Public Member Functions inherited from ilPropertyFormGUI
 __construct ()
 
 executeCommand ()
 
 setTableWidth (string $a_width)
 
 getTableWidth ()
 
 setMode (string $a_mode)
 
 getMode ()
 
 setTitle (string $a_title)
 
 getTitle ()
 
 setTitleIcon (string $a_titleicon)
 
 getTitleIcon ()
 
 setDescription (string $a_val)
 
 getDescription ()
 
 setTopAnchor (string $a_val)
 
 getTopAnchor ()
 
 setShowTopButtons (bool $a_val)
 
 getShowTopButtons ()
 
 setForceTopButtons (bool $a_val)
 
 getForceTopButtons ()
 
 addItem ($a_item)
 
 removeItemByPostVar (string $a_post_var, bool $a_remove_unused_headers=false)
 
 getItemByPostVar (string $a_post_var)
 
 setItems (array $a_items)
 
 getItems ()
 
 getInputItemsRecursive ()
 returns a flat array of all input items including the possibly existing subitems recursively More...
 
 setDisableStandardMessage (bool $a_val)
 
 getDisableStandardMessage ()
 
 getHideLabels ()
 
 setHideLabels (bool $a_value=true)
 
 setValuesByArray (array $a_values, bool $a_restrict_to_value_keys=false)
 
 setValuesByPost ()
 
 checkInput ()
 
 getInput (string $a_post_var, bool $ensureValidation=true)
 Returns the input of an item, if item provides getInput method and as fallback the value of the HTTP-POST variable, identified by the passed postvar. More...
 
 addCommandButton (string $a_cmd, string $a_text, string $a_id="")
 
 getCommandButtons ()
 
 clearCommandButtons ()
 
 getContent ()
 
 insertItem ( $item, bool $a_sub_item=false)
 
 addAsyncOnloadCode (string $code)
 
 getHTML ()
 
 getHTMLAsync ()
 
 getFileUpload (string $a_field, ?string $a_index=null, ?string $a_sub_index=null)
 Get file upload data. More...
 
 hasFileUpload (string $a_field, ?string $a_index=null, ?string $a_sub_index=null)
 
 moveFileUpload (string $a_target_directory, string $a_field, ?string $a_target_name=null, ?string $a_index=null, ?string $a_sub_index=null)
 Move upload to target directory. More...
 
- Public Member Functions inherited from ilFormGUI
 setFormAction (string $a_formaction)
 
 getFormAction ()
 
 setTarget (string $a_target)
 
 getTarget ()
 
 setMultipart (bool $a_multipart)
 
 getMultipart ()
 
 setId (string $a_id)
 
 getId ()
 
 setName (string $a_name)
 
 getName ()
 
 setKeepOpen (bool $a_keepopen)
 
 getKeepOpen ()
 
 setOpenTag (bool $a_open)
 
 getOpenTag ()
 
 setCloseTag (bool $a_val)
 
 getCloseTag ()
 
 setPreventDoubleSubmission (bool $a_val)
 
 getPreventDoubleSubmission ()
 
 getHTML ()
 
 getContent ()
 

Private Member Functions

 initForm ()
 Init settings property form. More...
 
 fillForm ()
 

Additional Inherited Members

- Protected Member Functions inherited from ilPropertyFormGUI
 getRequestedPostVar ()
 
 getFileHash ()
 
 hideRequired (string $a_type)
 
 appendOnloadCode (string $html)
 
 rebuildUploadedFiles ()
 
 checkForRequiredField ()
 
- Protected Attributes inherited from ilPropertyFormGUI
bool $required_text = false
 
ilLanguage $lng
 
ilCtrl $ctrl
 
ilTemplate $tpl
 
ilObjUser $user = null
 
ilSetting $settings = null
 
string $mode = "std"
 
bool $check_input_called = false
 
bool $disable_standard_message = false
 
string $top_anchor = "il_form_top"
 
string $title = ''
 
string $titleicon = ""
 
string $description = ""
 
string $tbl_width = ""
 
bool $show_top_buttons = true
 
bool $hide_labels = false
 
bool $force_top_buttons = false
 
HTTP Services $http
 
Refinery Factory $refinery = null
 
ilGlobalTemplateInterface $global_tpl = null
 
 $onload_code = []
 
- Protected Attributes inherited from ilFormGUI
string $formaction = ""
 
bool $multipart = false
 
bool $keepopen = false
 
bool $opentag = true
 
string $id = ''
 
string $name = ''
 
string $target = ''
 
bool $prevent_double_submission = false
 

Detailed Description

Bibliographic Libraries Form.

Author
Theodor Truffer
Martin Studer ms@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 29 of file class.ilBiblLibraryFormGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilBiblLibraryFormGUI::__construct ( protected ilBiblLibraryInterface  $object)

ilBiblLibraryFormGUI constructor.

Definition at line 37 of file class.ilBiblLibraryFormGUI.php.

References ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ilBiblLibraryGUI\F_LIB_ID, fillForm(), initForm(), and ILIAS\Repository\object().

38  {
39  $this->ctrl()->setParameterByClass(ilBiblLibraryGUI::class, ilBiblLibraryGUI::F_LIB_ID, $this->object->getId());
40  $this->initForm();
41 
42  if ($this->object->getId()) {
43  $this->fillForm();
44  }
46  }
initForm()
Init settings property form.
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Member Function Documentation

◆ fillForm()

ilBiblLibraryFormGUI::fillForm ( )
private

Definition at line 84 of file class.ilBiblLibraryFormGUI.php.

References ILIAS\Repository\object(), and ilPropertyFormGUI\setValuesByArray().

Referenced by __construct(), and initForm().

84  : void
85  {
86  $this->setValuesByArray([
87  'name' => $this->object->getName(),
88  'url' => $this->object->getUrl(),
89  'img' => $this->object->getImg(),
90  'show_in_list' => $this->object->isShownInList(),
91  ]);
92  }
setValuesByArray(array $a_values, bool $a_restrict_to_value_keys=false)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ initForm()

ilBiblLibraryFormGUI::initForm ( )
private

Init settings property form.

private

Definition at line 54 of file class.ilBiblLibraryFormGUI.php.

References ilFormGUI\$name, $url, ilPropertyFormGUI\addCommandButton(), ilPropertyFormGUI\addItem(), ILIAS\Repository\ctrl(), fillForm(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilFormGUI\setFormAction(), and ilPropertyFormGUI\setTitle().

Referenced by __construct().

54  : void
55  {
56  $this->setFormAction($this->ctrl()->getFormActionByClass(ilBiblLibraryGUI::class));
57  $name = new ilTextInputGUI($this->lng()->txt("bibl_library_name"), 'name');
58  $name->setRequired(true);
59  $name->setValue('');
60  $this->addItem($name);
61  $url = new ilTextInputGUI($this->lng()->txt("bibl_library_url"), 'url');
62  $url->setRequired(true);
63  $url->setValue('');
64  $this->addItem($url);
65  $img = new ilTextInputGUI($this->lng()->txt("bibl_library_img"), 'img');
66  $img->setValue('');
67  $this->addItem($img);
68  $show_in_list = new ilCheckboxInputGUI($this->lng()
69  ->txt("bibl_library_show_in_list"), 'show_in_list');
70  $show_in_list->setValue('1');
71  $this->addItem($show_in_list);
72  if ($this->object->getId()) {
73  $this->addCommandButton('update', $this->lng()->txt('save'));
74  $this->fillForm();
75  $this->setTitle($this->lng()->txt("bibl_settings_edit"));
76  } else {
77  $this->setTitle($this->lng()->txt("bibl_settings_new"));
78  $this->addCommandButton('create', $this->lng()->txt('save'));
79  }
80  $this->addCommandButton('cancel', $this->lng()->txt("cancel"));
81  }
$url
Definition: shib_logout.php:66
setFormAction(string $a_formaction)
addCommandButton(string $a_cmd, string $a_text, string $a_id="")
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ saveObject()

ilBiblLibraryFormGUI::saveObject ( )

Definition at line 95 of file class.ilBiblLibraryFormGUI.php.

References ilPropertyFormGUI\checkInput(), and ilPropertyFormGUI\getInput().

95  : bool
96  {
97  if (!$this->checkInput()) {
98  return false;
99  }
100  $this->object->setName($this->getInput("name"));
101  $this->object->setUrl($this->getInput("url"));
102  $this->object->setImg($this->getInput("img"));
103  $this->object->setShowInList((bool) $this->getInput("show_in_list"));
104  $this->object->store();
105 
106  return true;
107  }
getInput(string $a_post_var, bool $ensureValidation=true)
Returns the input of an item, if item provides getInput method and as fallback the value of the HTTP-...
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: