ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
GUI-Class arDisplayField. More...
Additional Inherited Members | |
Public Member Functions inherited from arViewField | |
__construct ($name, $txt=null, $position=0, $visible=true, $custom_field=false) | |
setPosition ($position) | |
getPosition () | |
setTxt ($txt) | |
getTxt () | |
setVisible ($visible) | |
getVisible () | |
setCustomField ($custom_field) | |
getCustomField () | |
setTxtPrefix ($txt_prefix) | |
getTxtPrefix () | |
getGetFunctionName () | |
getSetFunctionName () | |
setIsCreatedByField ($is_created_by_field) | |
setIsCreationDateField ($is_creation_date_field) | |
getIsCreationDateField () | |
getIsCreatedByField () | |
setIsModifiedByField ($is_modified_by_field) | |
getIsModifiedByField () | |
setIsModificationDateField ($is_modification_date_field) | |
getIsModificationDateField () | |
Public Member Functions inherited from arField | |
loadFromArray ($name, array $array) | |
loadFromStdClass ($name, stdClass $stdClass) | |
getAttributesForConnector () | |
getAttributesForDescription () | |
isDateField () | |
setFieldType ($field_type) | |
getFieldType () | |
setHasField ($has_field) | |
getHasField () | |
setLength ($length) | |
getLength () | |
setName ($name) | |
getName () | |
setNotNull ($not_null) | |
getNotNull () | |
setPrimary ($primary) | |
getPrimary () | |
setUnique ($unique) | |
getUnique () | |
setSequence ($sequence) | |
getSequence () | |
setIndex ($index) | |
getIndex () | |
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' |
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 | |
Static Protected Attributes inherited from arField | |
static | $allowed_attributes |
static | $date_fields |