Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | addSubmenu ($vName) |
static | getActions ($categoryId=0, $articleId=0) |
static | filterText ($text) |
Attributs publics statiques | |
static | $extension = 'com_content' |
|
static |
Configure the Linkbar.
string | $vName | The name of the active view. |
Références JText\_(), et JSubMenuHelper\addEntry().
Référencé par ContentController\display().
|
static |
Applies the content tag filters to arbitrary text as per settings for current user group
text | The string to filter |
Références $config, $tag, $text, $user, elseif, JAccess\getGroupsByUser(), JFilterInput\getInstance(), JComponentHelper\getParams(), et JFactory\getUser().
|
static |
Gets a list of the actions that can be performed.
int | The category ID. |
int | The article ID. |
Références $user, elseif, et JFactory\getUser().
Référencé par ContentViewFeatured\addToolbar(), ContentViewArticle\addToolbar(), ContentViewArticles\addToolbar(), et ContentViewArticle\display().
|
static |