Class PhpgaclHelpsController

Description

Shows help pages.

  • since: 1.0
  • author: Mariano Iglesias

Located in /plugins/phpgacl/controllers/phpgacl_helps_controller.php (line 24)

AppController
   |
   --PhpgaclAppController
      |
      --PhpgaclHelpsController
Variable Summary
array $helpers
string $name
array $uses
Method Summary
void beforeRender ()
void index (string $topic)
Variables
array $helpers = array( 'Javascript', 'PhpgaclHtml' ) (line 43)

Helpers used by this controller.

  • since: 1.0
  • access: protected

Redefinition of:
PhpgaclAppController::$helpers
Helpers used by all controllers.
string $name = 'PhpgaclHelps' (line 35)

Name of the controller.

  • since: 1.0
  • access: protected
array $uses = null (line 51)

Models used by this controller.

  • since: 1.0
  • access: protected

Inherited Variables

Inherited from PhpgaclAppController

PhpgaclAppController::$components
PhpgaclAppController::$pluginUrl
Methods
beforeRender (line 60)

Runs after the action has been executed, and before the view is rendered.

  • since: 1.0
  • access: protected
void beforeRender ()

Redefinition of:
PhpgaclAppController::beforeRender()
Runs after the action has been executed, and before the view is rendered.
index (line 75)

Show a help page.

  • since: 1.0
  • access: public
void index (string $topic)
  • string $topic: Topic to show

Inherited Methods

Inherited From PhpgaclAppController

PhpgaclAppController::beforeFilter()
PhpgaclAppController::beforeRender()

Documentation generated on Thu, 08 Mar 2007 21:52:51 -0300 by phpDocumentor 1.3.1