[Xyster_Controller] element index
Package indexes
Xyster_Collection
Xyster_Acl
Xyster_Date
Xyster_Data
Xyster_Orm
Xyster_Type
Xyster_Enum
Xyster_Validate
Xyster_Filter
Xyster_Db
All elements
a
c
d
f
g
p
r
s
x
_
_
top
$_action
Xyster_Controller_Request_Resource::$_action
in Resource.php
$_controller
Xyster_Controller_Request_Resource::$_controller
in Resource.php
$_module
Xyster_Controller_Request_Resource::$_module
in Resource.php
__construct
Xyster_Controller_Request_Resource::__construct()
in Resource.php
Creates a new request resource
__toString
Xyster_Controller_Request_Resource::__toString()
in Resource.php
Returns the string identifier of the Resource
_getGmDate
Xyster_Controller_Action_Helper_Cache::_getGmDate()
in Cache.php
Formats a date in GMT syntax suitable for HTTP headers
_lastModified
Xyster_Controller_Action_Helper_Cache::_lastModified()
in Cache.php
Sends cache-control, last-modified, and etag headers
_wasModifiedSince
Xyster_Controller_Action_Helper_Cache::_wasModifiedSince()
in Cache.php
Checks the date supplied against the if-modified-since header
$_acl
Xyster_Controller_Plugin_Acl::$_acl
in Acl.php
The acl
$_acl
Xyster_Controller_Plugin_Auth::$_acl
in Auth.php
The acl
$_adapter
Xyster_Controller_Plugin_Auth::$_adapter
in Auth.php
The Auth adapter
$_deniedAction
Xyster_Controller_Plugin_Acl::$_deniedAction
in Acl.php
Action to use for errors; defaults to 'error'
$_deniedController
Xyster_Controller_Plugin_Acl::$_deniedController
in Acl.php
Controller to use for errors; defaults to 'error'
$_deniedModule
Xyster_Controller_Plugin_Acl::$_deniedModule
in Acl.php
Module to use for errors; defaults to default module in dispatcher
$_failAction
Xyster_Controller_Plugin_Auth::$_failAction
in Auth.php
The dispatch action for authentication failure
$_failController
Xyster_Controller_Plugin_Auth::$_failController
in Auth.php
The dispatch controller for authentication failure
$_failModule
Xyster_Controller_Plugin_Auth::$_failModule
in Auth.php
The dispatch module for authentication failure
$_loginAction
Xyster_Controller_Plugin_Acl::$_loginAction
in Acl.php
Action to use for login; defaults to 'index'
$_loginController
Xyster_Controller_Plugin_Acl::$_loginController
in Acl.php
Controller to use for login; defaults to 'login'
$_loginModule
Xyster_Controller_Plugin_Acl::$_loginModule
in Acl.php
Module to use for login; defaults to default module in dispatcher
$_provider
Xyster_Controller_Plugin_Auth::$_provider
in Auth.php
The role provider
$_role
Xyster_Controller_Plugin_Auth::$_role
in Auth.php
The current authenticated role
$_rules
Xyster_Controller_Plugin_Acl::$_rules
in Acl.php
Holds the rules passed to 'setRules' until dispatchLoopStartup
$_started
Xyster_Controller_Plugin_Auth::$_started
in Auth.php
Whether the 'routeStartup' method has already been called
$_successAction
Xyster_Controller_Plugin_Auth::$_successAction
in Auth.php
The dispatch action for authentication success
$_successController
Xyster_Controller_Plugin_Auth::$_successController
in Auth.php
The dispatch controller for authentication success
$_successModule
Xyster_Controller_Plugin_Auth::$_successModule
in Auth.php
The dispatch module for authentication success
_authenticate
Xyster_Controller_Plugin_Auth::_authenticate()
in Auth.php
Does the actual auth work
_getResource
Xyster_Controller_Plugin_Acl::_getResource()
in Acl.php
Gets the resource object
__construct
Xyster_Controller_Plugin_Acl::__construct()
in Acl.php
Creates a new acl plugin
a
top
allow
Xyster_Controller_Plugin_Acl::allow()
in Acl.php
Allows access to an action by a role
Acl.php
Acl.php
in Acl.php
Auth.php
Auth.php
in Auth.php
c
top
Cache.php
Cache.php
in Cache.php
create
Xyster_Controller_Request_Resource::create()
in Resource.php
Creates a new request resource based on the values in a request
CACHE_CONTROL_HEADER
Xyster_Controller_Action_Helper_Cache::CACHE_CONTROL_HEADER
in Cache.php
The cache-control header to send
checkModifiedSince
Xyster_Controller_Action_Helper_Cache::checkModifiedSince()
in Cache.php
Checks the user's last mod date against the date supplied
Cache.php
Cache.php
in Cache.php
d
top
DEFAULT_MIME
Xyster_Controller_Action_Helper_File::DEFAULT_MIME
in File.php
The default MIME type
direct
Xyster_Controller_Action_Helper_File::direct()
in File.php
Sets the appropriate headers for sending a file as a response
direct
Xyster_Controller_Action_Helper_Cache::direct()
in Cache.php
Checks the user's last mod date against the date supplied
deny
Xyster_Controller_Plugin_Acl::deny()
in Acl.php
Denies access to an action by a role
dispatchLoopShutdown
Xyster_Controller_Plugin_Cache::dispatchLoopShutdown()
in Cache.php
Called before Zend_Controller_Front exits its dispatch loop.
dispatchLoopStartup
Xyster_Controller_Plugin_Acl::dispatchLoopStartup()
in Acl.php
Called before Zend_Controller_Front enters its dispatch loop
f
top
File.php
File.php
in File.php
g
top
getAction
Xyster_Controller_Request_Resource::getAction()
in Resource.php
Returns the action
getController
Xyster_Controller_Request_Resource::getController()
in Resource.php
Returns the controller
getModule
Xyster_Controller_Request_Resource::getModule()
in Resource.php
Returns the module
getResourceId
Xyster_Controller_Request_Resource::getResourceId()
in Resource.php
Returns the string identifier of the Resource
getAccessDeniedAction
Xyster_Controller_Plugin_Acl::getAccessDeniedAction()
in Acl.php
Retrieve the current acl plugin action
getAccessDeniedController
Xyster_Controller_Plugin_Acl::getAccessDeniedController()
in Acl.php
Retrieve the current acl plugin controller
getAccessDeniedModule
Xyster_Controller_Plugin_Acl::getAccessDeniedModule()
in Acl.php
Retrieve the current acl plugin module
getAcl
Xyster_Controller_Plugin_Auth::getAcl()
in Auth.php
Gets the ACL assigned to the plugin
getFailAction
Xyster_Controller_Plugin_Auth::getFailAction()
in Auth.php
Gets the dispatch action for authentication failure
getFailController
Xyster_Controller_Plugin_Auth::getFailController()
in Auth.php
Gets the dispatch controller for authentication failure
getFailModule
Xyster_Controller_Plugin_Auth::getFailModule()
in Auth.php
Gets the dispatch module for authentication failure
getLoginAction
Xyster_Controller_Plugin_Acl::getLoginAction()
in Acl.php
Retrieve the current not-authenticated action
getLoginController
Xyster_Controller_Plugin_Acl::getLoginController()
in Acl.php
Retrieve the current not-authenticated controller
getLoginModule
Xyster_Controller_Plugin_Acl::getLoginModule()
in Acl.php
Retrieve the current not-authenticated module
getRole
Xyster_Controller_Plugin_Auth::getRole()
in Auth.php
Gets the authenticated role
getRoleProvider
Xyster_Controller_Plugin_Auth::getRoleProvider()
in Auth.php
Gets the role provider used to translate the identity into a role
getSuccessAction
Xyster_Controller_Plugin_Auth::getSuccessAction()
in Auth.php
Gets the dispatch action for authentication success
getSuccessController
Xyster_Controller_Plugin_Auth::getSuccessController()
in Auth.php
Gets the dispatch controller for authentication success
getSuccessModule
Xyster_Controller_Plugin_Auth::getSuccessModule()
in Auth.php
Gets the dispatch module for authentication success
p
top
preDispatch
Xyster_Controller_Plugin_Acl::preDispatch()
in Acl.php
Called before an action is dispatched by Zend_Controller_Dispatcher.
r
top
routeStartup
Xyster_Controller_Plugin_Auth::routeStartup()
in Auth.php
Called before Zend_Controller_Front determines the dispatch route
s
top
setFileHeaders
Xyster_Controller_Action_Helper_File::setFileHeaders()
in File.php
Sets the appropriate headers for sending a file as a response
setAccessDenied
Xyster_Controller_Plugin_Acl::setAccessDenied()
in Acl.php
Setup the dispatch location for access denied errors
setAcl
Xyster_Controller_Plugin_Auth::setAcl()
in Auth.php
Sets the ACL to which the authenticated role will be added
setAuthAdapter
Xyster_Controller_Plugin_Auth::setAuthAdapter()
in Auth.php
Sets the authentication adapter
setFailure
Xyster_Controller_Plugin_Auth::setFailure()
in Auth.php
Sets the dispatch location for a failed authentication
setLogin
Xyster_Controller_Plugin_Acl::setLogin()
in Acl.php
Setup the dispatch location for unauthenticated users
setRoleProvider
Xyster_Controller_Plugin_Auth::setRoleProvider()
in Auth.php
Sets the role provider used to translate the identity into a role
setRules
Xyster_Controller_Plugin_Acl::setRules()
in Acl.php
Sets multiple rules simultaneously
setSuccess
Xyster_Controller_Plugin_Auth::setSuccess()
in Auth.php
Sets the dispatch location for a successful authentication
x
top
Xyster_Controller_Request_Resource
Xyster_Controller_Request_Resource
in Resource.php
An ACL resource to represent an MVC dispatch location
Xyster_Controller_Action_Helper_Cache
Xyster_Controller_Action_Helper_Cache
in Cache.php
Cache control action helper
Xyster_Controller_Action_Helper_File
Xyster_Controller_Action_Helper_File
in File.php
File response headers action helper
Xyster_Controller_Plugin_Acl
Xyster_Controller_Plugin_Acl
in Acl.php
Authorization plugin
Xyster_Controller_Plugin_Auth
Xyster_Controller_Plugin_Auth
in Auth.php
Authentication plugin
Xyster_Controller_Plugin_Cache
Xyster_Controller_Plugin_Cache
in Cache.php
Cache control plugin
a
c
d
f
g
p
r
s
x
_