Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
getCategories (array $titles, array $clprop=null, array $clshow=null, $cllimit=null, $clcontinue=false, array $clcategories=null, $cldir=null) | |
getCategoriesUsed (array $titles) | |
getCategoriesInfo (array $titles, $clcontinue=false) | |
enumerateCategories ($acfrom=null, $acto=null, $acprefix=null, $acdir=null, $acmin=null, $acmax=null, $aclimit=null, array $acprop=null) | |
getChangeTags (array $tgprop=null, $tglimit=null) | |
Fonctions membres publiques inherited from JMediawikiObject | |
__construct (JRegistry $options=null, JMediawikiHttp $client=null) | |
buildParameter (array $params) | |
validateResponse ($response) |
Additional Inherited Members | |
Fonctions membres protégées inherited from JMediawikiObject | |
fetchUrl ($path) | |
Attributs protégés inherited from JMediawikiObject | |
$options | |
$client |
Définition à la ligne 19 du fichier categories.php.
JMediawikiCategories::enumerateCategories | ( | $acfrom = null , |
|
$acto = null , |
|||
$acprefix = null , |
|||
$acdir = null , |
|||
$acmin = null , |
|||
$acmax = null , |
|||
$aclimit = null , |
|||
array | $acprop = null |
||
) |
Method to enumerate all categories.
string | $acfrom | The category to start enumerating from. |
string | $acto | The category to stop enumerating at. |
string | $acprefix | Search for all category titles that begin with this value. |
string | $acdir | Direction to sort in. |
integer | $acmin | Minimum number of category members. |
integer | $acmax | Maximum number of category members. |
integer | $aclimit | How many categories to return. |
array | $acprop | Which properties to get. |
Définition à la ligne 149 du fichier categories.php.
JMediawikiCategories::getCategories | ( | array | $titles, |
array | $clprop = null , |
||
array | $clshow = null , |
||
$cllimit = null , |
|||
$clcontinue = false , |
|||
array | $clcategories = null , |
||
$cldir = null |
|||
) |
Method to list all categories the page(s) belong to.
array | $titles | Page titles to retrieve categories. |
array | $clprop | List of additional properties to get. |
array | $clshow | Type of categories to show. |
integer | $cllimit | Number of categories to return. |
boolean | $clcontinue | Continue when more results are available. |
array | $clcategories | Only list these categories. |
string | $cldir | Direction of listing. |
Définition à la ligne 36 du fichier categories.php.
JMediawikiCategories::getCategoriesInfo | ( | array | $titles, |
$clcontinue = false |
|||
) |
Method to get information about the given categories.
array | $titles | Page titles to retrieve categories. |
boolean | $clcontinue | Continue when more results are available. |
Définition à la ligne 114 du fichier categories.php.
JMediawikiCategories::getCategoriesUsed | ( | array | $titles | ) |
Method to get information about all categories used.
array | $titles | Page titles to retrieve categories. |
Définition à la ligne 90 du fichier categories.php.
JMediawikiCategories::getChangeTags | ( | array | $tgprop = null , |
$tglimit = null |
|||
) |
Method to list change tags.
array | $tgprop | List of properties to get. |
string | $tglimit | The maximum number of tags to limit. |
Définition à la ligne 216 du fichier categories.php.