|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilAdvancedMDRecordObjectOrdering:Public Member Functions | |
| __construct (int $record_id, int $obj_id, ilDBInterface $db) | |
| ilAdvancedMDRecordObjectOrdering constructor. More... | |
| setPosition (int $position) | |
| getPosition () | |
| save () | |
| Save entry. More... | |
| delete () | |
| Delete entry. More... | |
Private Attributes | |
| $record_id | |
| $obj_id | |
| $position | |
| $db | |
Definition at line 10 of file class.ilAdvancedMDRecordObjectOrdering.php.
| ilAdvancedMDRecordObjectOrdering::__construct | ( | int | $record_id, |
| int | $obj_id, | ||
| ilDBInterface | $db | ||
| ) |
ilAdvancedMDRecordObjectOrdering constructor.
| int | $record_id | |
| int | $obj_id |
Definition at line 39 of file class.ilAdvancedMDRecordObjectOrdering.php.
References $db, $obj_id, and $record_id.
| ilAdvancedMDRecordObjectOrdering::delete | ( | ) |
Delete entry.
Definition at line 84 of file class.ilAdvancedMDRecordObjectOrdering.php.
References $query.
| ilAdvancedMDRecordObjectOrdering::getPosition | ( | ) |
Definition at line 58 of file class.ilAdvancedMDRecordObjectOrdering.php.
References $position.
| ilAdvancedMDRecordObjectOrdering::save | ( | ) |
Save entry.
| ilDatabaseException |
Definition at line 67 of file class.ilAdvancedMDRecordObjectOrdering.php.
References $query.
| ilAdvancedMDRecordObjectOrdering::setPosition | ( | int | $position | ) |
| int | $position |
Definition at line 50 of file class.ilAdvancedMDRecordObjectOrdering.php.
References $position.
|
private |
Definition at line 31 of file class.ilAdvancedMDRecordObjectOrdering.php.
Referenced by __construct().
|
private |
Definition at line 20 of file class.ilAdvancedMDRecordObjectOrdering.php.
Referenced by __construct().
|
private |
Definition at line 25 of file class.ilAdvancedMDRecordObjectOrdering.php.
Referenced by getPosition(), and setPosition().
|
private |
Definition at line 15 of file class.ilAdvancedMDRecordObjectOrdering.php.
Referenced by __construct().