2require_once(
'./Services/Form/classes/class.ilPropertyFormGUI.php');
 
    3require_once(
'class.arConfig.php');
 
   36        $this->ctrl->saveParameter(
$parent_gui, 
'clip_ext_id');
 
   44        $this->
setTitle($this->lng->txt(
'admin_form_title'));
 
   46        $te = 
new ilTextInputGUI($this->lng->txt(
'admin_origins_path'), 
'path');
 
   47        $te->setInfo($this->lng->txt(
'admin_origins_path_info'));
 
   57        foreach ($this->
getItems() as $item) {
 
   72        if (self::checkItem($item)) {
 
   73            $key = $item->getPostVar();
 
   75            if (self::checkForSubItem($item)) {
 
   76                foreach ($item->getSubItems() as $subitem) {
 
  107        foreach ($this->
getItems() as $item) {
 
  120        if (self::checkItem($item)) {
 
  121            $key = $item->getPostVar();
 
  123            if (self::checkForSubItem($item)) {
 
  124                foreach ($item->getSubItems() as $subitem) {
 
  157        $this->
addCommandButton(
'cancel', $this->lng->txt(
'admin_form_button_cancel'));
 
An exception for terminatinating execution or to throw for unit testing.
static set($name, $value)
This class represents a text property in a property form.