Table class supporting modified pre-order tree traversal behavior.
- Depuis
- 3.1.2
◆ __construct()
Constructor: Associates to $table $this observer
- Paramètres
-
- Depuis
- 3.1.2
◆ onAfterDelete()
Post-processor for $table->delete($pk)
- Paramètres
-
mixed | $pk | The deleted primary key value. |
- Renvoie
- void
- Depuis
- 3.1.2
◆ onAfterLoad()
onAfterLoad |
( |
& |
$result, |
|
|
|
$row |
|
) |
| |
Post-processor for $table->load($keys, $reset)
- Paramètres
-
boolean | &$result | The result of the load |
array | $row | The loaded (and already binded to $this->table) row of the database table |
- Renvoie
- void
- Depuis
- 3.1.2
◆ onAfterStore()
onAfterStore |
( |
& |
$result | ) |
|
Post-processor for $table->store($updateNulls)
- Paramètres
-
boolean | &$result | The result of the store |
- Renvoie
- void
- Depuis
- 3.1.2
◆ onBeforeDelete()
Pre-processor for $table->delete($pk)
- Paramètres
-
mixed | $pk | An optional primary key value to delete. If not set the instance property value is used. |
- Renvoie
- void
- Depuis
- 3.1.2
- Exceptions
-
◆ onBeforeLoad()
onBeforeLoad |
( |
|
$keys, |
|
|
|
$reset |
|
) |
| |
Pre-processor for $table->load($keys, $reset)
- Paramètres
-
mixed | $keys | An optional primary key value to load the row by, or an array of fields to match. If not set the instance property value is used. |
boolean | $reset | True to reset the default values before loading the new row. |
- Renvoie
- void
- Depuis
- 3.1.2
◆ onBeforeStore()
onBeforeStore |
( |
|
$updateNulls, |
|
|
|
$tableKey |
|
) |
| |
Pre-processor for $table->store($updateNulls)
- Paramètres
-
boolean | $updateNulls | The result of the load |
string | $tableKey | The key of the table |
- Renvoie
- void
- Depuis
- 3.1.2
◆ $table
La documentation de cette classe a été générée à partir du fichier suivant :