Class Xyster_Controller_Request_Resource

Description

An ACL resource to represent an MVC dispatch location

  • copyright: Copyright (c) 2007-2008 Irrational Logic (http://irrationallogic.net)
  • license: New BSD License

Located in /Controller/Request/Resource.php (line 28)


	
			
Variable Summary
string $_action
string $_controller
string $_module
Method Summary
Xyster_Controller_Request_Resource __construct (string $module, [string $controller = null], [string $action = null])
string getAction ()
string getController ()
string getModule ()
string getResourceId ()
string __toString ()
Variables
string $_action (line 43)
  • access: protected
string $_controller (line 38)
  • access: protected
string $_module (line 33)
  • access: protected
Methods
static method create (line 65)

Creates a new request resource based on the values in a request

  • access: public
static Xyster_Controller_Request_Resource create ( $request)
  • Zend_Controller_Request_Abstract $request
Constructor __construct (line 52)

Creates a new request resource

  • access: public
Xyster_Controller_Request_Resource __construct (string $module, [string $controller = null], [string $action = null])
  • string $module
  • string $controller
  • string $action
getAction (line 76)

Returns the action

  • access: public
string getAction ()
getController (line 86)

Returns the controller

  • access: public
string getController ()
getModule (line 96)

Returns the module

  • access: public
string getModule ()
getResourceId (line 106)

Returns the string identifier of the Resource

  • access: public
string getResourceId ()
__toString (line 124)

Returns the string identifier of the Resource

  • access: public
string __toString ()

Documentation generated on Mon, 19 May 2008 17:07:33 -0400 by phpDocumentor 1.4.2