![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de ContentHistory:Fonctions membres publiques | |
| onAfterStore (&$result) | |
| onBeforeDelete ($pk) | |
Fonctions membres publiques hérités de AbstractObserver | |
| __construct (TableInterface $table) | |
| onBeforeLoad ($keys, $reset) | |
| onAfterLoad (&$result, $row) | |
| onBeforeStore ($updateNulls, $tableKey) | |
| onAfterStore (&$result) | |
| onBeforeDelete ($pk) | |
| onAfterDelete ($pk) | |
Fonctions membres publiques statiques | |
| static | createObserver (\JObservableInterface $observableObject, $params=array()) |
Fonctions membres publiques statiques hérités de JObserverInterface | |
| static | createObserver (JObservableInterface $observableObject, $params=array()) |
Attributs publics statiques | |
| static | $_myTableForPregreplaceOnly |
Fonctions membres protégées | |
| parseTypeAlias () | |
Attributs protégés | |
| $contenthistoryHelper | |
| $typeAliasPattern = null | |
Attributs protégés hérités de AbstractObserver | |
| $table | |
Table class supporting modified pre-order tree traversal behavior.
|
static |
Creates the associated observer instance and attaches it to the $observableObject Creates the associated content history helper class instance $typeAlias can be of the form "{variableName}.type", automatically replacing {variableName} with table-instance variables variableName
| \JObservableInterface | $observableObject | The subject object to be observed |
| array | $params | ( 'typeAlias' => $typeAlias ) |
Références $params.
| onAfterStore | ( | & | $result | ) |
Post-processor for $table->store($updateNulls)
| boolean | &$result | The result of the load |
| onBeforeDelete | ( | $pk | ) |
Pre-processor for $table->delete($pk)
| mixed | $pk | An optional primary key value to delete. If not set the instance property value is used. |
|
protected |
Internal method Parses a TypeAlias of the form "{variableName}.type", replacing {variableName} with table-instance variables variableName Storing result into $this->contenthistoryHelper->typeAlias
Références ContentHistory\$_myTableForPregreplaceOnly.
|
static |
Référencé par ContentHistory\parseTypeAlias().
|
protected |
|
protected |