Class ContentHelper

Description

Content component helper.

  • since: 1.6

Located in /administrator/components/com_content/helpers/content.php (line 17)


	
			
Variable Summary
static mixed $extension
Method Summary
static void addSubmenu (string $vName)
static string filterText (text $text)
static JObject getActions ([int $categoryId = 0], [int $articleId = 0])
Variables
static mixed $extension = 'com_content' (line 19)
  • access: public
Methods
static method addSubmenu (line 29)

Configure the Linkbar.

  • since: 1.6
  • access: public
static void addSubmenu (string $vName)
  • string $vName: The name of the active view.
static method filterText (line 88)

Applies the content tag filters to arbitrary text as per settings for current user group

  • return: The filtered string
  • access: public
static string filterText (text $text)
  • text $text: The string to filter
static method getActions (line 56)

Gets a list of the actions that can be performed.

  • since: 1.6
  • access: public
static JObject getActions ([int $categoryId = 0], [int $articleId = 0])
  • int $categoryId: The category ID.
  • int $articleId: The article ID.

Documentation generated on Mon, 25 Jun 2012 13:53:26 -0500 by phpDocumentor 1.4.4