[Xyster_Controller] element index

Package indexes

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