|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for arField:Public Member Functions | |
| loadFromArray (string $name, array $array) | |
| loadFromStdClass (string $name, stdClass $stdClass) | |
| getAttributesForConnector () | |
| getAttributesForDescription () | |
| isDateField () | |
| setFieldType (string $field_type) | |
| getFieldType () | |
| setHasField (bool $has_field) | |
| getHasField () | |
| setLength (int $length) | |
| getLength () | |
| setName (string $name) | |
| getName () | |
| setNotNull (bool $not_null) | |
| getNotNull () | |
| setPrimary (bool $primary) | |
| getPrimary () | |
| setSequence (bool $sequence) | |
| getSequence () | |
| setIndex (bool $index) | |
| getIndex () | |
Static Public Member Functions | |
| static | isAllowedAttribute (string $type, string $field_name) |
| static | isDateFieldType ($field_type) |
Data Fields | |
| 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 | |
| string | $fieldtype |
| int | $length = null |
| bool | $is_primary = false |
| string | $name = '' |
| bool | $not_null = false |
| bool | $has_field = false |
| bool | $sequence = false |
| bool | $index = false |
Static Protected Attributes | |
| static array | $allowed_attributes |
| static array | $date_fields |
| arField::getAttributesForConnector | ( | ) |
Definition at line 91 of file class.arField.php.
References arFieldList\getAllowedConnectorFields(), getFieldType(), isAllowedAttribute(), and arFieldList\mapKey().
Here is the call graph for this function:| arField::getAttributesForDescription | ( | ) |
Definition at line 109 of file class.arField.php.
References arFieldList\getAllowedDescriptionFields(), getFieldType(), isAllowedAttribute(), and arFieldList\mapKey().
Here is the call graph for this function:| arField::getFieldType | ( | ) |
Definition at line 143 of file class.arField.php.
References $fieldtype.
Referenced by getAttributesForConnector(), getAttributesForDescription(), and isDateField().
Here is the caller graph for this function:| arField::getHasField | ( | ) |
| arField::getIndex | ( | ) |
| arField::getLength | ( | ) |
| arField::getName | ( | ) |
| arField::getNotNull | ( | ) |
| arField::getPrimary | ( | ) |
| arField::getSequence | ( | ) |
|
static |
Definition at line 218 of file class.arField.php.
References $type, arFieldList\FIELDTYPE, and arFieldList\HAS_FIELD.
Referenced by getAttributesForConnector(), and getAttributesForDescription().
Here is the caller graph for this function:| arField::isDateField | ( | ) |
Definition at line 121 of file class.arField.php.
References getFieldType(), and isDateFieldType().
Here is the call graph for this function:
|
static |
Definition at line 227 of file class.arField.php.
Referenced by isDateField().
Here is the caller graph for this function:| arField::loadFromArray | ( | string | $name, |
| array | $array | ||
| ) |
Definition at line 64 of file class.arField.php.
References ILIAS\LTI\ToolProvider\$key, and setName().
Referenced by loadFromStdClass().
Here is the call graph for this function:
Here is the caller graph for this function:| arField::loadFromStdClass | ( | string | $name, |
| stdClass | $stdClass | ||
| ) |
Definition at line 82 of file class.arField.php.
References loadFromArray().
Here is the call graph for this function:| arField::setFieldType | ( | string | $field_type | ) |
Definition at line 138 of file class.arField.php.
| arField::setHasField | ( | bool | $has_field | ) |
Definition at line 148 of file class.arField.php.
References $has_field.
| arField::setIndex | ( | bool | $index | ) |
Definition at line 208 of file class.arField.php.
References $index.
| arField::setLength | ( | int | $length | ) |
Definition at line 158 of file class.arField.php.
References $length.
| arField::setName | ( | string | $name | ) |
Definition at line 168 of file class.arField.php.
References $name.
Referenced by loadFromArray().
Here is the caller graph for this function:| arField::setNotNull | ( | bool | $not_null | ) |
Definition at line 178 of file class.arField.php.
References $not_null.
| arField::setPrimary | ( | bool | $primary | ) |
Definition at line 188 of file class.arField.php.
| arField::setSequence | ( | bool | $sequence | ) |
Definition at line 198 of file class.arField.php.
References $sequence.
|
staticprotected |
Definition at line 30 of file class.arField.php.
|
staticprotected |
Definition at line 58 of file class.arField.php.
|
protected |
Definition at line 129 of file class.arField.php.
Referenced by getFieldType().
|
protected |
Definition at line 134 of file class.arField.php.
Referenced by getHasField(), and setHasField().
|
protected |
Definition at line 136 of file class.arField.php.
Referenced by getIndex(), and setIndex().
|
protected |
Definition at line 131 of file class.arField.php.
Referenced by getPrimary().
|
protected |
Definition at line 130 of file class.arField.php.
Referenced by getLength(), and setLength().
|
protected |
Definition at line 132 of file class.arField.php.
|
protected |
Definition at line 133 of file class.arField.php.
Referenced by getNotNull(), and setNotNull().
|
protected |
Definition at line 135 of file class.arField.php.
Referenced by getSequence(), and setSequence().
| const arField::FIELD_TYPE_CLOB = 'clob' |
Definition at line 29 of file class.arField.php.
| const arField::FIELD_TYPE_DATE = 'date' |
Definition at line 26 of file class.arField.php.
Referenced by ilADTActiveRecordWrapper\getActiveRecordFieldTypeFromMDB2().
| const arField::FIELD_TYPE_FLOAT = 'float' |
Definition at line 25 of file class.arField.php.
Referenced by ilADTActiveRecordWrapper\getActiveRecordFieldTypeFromMDB2().
| const arField::FIELD_TYPE_INTEGER = 'integer' |
Definition at line 24 of file class.arField.php.
Referenced by arBuilder\generateDBUpdateForInstallation(), and ilADTActiveRecordWrapper\getActiveRecordFieldTypeFromMDB2().
| const arField::FIELD_TYPE_TEXT = 'text' |
Definition at line 23 of file class.arField.php.
Referenced by ilADTTextActiveRecordBridge\getActiveRecordFields(), and ilADTActiveRecordWrapper\getActiveRecordFieldTypeFromMDB2().
| const arField::FIELD_TYPE_TIME = 'time' |
Definition at line 27 of file class.arField.php.
| const arField::FIELD_TYPE_TIMESTAMP = 'timestamp' |
Definition at line 28 of file class.arField.php.
Referenced by ilADTActiveRecordWrapper\getActiveRecordFieldTypeFromMDB2().