[ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ e ] [ f ] [ g ] [ h ] [ i ] [ k ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

a

addFilter
in file FilterChain.php, method FilterChain::addFilter()
addHandler
in file EventDispatcher.php, method EventDispatcher::addHandler()
addHeader
in file Response.php, method Response::addHeader()
addHeader
in file HttpResponse.php, method HttpResponse::addHeader()
addPostFilter
in file FrontController.php, method FrontController::addPostFilter()
    Fuegt einen Filterobjekt der FilterChain hinzu, welches nach dem eigentlich Command ausgefuehrt wird.
addPrefilter
in file FrontController.php, method FrontController::addPrefilter()
    Fuegt einen Filterobjekt der FilterChain hinzu, welches vor dem eigentlich Command ausgefuehrt wird.
assign
in file TemplateView.php, method TemplateView::assign()
AuthLoggingHandler
in file AuthLoggingHandler.php, class AuthLoggingHandler
    Enter description here...
AuthLoggingHandler.php
procedural page AuthLoggingHandler.php
top

b

BrowserInfoCommand
in file BrowserInfoCommand.php, class BrowserInfoCommand
    Ermittelt den User-Agent und gibt ihn aus.
BrowserInfoCommand.php
procedural page BrowserInfoCommand.php
BrowserInfo.php
procedural page BrowserInfo.php
top

c

cancel
in file Event.php, method Event::cancel()
    Stoppt ein Event, damit es nicht mehr weiterhin beachtet wird in einer Bearbeitungskette.
Command
in file Command.php, class Command
    Schnittstelle fuer Commands.
CommandResolver
in file CommandResolver.php, class CommandResolver
    Die Schnittstelle fuer CommandResolver.
CommandResolver.php
procedural page CommandResolver.php
Command.php
procedural page Command.php
top

e

EscapeViewHelper
in file EscapeViewHelper.php, class EscapeViewHelper
    Enter description here...
Event
in file Event.php, class Event
    Event
Event.php
procedural page Event.php
EventDispatcher.php
procedural page EventDispatcher.php
EventHandler.php
procedural page EventHandler.php
EventDispatcher
in file EventDispatcher.php, class EventDispatcher
    Enter description here...
EventHandler
in file EventHandler.php, class EventHandler
    Enter description here...
execute
in file HttpAuthFilter.php, method HttpAuthFilter::execute()
execute
in file UpperCaseFilter.php, method UpperCaseFilter::execute()
execute
in file UppercaseViewHelper.php, method UppercaseViewHelper::execute()
execute
in file ViewHelper.php, method ViewHelper::execute()
execute
in file HelloWorldCommand.php, method HelloWorldCommand::execute()
    Fuehrt das Command aus.
execute
in file Filter.php, method Filter::execute()
execute
in file BrowserInfoCommand.php, method BrowserInfoCommand::execute()
    Fuehrt das Command aus.
execute
in file Command.php, method Command::execute()
    Fuehrt das jeweilige Commmand an den uebergebenen Request- und Response-Objekten aus.
execute
in file EscapeViewHelper.php, method EscapeViewHelper::execute()
EscapeViewHelper.php
procedural page EscapeViewHelper.php
top

f

FileSystemCommandResolver.php
procedural page FileSystemCommandResolver.php
FrontController.php
procedural page FrontController.php
FileSystemCommandResolver
in file FileSystemCommandResolver.php, class FileSystemCommandResolver
    Ein CommandResolver welcher anhand von Dateinamen aufloest.
Filter
in file Filter.php, class Filter
    Enter description here...
Filter.php
procedural page Filter.php
FilterChain.php
procedural page FilterChain.php
FilterChain
in file FilterChain.php, class FilterChain
    Enter description here...
flush
in file HttpResponse.php, method HttpResponse::flush()
flush
in file Response.php, method Response::flush()
FrontController
in file FrontController.php, class FrontController
    Enter description here...
top

g

GenerallHttpHeaders
in file GenerallHttpHeaders.php, class GenerallHttpHeaders
    Enter description here...
getAuthData
in file Request.php, method Request::getAuthData()
    Gibt Authentifizierungsdaten zurueck:
getAuthData
in file HttpRequest.php, method HttpRequest::getAuthData()
getBody
in file HttpResponse.php, method HttpResponse::getBody()
getBody
in file Response.php, method Response::getBody()
getCommand
in file FileSystemCommandResolver.php, method FileSystemCommandResolver::getCommand()
    Ermittelt anhand des uebergebenen Request-Objektes das passende Command-Objekt und liefert es zurueck.
getCommand
in file CommandResolver.php, method CommandResolver::getCommand()
    Ermittelt anhand des uebergebenen Requestobjektes das passende Command-Objekt.
getContext
in file Event.php, method Event::getContext()
    Liefert das Kontextobjekt zurueck.
getHeader
in file Request.php, method Request::getHeader()
    Gibt einen Headder-Wert zurueck.
getHeader
in file HttpRequest.php, method HttpRequest::getHeader()
getInfo
in file Event.php, method Event::getInfo()
    Gibt zusaetzliche Informationen des Events zurueck.
getInstance
in file Registry.php, method Registry::getInstance()
getInstance
in file EventDispatcher.php, method EventDispatcher::getInstance()
getName
in file Event.php, method Event::getName()
    Gibt den Namen des Events zurueck.
getParameter
in file Request.php, method Request::getParameter()
    Gibt den Wert eines Parameters zurueck.
getParameter
in file HttpRequest.php, method HttpRequest::getParameter()
getParameterNames
in file Request.php, method Request::getParameterNames()
    Gibt die Parameternamen zurueck.
getParameterNames
in file HttpRequest.php, method HttpRequest::getParameterNames()
getRemoteAddress
in file HttpRequest.php, method HttpRequest::getRemoteAddress()
getRemoteAddress
in file Request.php, method Request::getRemoteAddress()
    Gibt die IP-Adresse des Clients zurueck.
getRequest
in file Registry.php, method Registry::getRequest()
GLOBALS_GET
in file HttpRequest.php, class constant HttpRequest::GLOBALS_GET
GLOBALS_POST
in file HttpRequest.php, class constant HttpRequest::GLOBALS_POST
GenerallHttpHeaders.php
procedural page GenerallHttpHeaders.php
top

h

HelloWorldCommand.php
procedural page HelloWorldCommand.php
HttpAuthFilter.php
procedural page HttpAuthFilter.php
handle
in file IpBlockHandler.php, method IpBlockHandler::handle()
handle
in file AuthLoggingHandler.php, method AuthLoggingHandler::handle()
handle
in file EventHandler.php, method EventHandler::handle()
handleRequest
in file FrontController.php, method FrontController::handleRequest()
    Handled den Clientrequest. Es mu� dass Request- und
HelloWorldCommand
in file HelloWorldCommand.php, class HelloWorldCommand
    HelloWorldCommand gibt eine Begruessung aus.
HttpAuthFilter
in file HttpAuthFilter.php, class HttpAuthFilter
    Enter description here...
HttpRequest
in file HttpRequest.php, class HttpRequest
    Enter description here...
HttpResponse
in file HttpResponse.php, class HttpResponse
    Enter description here...
HTTP_HEADER_ACCEPT
in file HttpRequest.php, class constant HttpRequest::HTTP_HEADER_ACCEPT
HTTP_HEADER_ACCEPT_ENCODING
in file HttpRequest.php, class constant HttpRequest::HTTP_HEADER_ACCEPT_ENCODING
HTTP_HEADER_AGE
in file HttpResponse.php, class constant HttpResponse::HTTP_HEADER_AGE
HTTP_HEADER_AUTHORIZATION
in file HttpRequest.php, class constant HttpRequest::HTTP_HEADER_AUTHORIZATION
HTTP_HEADER_CACHE_CONTROL
in file GenerallHttpHeaders.php, class constant GenerallHttpHeaders::HTTP_HEADER_CACHE_CONTROL
HTTP_HEADER_CONNECTION
in file GenerallHttpHeaders.php, class constant GenerallHttpHeaders::HTTP_HEADER_CONNECTION
HTTP_HEADER_CONTENT_LENGTH
in file GenerallHttpHeaders.php, class constant GenerallHttpHeaders::HTTP_HEADER_CONTENT_LENGTH
HTTP_HEADER_CONTENT_TYPE
in file HttpResponse.php, class constant HttpResponse::HTTP_HEADER_CONTENT_TYPE
HTTP_HEADER_COOKIE
in file HttpRequest.php, class constant HttpRequest::HTTP_HEADER_COOKIE
HTTP_HEADER_DATE
in file GenerallHttpHeaders.php, class constant GenerallHttpHeaders::HTTP_HEADER_DATE
HTTP_HEADER_ETAG
in file HttpResponse.php, class constant HttpResponse::HTTP_HEADER_ETAG
HTTP_HEADER_HOST
in file HttpRequest.php, class constant HttpRequest::HTTP_HEADER_HOST
HTTP_HEADER_IF_MODIFIED_SINCE
in file HttpRequest.php, class constant HttpRequest::HTTP_HEADER_IF_MODIFIED_SINCE
HTTP_HEADER_LOCATION
in file HttpResponse.php, class constant HttpResponse::HTTP_HEADER_LOCATION
HTTP_HEADER_PRAGMA
in file GenerallHttpHeaders.php, class constant GenerallHttpHeaders::HTTP_HEADER_PRAGMA
HTTP_HEADER_PROXY_AUTHENITACION
in file HttpResponse.php, class constant HttpResponse::HTTP_HEADER_PROXY_AUTHENITACION
HTTP_HEADER_PROXY_AUTHORIZATION
in file HttpRequest.php, class constant HttpRequest::HTTP_HEADER_PROXY_AUTHORIZATION
HTTP_HEADER_RANGE
in file HttpRequest.php, class constant HttpRequest::HTTP_HEADER_RANGE
HTTP_HEADER_REFERER
in file HttpRequest.php, class constant HttpRequest::HTTP_HEADER_REFERER
HTTP_HEADER_RETRY_AFTER
in file HttpResponse.php, class constant HttpResponse::HTTP_HEADER_RETRY_AFTER
HTTP_HEADER_SERVER
in file HttpResponse.php, class constant HttpResponse::HTTP_HEADER_SERVER
HTTP_HEADER_SET_COOKIE
in file HttpResponse.php, class constant HttpResponse::HTTP_HEADER_SET_COOKIE
HTTP_HEADER_UPGRADE
in file GenerallHttpHeaders.php, class constant GenerallHttpHeaders::HTTP_HEADER_UPGRADE
HTTP_HEADER_USER_AGENT
in file HttpRequest.php, class constant HttpRequest::HTTP_HEADER_USER_AGENT
HTTP_STATUS_100
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_100
HTTP_STATUS_101
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_101
HTTP_STATUS_102
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_102
HTTP_STATUS_200
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_200
HTTP_STATUS_201
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_201
HTTP_STATUS_202
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_202
HTTP_STATUS_203
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_203
HTTP_STATUS_204
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_204
HTTP_STATUS_205
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_205
HTTP_STATUS_206
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_206
HTTP_STATUS_207
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_207
HTTP_STATUS_300
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_300
HTTP_STATUS_301
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_301
HTTP_STATUS_302
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_302
HTTP_STATUS_303
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_303
HTTP_STATUS_304
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_304
HTTP_STATUS_305
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_305
HTTP_STATUS_307
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_307
HTTP_STATUS_400
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_400
HTTP_STATUS_401
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_401
HTTP_STATUS_402
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_402
HTTP_STATUS_403
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_403
HTTP_STATUS_404
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_404
HTTP_STATUS_405
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_405
HTTP_STATUS_406
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_406
HTTP_STATUS_407
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_407
HTTP_STATUS_408
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_408
HTTP_STATUS_409
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_409
HTTP_STATUS_410
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_410
HTTP_STATUS_411
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_411
HTTP_STATUS_412
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_412
HTTP_STATUS_413
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_413
HTTP_STATUS_414
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_414
HTTP_STATUS_415
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_415
HTTP_STATUS_416
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_416
HTTP_STATUS_417
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_417
HTTP_STATUS_422
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_422
HTTP_STATUS_423
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_423
HTTP_STATUS_424
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_424
HTTP_STATUS_500
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_500
HTTP_STATUS_501
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_501
HTTP_STATUS_502
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_502
HTTP_STATUS_503
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_503
HTTP_STATUS_504
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_504
HTTP_STATUS_505
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_505
HTTP_STATUS_507
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_507
HTTP_STATUS_509
in file HttpResponse.php, class constant HttpResponse::HTTP_STATUS_509
HttpRequest.php
procedural page HttpRequest.php
HttpResponse.php
procedural page HttpResponse.php
HelloWorld.php
procedural page HelloWorld.php
top

i

IpBlockHandler.php
procedural page IpBlockHandler.php
IpBlockHandler
in file IpBlockHandler.php, class IpBlockHandler
    Enter description here...
isCancelled
in file Event.php, method Event::isCancelled()
    Gibt zurueck ob der Event gestopt wurde und nicht mehr weiter verarbeitet werden soll.
issetParameter
in file Request.php, method Request::issetParameter()
    Gibt zurueck ob ein Parameter existiert.
issetParameter
in file HttpRequest.php, method HttpRequest::issetParameter()
top

k

KEY_REQUEST
in file Registry.php, class constant Registry::KEY_REQUEST
KEY_RESPONSE
in file Registry.php, class constant Registry::KEY_RESPONSE
top

p

processFilters
in file FilterChain.php, method FilterChain::processFilters()
top

r

Registry
in file Registry.php, class Registry
    Enter description here...
Registry.php
procedural page Registry.php
render
in file TemplateView.php, method TemplateView::render()
Request
in file Request.php, class Request
    Die Schnittstelle Beschreibt ein Client-Request.
Request.php
procedural page Request.php
Response.php
procedural page Response.php
Response
in file Response.php, class Response
    Enter description here...
retResponse
in file Registry.php, method Registry::retResponse()
top

s

setBody
in file Response.php, method Response::setBody()
setBody
in file HttpResponse.php, method HttpResponse::setBody()
setRequest
in file Registry.php, method Registry::setRequest()
setResponse
in file Registry.php, method Registry::setResponse()
setStatus
in file Response.php, method Response::setStatus()
setStatus
in file HttpResponse.php, method HttpResponse::setStatus()
top

t

TemplateView
in file TemplateView.php, class TemplateView
    Enter description here...
TemplateView.php
procedural page TemplateView.php
triggerEvent
in file EventDispatcher.php, method EventDispatcher::triggerEvent()
top

u

UpperCaseFilter.php
procedural page UpperCaseFilter.php
UpperCaseFilter
in file UpperCaseFilter.php, class UpperCaseFilter
    Enter description here...
UppercaseViewHelper
in file UppercaseViewHelper.php, class UppercaseViewHelper
    Enter description here...
UppercaseViewHelper.php
procedural page UppercaseViewHelper.php
top

v

ViewHelper
in file ViewHelper.php, class ViewHelper
    Enter description here...
ViewHelper.php
procedural page ViewHelper.php
top

w

write
in file Response.php, method Response::write()
write
in file HttpResponse.php, method HttpResponse::write()
top

_

$_instance
in file Registry.php, variable Registry::$_instance
$_ips
in file IpBlockHandler.php, variable IpBlockHandler::$_ips
$_values
in file Registry.php, variable Registry::$_values
_get
in file Registry.php, method Registry::_get()
_loadCommand
in file FileSystemCommandResolver.php, method FileSystemCommandResolver::_loadCommand()
    Laedt eine Command-Klasse anhand des Command-Namen und gibt eine Instanz der Klasse zurueck. Die Command- Klasse muss den Namen "{$name}Command" besitzen und die Datei muss den Namen "{$name}Command.php" tragen.
_loadViewHelper
in file TemplateView.php, method TemplateView::_loadViewHelper()
_set
in file Registry.php, method Registry::_set()
__call
in file TemplateView.php, method TemplateView::__call()
__clone
in file EventDispatcher.php, method EventDispatcher::__clone()
    Singleton
__clone
in file Registry.php, method Registry::__clone()
__construct
in file Registry.php, method Registry::__construct()
__construct
in file TemplateView.php, method TemplateView::__construct()
__construct
in file IpBlockHandler.php, method IpBlockHandler::__construct()
__construct
in file HttpAuthFilter.php, method HttpAuthFilter::__construct()
__construct
in file FrontController.php, method FrontController::__construct()
    Konstruktor
__construct
in file FileSystemCommandResolver.php, method FileSystemCommandResolver::__construct()
    Konstruktor
__construct
in file Event.php, method Event::__construct()
    Konstruktor.
__construct
in file HttpRequest.php, method HttpRequest::__construct()
__construct
in file EventDispatcher.php, method EventDispatcher::__construct()
    Singleton
__construct
in file AuthLoggingHandler.php, method AuthLoggingHandler::__construct()
__construct
in file HttpResponse.php, method HttpResponse::__construct()
__get
in file TemplateView.php, method TemplateView::__get()
top

Documentation generated on Sun, 02 Aug 2009 17:14:50 +0200 by phpDocumentor 1.4.2