Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$shownMethods = [] | |
foreach( $this->records as $record)(!array_key_exists($record->method, $this->mfaMethods) &&($record->method !='backupcodes')) | $allowEntryBatching = isset($this->mfaMethods[$record->method]) ? $this->mfaMethods[$record->method]['allowEntryBatching'] : false |
if($this->allowEntryBatching) | $methodName = $this->getModel()->translateMethodName($record->method) |
foreach ($this->records as $record) (!array_key_exists( $record->method, $this->mfaMethods) &&( $record->method !='backupcodes')) $allowEntryBatching = isset($this->mfaMethods[$record->method]) ? $this->mfaMethods[$record->method]['allowEntryBatching'] : false |
if ( $this->allowEntryBatching) $methodName = $this->getModel()->translateMethodName($record->method) |
$shownMethods = [] |