|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
GUI-Class arEditField. More...
Inheritance diagram for arEditField:
Collaboration diagram for arEditField:Protected Attributes | |
| $form_element = NULL | |
| $subelement_of = NULL | |
Protected Attributes inherited from arViewField | |
| $txt_prefix = "" | |
| $txt = "" | |
| $position = 1000 | |
| $visible = false | |
| $custom_field = false | |
| $get_function_name = "" | |
| $set_function_name = "" | |
| $is_created_by_field = false | |
| $is_modified_by_field = false | |
| $is_creation_date_field = false | |
| $is_modification_date_field = false | |
Protected Attributes inherited from arField | |
| $fieldtype | |
| $length = NULL | |
| $is_primary = false | |
| $name = '' | |
| $not_null = false | |
| $unique = false | |
| $has_field = false | |
| $sequence = false | |
| $index = false | |
Additional Inherited Members | |
Static Public Member Functions inherited from arViewField | |
| static | setAllowedAttributes ($allowed_attributes) |
| static | getAllowedAttributes () |
| static | castFromFieldToViewField (arField $field) |
Static Public Member Functions inherited from arField | |
| static | isAllowedAttribute ($type, $field_name) |
| static | isDateFieldType ($field_type) |
Data Fields inherited from arField | |
| const | FIELD_TYPE_TEXT = 'text' |
| const | FIELD_TYPE_INTEGER = 'integer' |
| const | FIELD_TYPE_FLOAT = 'float' |
| const | FIELD_TYPE_DATE = 'date' |
| const | FIELD_TYPE_TIME = 'time' |
| const | FIELD_TYPE_TIMESTAMP = 'timestamp' |
| const | FIELD_TYPE_CLOB = 'clob' |
Static Protected Attributes inherited from arField | |
| static | $allowed_attributes |
| static | $date_fields |
| arEditField::getFormElement | ( | ) |
Definition at line 50 of file class.arEditField.php.
References $form_element.
Referenced by arEditGUI\addFormField().
Here is the caller graph for this function:| arEditField::getSubelementOf | ( | ) |
Definition at line 34 of file class.arEditField.php.
References $subelement_of.
Referenced by arEditGUI\addFormField(), and arEditFields\sortFields().
Here is the caller graph for this function:| arEditField::setFormElement | ( | $form_element | ) |
| \ilPropertyFormGUI | $form_element |
Definition at line 42 of file class.arEditField.php.
References $form_element.
Referenced by arEditGUI\addFormField().
Here is the caller graph for this function:| arEditField::setIsCreatedByField | ( | $is_created_by_field | ) |
| boolean | $is_created_by_field |
Reimplemented from arViewField.
Definition at line 58 of file class.arEditField.php.
References arViewField\$is_created_by_field, and arViewField\setVisible().
Here is the call graph for this function:| arEditField::setIsCreationDateField | ( | $is_creation_date_field | ) |
| $is_creation_date_field |
Reimplemented from arViewField.
Definition at line 91 of file class.arEditField.php.
References arViewField\$is_creation_date_field, and arViewField\setVisible().
Here is the call graph for this function:| arEditField::setIsModificationDateField | ( | $is_modification_date_field | ) |
| $is_modification_date_field |
Reimplemented from arViewField.
Definition at line 80 of file class.arEditField.php.
References arViewField\$is_modification_date_field, and arViewField\setVisible().
Here is the call graph for this function:| arEditField::setIsModifiedByField | ( | $is_modified_by_field | ) |
| boolean | $is_modified_by_field |
Reimplemented from arViewField.
Definition at line 69 of file class.arEditField.php.
References arViewField\$is_modified_by_field, and arViewField\setVisible().
Here is the call graph for this function:| arEditField::setSubelementOf | ( | $is_subelement_of | ) |
| \arEditField | $is_subelement_of |
Definition at line 26 of file class.arEditField.php.
|
protected |
Definition at line 16 of file class.arEditField.php.
Referenced by getFormElement(), and setFormElement().
|
protected |
Definition at line 20 of file class.arEditField.php.
Referenced by getSubelementOf().