River table database action.
More...
River table database action.
- Since
- 4.0
Definition at line 16 of file RiverTable.php.
Create the river table service.
- Parameters
-
Definition at line 59 of file RiverTable.php.
Save a river item to the database.
- Parameters
-
\ElggRiverItem | $item | item to save |
- Returns
- bool
Definition at line 94 of file RiverTable.php.
Delete a river item.
- Parameters
-
\ElggRiverItem | $item | the item to delete |
- Returns
- bool
Definition at line 161 of file RiverTable.php.
Elgg\Database\RiverTable::get |
( |
int |
$id | ) |
|
Get a river item based on its ID.
- Parameters
-
int | $id | the ID of the river item |
- Returns
- |null
Definition at line 74 of file RiverTable.php.
Elgg\Database\RiverTable::$annotationsTable |
|
protected |
Elgg\Database\RiverTable::$db |
|
protected |
Elgg\Database\RiverTable::$entityTable |
|
protected |
Elgg\Database\RiverTable::$events |
|
protected |
Elgg\Database\RiverTable::$views |
|
protected |
const Elgg\Database\RiverTable::TABLE_NAME = 'river' |
The documentation for this class was generated from the following file: