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é
|
Fonctions membres publiques | |
__construct ($app=null, $menu=null) | |
getCategorySegment ($id, $query) | |
getCategoriesSegment ($id, $query) | |
getNewsfeedSegment ($id, $query) | |
getCategoryId ($segment, $query) | |
getCategoriesId ($segment, $query) | |
getNewsfeedId ($segment, $query) | |
Attributs protégés | |
$noIDs = false | |
Routing class from com_newsfeeds
Newsfeeds Component router constructor
JApplicationCms | $app | The application object |
JMenu | $menu | The menu object to work with |
Références $app, $category, $menu, $params, et JLoader\register().
getCategoriesId | ( | $segment, | |
$query | |||
) |
Method to get the segment(s) for a category
string | $segment | Segment to retrieve the ID for |
array | $query | The request that is parsed right now |
Références $query.
getCategoriesSegment | ( | $id, | |
$query | |||
) |
getCategoryId | ( | $segment, | |
$query | |||
) |
getCategorySegment | ( | $id, | |
$query | |||
) |
getNewsfeedId | ( | $segment, | |
$query | |||
) |
getNewsfeedSegment | ( | $id, | |
$query | |||
) |
|
protected |