ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilDataCollectionFieldProp. More...
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().
ilDataCollectionFieldProp::doCreate | ( | ) |
Create new field property.
Definition at line 140 of file class.ilDataCollectionFieldProp.php.
References $id, $query, getDatatypePropertyId(), getFieldId(), getId(), getValue(), and setId().
ilDataCollectionFieldProp::doRead | ( | ) |
Read Datatype.
Definition at line 122 of file class.ilDataCollectionFieldProp.php.
References $query, getId(), setDatatypePropertyId(), setFieldId(), and setValue().
Referenced by __construct().
ilDataCollectionFieldProp::doUpdate | ( | ) |
Update field property.
Definition at line 164 of file class.ilDataCollectionFieldProp.php.
References getDatatypePropertyId(), getFieldId(), and getValue().
ilDataCollectionFieldProp::getDatatypePropertyId | ( | ) |
Get property id.
Definition at line 73 of file class.ilDataCollectionFieldProp.php.
References $datatype_property_id.
Referenced by doCreate(), and doUpdate().
ilDataCollectionFieldProp::getFieldId | ( | ) |
Get field id.
Definition at line 113 of file class.ilDataCollectionFieldProp.php.
References $field_id.
Referenced by doCreate(), and doUpdate().
ilDataCollectionFieldProp::getId | ( | ) |
Get id.
Definition at line 53 of file class.ilDataCollectionFieldProp.php.
References $id.
Referenced by doCreate(), and doRead().
ilDataCollectionFieldProp::getValue | ( | ) |
Get value.
Definition at line 93 of file class.ilDataCollectionFieldProp.php.
References $value.
Referenced by doCreate(), and doUpdate().
ilDataCollectionFieldProp::setDatatypePropertyId | ( | $a_id | ) |
Set property id.
int | $a_id |
Definition at line 63 of file class.ilDataCollectionFieldProp.php.
Referenced by doRead().
ilDataCollectionFieldProp::setFieldId | ( | $a_id | ) |
Set field id.
int | $a_id |
Definition at line 103 of file class.ilDataCollectionFieldProp.php.
Referenced by doRead().
ilDataCollectionFieldProp::setId | ( | $a_id | ) |
Set id.
int | $a_id |
Definition at line 43 of file class.ilDataCollectionFieldProp.php.
Referenced by doCreate().
ilDataCollectionFieldProp::setValue | ( | $a_value | ) |
Set value.
string | $a_value |
Definition at line 83 of file class.ilDataCollectionFieldProp.php.
Referenced by doRead().
|
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().