Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier components/com_users/tmpl/method/edit.php

Espaces de nommage

 Joomla\Site
 

Variables

 $cancelURL = Route::_('index.php?option=com_users&task=methods.display&user_id=' . $this->user->id)
 
if(!empty($this->returnURL)) $recordId = (int) $this->record->id ?? 0
 
 $method = $this->record->method ?? $this->getModel()->getState('method')
 
 $userId = (int) $this->user->id ?? 0
 
 $headingLevel = 2
 

Documentation des variables

◆ $cancelURL

$cancelURL = Route::_('index.php?option=com_users&task=methods.display&user_id=' . $this->user->id)

◆ $headingLevel

$headingLevel = 2

◆ $method

$method = $this->record->method ?? $this->getModel()->getState('method')

◆ $recordId

if (!empty( $this->returnURL)) $recordId = (int) $this->record->id ?? 0

◆ $userId

$userId = (int) $this->user->id ?? 0