Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Joomla\Administrator | |
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) |
Référencé par AssertionChain\__call(), DataShapeObject\__get(), DataShapeObject\__isset(), DataShapeObject\__set(), TranscodeUnicode\convert(), UndefinedMethodErrorEnhancer\enhance(), AbstractEvent\getArgument(), SysinfoModel\getSafeData(), CMSPlugin\registerLegacyListener(), CMSPlugin\registerListener(), ApplicationModel\sendTestMail(), AbstractEvent\setArgument(), et Joomla\Component\Scheduler\Administrator\Traits\standardRoutineHandler().
$shownMethods = [] |