Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
getMethods (?User $user=null) | |
deleteAll (?User $user=null) | |
formatRelative (?string $dateTimeText) | |
setFlag (User $user, bool $flag=true) | |
Fonctions membres publiques hérités de BaseDatabaseModel | |
__construct ($config=array(), MVCFactoryInterface $factory=null) | |
getTable ($name='', $prefix='', $options=array()) | |
isCheckedOut ($item) | |
getDbo () | |
setDbo (DatabaseInterface $db=null) | |
__get ($name) | |
Fonctions membres publiques hérités de BaseModel | |
__construct ($config=array()) | |
getName () | |
Fonctions membres publiques hérités de CMSObject | |
__construct ($properties=null) | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
Fonctions membres publiques hérités de StatefulModelInterface | |
getState ($property=null, $default=null) | |
setState ($property, $value=null) | |
Fonctions membres publiques hérités de DispatcherAwareInterface | |
setDispatcher (DispatcherInterface $dispatcher) | |
Fonctions membres publiques hérités de CurrentUserInterface | |
setCurrentUser (User $currentUser) | |
Fonctions membres publiques hérités de CacheControllerFactoryAwareInterface | |
setCacheControllerFactory (CacheControllerFactoryInterface $factory) | |
Fonctions membres publiques hérités de DatabaseAwareInterface | |
setDatabase (DatabaseInterface $db) | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de BaseModel | |
static | addIncludePath ($path='', $prefix='') |
Fonctions membres protégées hérités de BaseDatabaseModel | |
_getList ($query, $limitstart=0, $limit=0) | |
_getListCount ($query) | |
_createTable ($name, $prefix='Table', $config=array()) | |
bootComponent ($component) | |
dispatchEvent (EventInterface $event) | |
Attributs protégés hérités de BaseDatabaseModel | |
$option = null | |
$event_clean_cache = null | |
Attributs protégés hérités de BaseModel | |
$name | |
Attributs protégés hérités de CMSObject | |
$_errors = array() | |
Attributs protégés statiques hérités de BaseModel | |
static | $paths |
Multi-factor Authentication Methods list page's model
Delete all Multi-factor Authentication Methods for the given user.
User | null | $user | The user object to reset MFA for. Null to use the current user. |
Exception |
Références $db, $query, $user, Text\_(), Factory\getApplication(), Joomla\Database\getDatabase(), Factory\getUser(), et ParameterType\INTEGER.
formatRelative | ( | ?string | $dateTimeText | ) |
Format a relative timestamp. It deals with timestamps today and yesterday in a special manner. Example returns: Yesterday, 13:12 Today, 08:33 January 1, 2015
string | $dateTimeText | The database time string to use, e.g. "2017-01-13 13:25:36" |
Exception |
Références $formatString, $user, Text\_(), class, Factory\getApplication(), et Factory\getContainer().
Returns a list of all available MFA methods and their currently active records for a given user.
User | null | $user | The user object. Skip to use the current user. |
Exception |
Références $method, $user, class, Factory\getApplication(), et Factory\getContainer().
Set the user's "don't show this again" flag.
User | $user | The user to check |
bool | $flag | True to set the flag, false to unset it (it will be set to 0, actually) |
Références $db, $query, $result, $user, Joomla\Database\getDatabase(), ParameterType\INTEGER, et ParameterType\STRING.