[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/joomla/application/component/ -> helper.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: helper.php 14401 2010-01-26 14:10:00Z louis $
File Size: 211 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JComponentHelper:: (5 methods):
  getComponent()
  isEnabled()
  getParams()
  renderComponent()
  _load()


Class: JComponentHelper  - X-Ref

Component helper class

getComponent( $name, $strict = false )   X-Ref
Get the component info

param: string $name     The component name
param: boolean    $string    If set and a component does not exist, the enabled attribue will be set to false
return: object A JComponent object

isEnabled( $component, $strict = false )   X-Ref
Checks if the component is enabled

param: string    $component The component name
param: boolean    $string    If set and a component does not exist, false will be returned
return: boolean

getParams( $name )   X-Ref
Gets the parameter object for the component

param: string $name The component name
return: object A JParameter object

renderComponent($name = null, $params = array()   X-Ref
No description

_load()   X-Ref
Load components

return: array



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1