Class Gadget_Handler

Description

Gadget_Handler

KISS handler.

  • since: 1.0

Located in /Gadget/Handler.php (line 35)


	
			
Variable Summary
array $actions
bool $exclusive
string $handlerClass
Method Summary
bool handle (mixed $action, array $params, [mixed $check = GADGET_HANDLER_CHECK_ISSET], bool $strict)
void loadClass (string $class)
void setClass (string $handlerClass)
void setObject (object &$handlerObject)
array start ()
Variables
array $actions = array() (line 56)

Registered Actions

bool $exclusive = false (line 63)

Exclusive -- whether just one (first) or many actions can be handled

string $handlerClass (line 49)

Handler Class

object $handlerObject (line 42)

Handler Object

Methods
handle (line 98)

Handle

  • access: public
bool handle (mixed $action, array $params, [mixed $check = GADGET_HANDLER_CHECK_ISSET], bool $strict)
  • mixed $action
  • array $params
  • bool $strict
loadClass (line 170)

Load Class

  • access: protected
void loadClass (string $class)
  • string $class
setClass (line 84)

Set Handler Class

  • access: public
void setClass (string $handlerClass)
  • string $handlerClass
setObject (line 72)

Set Handler Object

  • access: public
void setObject (object &$handlerObject)
  • object $handlerObject
start (line 142)

Start

  • access: public
array start ()

Documentation generated on Sun, 03 Jul 2005 12:45:49 +0200 by phpDocumentor 1.3.0RC3