|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilDataCollectionFieldProp. More...
Collaboration diagram for ilDataCollectionFieldProp:Public Member Functions | |
| __construct ($a_id=0) | |
| Constructor. More... | |
| setId ($a_id) | |
| Set id. More... | |
| getId () | |
| Get id. More... | |
| setDatatypePropertyId ($a_id) | |
| Set property id. More... | |
| getDatatypePropertyId () | |
| Get property id. More... | |
| setValue ($a_value) | |
| Set value. More... | |
| getValue () | |
| Get value. More... | |
| setFieldId ($a_id) | |
| Set field id. More... | |
| getFieldId () | |
| Get field id. More... | |
| doRead () | |
| Read Datatype. More... | |
| doCreate () | |
| Create new field property. More... | |
Protected Attributes | |
| $id | |
| $datatype_property_id | |
| $value | |
| $field_id | |
Class ilDataCollectionFieldProp.
Definition at line 15 of file class.ilDataCollectionFieldProp.php.
| ilDataCollectionFieldProp::__construct | ( | $a_id = 0 | ) |
Constructor.
| int | datatype_id |
Definition at line 29 of file class.ilDataCollectionFieldProp.php.
References doRead().
Here is the call graph for this function:| ilDataCollectionFieldProp::doCreate | ( | ) |
Create new field property.
Definition at line 140 of file class.ilDataCollectionFieldProp.php.
References $id, $ilDB, $query, getDatatypePropertyId(), getFieldId(), getId(), getValue(), and setId().
Here is the call graph for this function:| ilDataCollectionFieldProp::doRead | ( | ) |
Read Datatype.
Definition at line 122 of file class.ilDataCollectionFieldProp.php.
References $ilDB, $query, getId(), setDatatypePropertyId(), setFieldId(), and setValue().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionFieldProp::getDatatypePropertyId | ( | ) |
Get property id.
Definition at line 73 of file class.ilDataCollectionFieldProp.php.
References $datatype_property_id.
Referenced by doCreate().
Here is the caller graph for this function:| ilDataCollectionFieldProp::getFieldId | ( | ) |
Get field id.
Definition at line 113 of file class.ilDataCollectionFieldProp.php.
References $field_id.
Referenced by doCreate().
Here is the caller graph for this function:| ilDataCollectionFieldProp::getId | ( | ) |
Get id.
Definition at line 53 of file class.ilDataCollectionFieldProp.php.
References $id.
Referenced by doCreate(), and doRead().
Here is the caller graph for this function:| ilDataCollectionFieldProp::getValue | ( | ) |
Get value.
Definition at line 93 of file class.ilDataCollectionFieldProp.php.
References $value.
Referenced by doCreate().
Here is the caller graph for this function:| ilDataCollectionFieldProp::setDatatypePropertyId | ( | $a_id | ) |
Set property id.
| int | $a_id |
Definition at line 63 of file class.ilDataCollectionFieldProp.php.
Referenced by doRead().
Here is the caller graph for this function:| ilDataCollectionFieldProp::setFieldId | ( | $a_id | ) |
Set field id.
| int | $a_id |
Definition at line 103 of file class.ilDataCollectionFieldProp.php.
Referenced by doRead().
Here is the caller graph for this function:| ilDataCollectionFieldProp::setId | ( | $a_id | ) |
Set id.
| int | $a_id |
Definition at line 43 of file class.ilDataCollectionFieldProp.php.
Referenced by doCreate().
Here is the caller graph for this function:| ilDataCollectionFieldProp::setValue | ( | $a_value | ) |
Set value.
| string | $a_value |
Definition at line 83 of file class.ilDataCollectionFieldProp.php.
Referenced by doRead().
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file class.ilDataCollectionFieldProp.php.
Referenced by getDatatypePropertyId().
|
protected |
Definition at line 20 of file class.ilDataCollectionFieldProp.php.
Referenced by getFieldId().
|
protected |
Definition at line 17 of file class.ilDataCollectionFieldProp.php.
Referenced by doCreate(), and getId().
|
protected |
Definition at line 19 of file class.ilDataCollectionFieldProp.php.
Referenced by getValue().