Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe AssociationsControllerAssociation
+ Graphe d'héritage de AssociationsControllerAssociation:

Fonctions membres publiques

 edit ($key=null, $urlVar=null)
 
 cancel ($key=null)
 

Description détaillée

Association edit controller class.

Depuis
3.7.0

Documentation des fonctions membres

◆ cancel()

cancel (   $key = null)

Method for canceling the edit action

Paramètres
string$keyThe name of the primary key of the URL variable.
Renvoie
void
Depuis
3.7.0

Références $id, $key, AssociationsHelper\getItem(), et AssociationsHelper\typeSupportsCheckout().

◆ edit()

edit (   $key = null,
  $urlVar = null 
)

Method to edit an existing record.

Paramètres
string$keyThe name of the primary key of the URL variable.
string$urlVarThe name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
Renvoie
boolean True if access level check and checkout passes, false otherwise.
Depuis
3.7.0

Références $id, et AssociationsHelper\allowEdit().


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