Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe MethodsModel
+ Graphe d'héritage de MethodsModel:

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
 

Description détaillée

Multi-factor Authentication Methods list page's model

Depuis
4.2.0

Documentation des fonctions membres

◆ deleteAll()

deleteAll ( ?User  $user = null)

Delete all Multi-factor Authentication Methods for the given user.

Paramètres
User | null$userThe user object to reset MFA for. Null to use the current user.
Renvoie
void
Exceptions
Exception
Depuis
4.2.0

Références $db, $query, $user, Text\_(), Factory\getApplication(), Joomla\Database\getDatabase(), Factory\getUser(), et ParameterType\INTEGER.

◆ formatRelative()

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

Paramètres
string$dateTimeTextThe database time string to use, e.g. "2017-01-13 13:25:36"
Renvoie
string The formatted, human-readable date
Exceptions
Exception
Depuis
4.2.0

Références $formatString, $user, Text\_(), class, Factory\getApplication(), et Factory\getContainer().

◆ getMethods()

getMethods ( ?User  $user = null)

Returns a list of all available MFA methods and their currently active records for a given user.

Paramètres
User | null$userThe user object. Skip to use the current user.
Renvoie
array
Exceptions
Exception
Depuis
4.2.0

Références $method, $user, class, Factory\getApplication(), et Factory\getContainer().

◆ setFlag()

setFlag ( User  $user,
bool  $flag = true 
)

Set the user's "don't show this again" flag.

Paramètres
User$userThe user to check
bool$flagTrue to set the flag, false to unset it (it will be set to 0, actually)
Renvoie
void
Depuis
4.2.0

Références $db, $query, $result, $user, Joomla\Database\getDatabase(), ParameterType\INTEGER, et ParameterType\STRING.


La documentation de cette classe a été générée à partir du fichier suivant :