| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Class ilDataCollectionFieldProp. More...
 Collaboration diagram for ilDataCollectionFieldProp:
 Collaboration diagram for ilDataCollectionFieldProp:| Public Member Functions | |
| __construct ($a_id=0) | |
| Constructor. | |
| setId ($a_id) | |
| Set id. | |
| getId () | |
| Get id. | |
| setDatatypePropertyId ($a_id) | |
| Set property id. | |
| getDatatypePropertyId () | |
| Get property id. | |
| setValue ($a_value) | |
| Set value. | |
| getValue () | |
| Get value. | |
| setFieldId ($a_id) | |
| Set field id. | |
| getFieldId () | |
| Get field id. | |
| doRead () | |
| Read Datatype. | |
| doCreate () | |
| Create new field property. | |
| doUpdate () | |
| Update field property. | |
| 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:
 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, $query, getDatatypePropertyId(), getFieldId(), getId(), getValue(), and setId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilDataCollectionFieldProp::doRead | ( | ) | 
Read Datatype.
Definition at line 122 of file class.ilDataCollectionFieldProp.php.
References $query, getId(), setDatatypePropertyId(), setFieldId(), and setValue().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionFieldProp::doUpdate | ( | ) | 
Update field property.
Definition at line 164 of file class.ilDataCollectionFieldProp.php.
References getDatatypePropertyId(), getFieldId(), and getValue().
 Here is the call graph for this function:
 Here is the call 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(), and doUpdate().
 Here is the caller graph for this function:
 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(), and doUpdate().
 Here is the caller graph for this function:
 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:
 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(), and doUpdate().
 Here is the caller graph for this function:
 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:
 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:
 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:
 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:
 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().