ILIAS
Release_5_0_x_branch Revision 61816
|
Class arFieldList. More...
Public Member Functions | |
getArrayForConnector () | |
getFieldByName ($field_name) | |
isField ($field_name) | |
getPrimaryFieldName () | |
getPrimaryFieldType () | |
setFields ($fields) | |
getFields () | |
setPrimaryField ($primary_field) | |
getPrimaryField () | |
setRawFields ($raw_fields) | |
getRawFields () | |
setPrimaryFields ($primary_fields) | |
getPrimaryFields () |
Static Public Member Functions | |
static | mapKey ($key) |
static | getAllowedConnectorFields () |
static | getAllowedDescriptionFields () |
static | getInstance (ActiveRecord $ar) |
static | getInstanceFromStorage ($ar) |
Data Fields | |
const | HAS_FIELD = 'has_field' |
const | IS_UNIQUE = 'is_unique' |
const | IS_PRIMARY = 'is_primary' |
const | IS_NOTNULL = 'is_notnull' |
const | FIELDTYPE = 'fieldtype' |
const | LENGTH = 'length' |
const | SEQUENCE = 'sequence' |
const | INDEX = 'index' |
Protected Member Functions | |
initFields () | |
initRawFields (arStorageInterface $ar) |
Static Protected Member Functions | |
static | isAllowedAttribute ($attribute_name) |
static | checkAttributes (array $attributes) |
Protected Attributes | |
$primary_field | |
$primary_fields = array() | |
$raw_fields = array() | |
$fields = array() |
Static Protected Attributes | |
static | $prefixes = array( 'db', 'con' ) |
static | $protected_names = array( 'arConnector', 'arFieldList' ) |
static | $allowed_description_fields |
static | $allowed_connector_fields |
static | $key_maps |
|
staticprotected |
array | $attributes |
Definition at line 260 of file class.arFieldList.php.
|
static |
Definition at line 91 of file class.arFieldList.php.
References $allowed_connector_fields.
Referenced by arField\getAttributesForConnector().
|
static |
Definition at line 99 of file class.arFieldList.php.
References $allowed_description_fields.
Referenced by arField\getAttributesForDescription().
arFieldList::getArrayForConnector | ( | ) |
Definition at line 136 of file class.arFieldList.php.
References getFields().
arFieldList::getFieldByName | ( | $field_name | ) |
$field_name |
Definition at line 166 of file class.arFieldList.php.
References getFields().
arFieldList::getFields | ( | ) |
Definition at line 286 of file class.arFieldList.php.
References $fields.
Referenced by getArrayForConnector(), getFieldByName(), and isField().
|
static |
ActiveRecord | $ar |
Definition at line 109 of file class.arFieldList.php.
Referenced by arFieldCache\store().
|
static |
ActiveRecord | $ar |
Definition at line 124 of file class.arFieldList.php.
Referenced by arFieldCache\storeFromStorage().
arFieldList::getPrimaryField | ( | ) |
Definition at line 302 of file class.arFieldList.php.
References $primary_field.
Referenced by getPrimaryFieldName(), and getPrimaryFieldType().
arFieldList::getPrimaryFieldName | ( | ) |
Definition at line 202 of file class.arFieldList.php.
References getPrimaryField().
arFieldList::getPrimaryFields | ( | ) |
arFieldList::getPrimaryFieldType | ( | ) |
Definition at line 210 of file class.arFieldList.php.
References getPrimaryField().
arFieldList::getRawFields | ( | ) |
Definition at line 318 of file class.arFieldList.php.
References $raw_fields.
Referenced by initFields().
|
protected |
Definition at line 146 of file class.arFieldList.php.
References fields, getRawFields(), and setPrimaryField().
|
protected |
\ActiveRecord | \arStorageInterface | $ar |
Definition at line 220 of file class.arFieldList.php.
References $protected_names, $raw_fields, and setRawFields().
|
staticprotected |
$attribute_name |
Definition at line 250 of file class.arFieldList.php.
arFieldList::isField | ( | $field_name | ) |
$field_name |
Definition at line 187 of file class.arFieldList.php.
References getFields().
|
static |
$key |
Definition at line 79 of file class.arFieldList.php.
Referenced by arBuilder\generateDBUpdateForInstallation(), arField\getAttributesForConnector(), and arField\getAttributesForDescription().
arFieldList::setFields | ( | $fields | ) |
arFieldList::setPrimaryField | ( | $primary_field | ) |
\arField | $primary_field |
Definition at line 294 of file class.arFieldList.php.
References $primary_field.
Referenced by initFields().
arFieldList::setPrimaryFields | ( | $primary_fields | ) |
array | $primary_fields |
Definition at line 326 of file class.arFieldList.php.
References $primary_fields.
arFieldList::setRawFields | ( | $raw_fields | ) |
array | $raw_fields |
Definition at line 310 of file class.arFieldList.php.
References $raw_fields.
Referenced by initRawFields().
|
staticprotected |
Definition at line 44 of file class.arFieldList.php.
Referenced by getAllowedConnectorFields().
|
staticprotected |
Definition at line 32 of file class.arFieldList.php.
Referenced by getAllowedDescriptionFields().
|
protected |
Definition at line 64 of file class.arFieldList.php.
Referenced by getFields(), and setFields().
|
staticprotected |
Definition at line 68 of file class.arFieldList.php.
|
staticprotected |
Definition at line 24 of file class.arFieldList.php.
|
protected |
Definition at line 52 of file class.arFieldList.php.
Referenced by getPrimaryField(), and setPrimaryField().
|
protected |
Definition at line 56 of file class.arFieldList.php.
Referenced by getPrimaryFields(), and setPrimaryFields().
|
staticprotected |
Definition at line 28 of file class.arFieldList.php.
Referenced by initRawFields().
|
protected |
Definition at line 60 of file class.arFieldList.php.
Referenced by getRawFields(), initRawFields(), and setRawFields().
const arFieldList::FIELDTYPE = 'fieldtype' |
Definition at line 17 of file class.arFieldList.php.
Referenced by arField\isAllowedAttribute(), and arConverter\returnAttributesForField().
const arFieldList::HAS_FIELD = 'has_field' |
Definition at line 13 of file class.arFieldList.php.
Referenced by arField\isAllowedAttribute(), and arConverter\returnAttributesForField().
const arFieldList::INDEX = 'index' |
Definition at line 20 of file class.arFieldList.php.
const arFieldList::IS_NOTNULL = 'is_notnull' |
Definition at line 16 of file class.arFieldList.php.
Referenced by arConverter\returnAttributesForField().
const arFieldList::IS_PRIMARY = 'is_primary' |
Definition at line 15 of file class.arFieldList.php.
Referenced by arConverter\returnAttributesForField().
const arFieldList::IS_UNIQUE = 'is_unique' |
Definition at line 14 of file class.arFieldList.php.
Referenced by arConverter\returnAttributesForField().
const arFieldList::LENGTH = 'length' |
Definition at line 18 of file class.arFieldList.php.
Referenced by arConverter\returnAttributesForField().
const arFieldList::SEQUENCE = 'sequence' |
Definition at line 19 of file class.arFieldList.php.