![]() |
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é
|
Fonctions membres publiques | |
| __construct (AbstractApplication $app, \JDatabaseDriver $db) | |
| createRecordIfNonExisting (Session $session, User $user) | |
| deletePriorTo ($time) | |
Attributs privés | |
| $app | |
| $db | |
Manager for optional session metadata.
| __construct | ( | AbstractApplication | $app, |
| \JDatabaseDriver | $db | ||
| ) |
MetadataManager constructor.
| AbstractApplication | $app | Application object. |
| \JDatabaseDriver | $db | Database driver. |
Create the metadata record if it does not exist.
| Session | $session | The session to create the metadata record for. |
| User | $user | The user to associate with the record. |
Références $columns, $query, $user, AbstractApplication\get(), Session\get(), Session\getId(), et Session\isNew().
| deletePriorTo | ( | $time | ) |
Delete records with a timestamp prior to the given time.
| integer | $time | The time records should be deleted if expired before. |
Références $query.
|
private |
|
private |