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 FinderTableMap
+ Graphe d'héritage de FinderTableMap:

Fonctions membres publiques

 __construct (&$db)
 
 publish ($pks=null, $state=1, $userId=0)
 

Description détaillée

Map table class for the Finder package.

Depuis
2.5

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( $db)

Constructor

Paramètres
JDatabaseDriver$dbJDatabaseDriver connector object.
Depuis
2.5

Références $db.

Documentation des fonctions membres

◆ publish()

publish (   $pks = null,
  $state = 1,
  $userId = 0 
)

Method to set the publishing state for a row or list of rows in the database table. The method respects checked out rows by other users and will attempt to checkin rows that it can after adjustments are made.

Paramètres
mixed$pksAn array of primary key values to update. If not set the instance property value is used. [optional]
integer$stateThe publishing state. eg. [0 = unpublished, 1 = published] [optional]
integer$userIdThe user id of the user performing the operation. [optional]
Renvoie
boolean True on success.
Depuis
2.5

Références $query, et $state.


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