Element index for namespace Nette-Application

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

__construct
in file PresenterLoader.php, method PresenterLoader::__construct()
__construct
in file PresenterComponent.php, method PresenterComponent::__construct()
__construct
in file MultiRouter.php, method MultiRouter::__construct()
__construct
in file PresenterRequest.php, method PresenterRequest::__construct()
__construct
in file RedirectingResponse.php, method RedirectingResponse::__construct()
__construct
in file Route.php, method Route::__construct()
__construct
in file RenderResponse.php, method RenderResponse::__construct()
__construct
in file AppForm.php, method AppForm::__construct()
    Application form constructor.
__construct
in file Link.php, method Link::__construct()
    Link specification.
__construct
in file BadRequestException.php, method BadRequestException::__construct()
__construct
in file ApplicationException.php, method ApplicationException::__construct()
__construct
in file CliRouter.php, method CliRouter::__construct()
__construct
in file DownloadResponse.php, method DownloadResponse::__construct()
__construct
in file JsonResponse.php, method JsonResponse::__construct()
__construct
in file ForwardingResponse.php, method ForwardingResponse::__construct()
__construct
in file SimpleRouter.php, method SimpleRouter::__construct()
__toString
in file Link.php, method Link::__toString()
    Converts link to URL.
top

a

$absoluteUrls
in file Presenter.php, variable Presenter::$absoluteUrls
$allowedMethods
in file Application.php, variable Application::$allowedMethods
$autoCanonicalize
in file Presenter.php, variable Presenter::$autoCanonicalize
AbortException
in file AbortException.php, class AbortException
    The exception that is thrown when user attempts to terminate the current presenter or application.
addStyle
in file Route.php, method Route::addStyle()
    Creates new style.
afterRender
in file Presenter.php, method Presenter::afterRender()
    Common render method.
ajaxLink
in file PresenterComponent.php, method PresenterComponent::ajaxLink()
AppForm
in file AppForm.php, class AppForm
    Web form as presenter component.
Application
in file Application.php, class Application
    Front Controller.
AppForm.php
procedural page AppForm.php
Application.php
procedural page Application.php
AbortException.php
procedural page AbortException.php
ApplicationException.php
procedural page ApplicationException.php
ApplicationException
in file ApplicationException.php, class ApplicationException
    Application fatal error.
attached
in file AppForm.php, method AppForm::attached()
    This method will be called when the component (or component's parent) becomes attached to a monitored object. Do not call this method yourself.
attached
in file PresenterComponent.php, method PresenterComponent::attached()
    This method will be called when the component (or component's parent) becomes attached to a monitored object. Do not call this method yourself.
top

b

BadRequestException.php
procedural page BadRequestException.php
BadSignalException.php
procedural page BadSignalException.php
backlink
in file Presenter.php, method Presenter::backlink()
    Link to myself.
BadRequestException
in file BadRequestException.php, class BadRequestException
    Bad HTTP / presenter request exception.
BadSignalException
in file BadSignalException.php, class BadSignalException
    Signal exception.
beforeRender
in file Presenter.php, method Presenter::beforeRender()
    Common render method.
top

c

$caseSensitive
in file PresenterLoader.php, variable PresenterLoader::$caseSensitive
$catchExceptions
in file Application.php, variable Application::$catchExceptions
Control.php
procedural page Control.php
CliRouter.php
procedural page CliRouter.php
canonicalize
in file Presenter.php, method Presenter::canonicalize()
    Conditional redirect to canonicalized URI.
CASE_SENSITIVE
in file Route.php, class constant Route::CASE_SENSITIVE
    flag
changeAction
in file Presenter.php, method Presenter::changeAction()
    Changes current action. Only alphanumeric characters are allowed.
CliRouter
in file CliRouter.php, class CliRouter
    The unidirectional router for CLI. (experimental)
constructUrl
in file Route.php, method Route::constructUrl()
    Constructs absolute URL from PresenterRequest object.
constructUrl
in file IRouter.php, method IRouter::constructUrl()
    Constructs absolute URL from PresenterRequest object.
constructUrl
in file MultiRouter.php, method MultiRouter::constructUrl()
    Constructs absolute URL from PresenterRequest object.
constructUrl
in file SimpleRouter.php, method SimpleRouter::constructUrl()
    Constructs absolute URL from PresenterRequest object.
constructUrl
in file CliRouter.php, method CliRouter::constructUrl()
    This router is only unidirectional.
Control
in file Control.php, class Control
    Control is renderable component.
createPresenterLoader
in file Application.php, method Application::createPresenterLoader()
createTemplate
in file Control.php, method Control::createTemplate()
top

d

$defaultAction
in file Presenter.php, variable Presenter::$defaultAction
$defaultCode
in file BadSignalException.php, variable BadSignalException::$defaultCode
$defaultCode
in file BadRequestException.php, variable BadRequestException::$defaultCode
$defaultFlags
in file Route.php, variable Route::$defaultFlags
$defaultServices
in file Application.php, variable Application::$defaultServices
DownloadResponse.php
procedural page DownloadResponse.php
DownloadResponse
in file DownloadResponse.php, class DownloadResponse
    File download response.
top

e

$errorPresenter
in file Application.php, variable Application::$errorPresenter
top

f

ForwardingResponse.php
procedural page ForwardingResponse.php
FILTER_IN
in file Route.php, class constant Route::FILTER_IN
    key used in Route::$styles or metadata Route::__construct
FILTER_OUT
in file Route.php, class constant Route::FILTER_OUT
    key used in Route::$styles or metadata Route::__construct
FILTER_TABLE
in file Route.php, class constant Route::FILTER_TABLE
    key used in Route::$styles or metadata Route::__construct
flashMessage
in file Control.php, method Control::flashMessage()
    Saves the message to template, that can be displayed after redirect.
formatActionMethod
in file Presenter.php, method Presenter::formatActionMethod()
    Formats action method name.
formatLayoutTemplateFiles
in file Presenter.php, method Presenter::formatLayoutTemplateFiles()
    Formats layout template file names.
formatPresenterClass
in file PresenterLoader.php, method PresenterLoader::formatPresenterClass()
    Formats presenter class name from its name.
formatPresenterFile
in file PresenterLoader.php, method PresenterLoader::formatPresenterFile()
    Formats presenter class file name.
formatRenderMethod
in file Presenter.php, method Presenter::formatRenderMethod()
    Formats render view method name.
formatSignalMethod
in file PresenterComponent.php, method PresenterComponent::formatSignalMethod()
    Formats signal handler method name -> case sensitivity doesn't matter.
formatTemplateFiles
in file Presenter.php, method Presenter::formatTemplateFiles()
    Formats view template file names.
forward
in file Presenter.php, method Presenter::forward()
    Forward to another presenter or action.
FORWARD
in file PresenterRequest.php, class constant PresenterRequest::FORWARD
    method
ForwardingResponse
in file ForwardingResponse.php, class ForwardingResponse
    Forwards to new request.
FULL_META
in file Route.php, class constant Route::FULL_META
top

g

getAction
in file Presenter.php, method Presenter::getAction()
    Returns current action name.
getAjaxDriver
in file Presenter.php, method Presenter::getAjaxDriver()
getApplication
in file Presenter.php, method Presenter::getApplication()
getCode
in file RedirectingResponse.php, method RedirectingResponse::getCode()
getContentType
in file DownloadResponse.php, method DownloadResponse::getContentType()
    Returns the MIME content type of an downloaded file.
getDefaults
in file Route.php, method Route::getDefaults()
    Returns default values.
getDefaults
in file CliRouter.php, method CliRouter::getDefaults()
    Returns default values.
getDefaults
in file SimpleRouter.php, method SimpleRouter::getDefaults()
    Returns default values.
getDestination
in file Link.php, method Link::getDestination()
    Returns link destination.
getFile
in file DownloadResponse.php, method DownloadResponse::getFile()
    Returns the path to an downloaded file.
getFiles
in file PresenterRequest.php, method PresenterRequest::getFiles()
    Returns all uploaded files.
getFlashSession
in file Presenter.php, method Presenter::getFlashSession()
    Returns session namespace provided to pass temporary data between redirects.
getHttpRequest
in file Application.php, method Application::getHttpRequest()
getHttpRequest
in file Presenter.php, method Presenter::getHttpRequest()
getHttpResponse
in file Presenter.php, method Presenter::getHttpResponse()
getHttpResponse
in file Application.php, method Application::getHttpResponse()
getLastCreatedRequest
in file Presenter.php, method Presenter::getLastCreatedRequest()
    Returns the last created PresenterRequest.
getLastCreatedRequestFlag
in file Presenter.php, method Presenter::getLastCreatedRequestFlag()
    Returns the last created PresenterRequest flag.
getLayout
in file Presenter.php, method Presenter::getLayout()
    Returns current layout name.
getMask
in file Route.php, method Route::getMask()
    Returns mask.
getMethod
in file PresenterRequest.php, method PresenterRequest::getMethod()
    Returns the method.
getName
in file DownloadResponse.php, method DownloadResponse::getName()
    Returns the file name.
getParam
in file PresenterComponent.php, method PresenterComponent::getParam()
    Returns component param.
getParam
in file Link.php, method Link::getParam()
    Returns link parameter.
getParamId
in file PresenterComponent.php, method PresenterComponent::getParamId()
    Returns a fully-qualified name that uniquely identifies the parameter.
getParams
in file PresenterRequest.php, method PresenterRequest::getParams()
    Returns all variables provided to the presenter (usually via URL).
getParams
in file Link.php, method Link::getParams()
    Returns link parameters.
getPayload
in file Presenter.php, method Presenter::getPayload()
getPayload
in file JsonResponse.php, method JsonResponse::getPayload()
getPersistentComponents
in file Presenter.php, method Presenter::getPersistentComponents()
    Returns array of persistent components.
getPersistentParams
in file PresenterComponent.php, method PresenterComponent::getPersistentParams()
    Returns array of classes persistent parameters. They have public visibility and are non-static.
getPhase
in file Presenter.php, method Presenter::getPhase()
    Returns current presenter life cycle phase.
getPost
in file PresenterRequest.php, method PresenterRequest::getPost()
    Returns all variables provided to the presenter via POST.
getPresenter
in file Application.php, method Application::getPresenter()
    Returns current presenter.
getPresenter
in file AppForm.php, method AppForm::getPresenter()
    Returns the presenter where this component belongs to.
getPresenter
in file PresenterComponent.php, method PresenterComponent::getPresenter()
    Returns the presenter where this component belongs to.
getPresenter
in file Presenter.php, method Presenter::getPresenter()
    Returns self.
getPresenterClass
in file PresenterLoader.php, method PresenterLoader::getPresenterClass()
getPresenterClass
in file IPresenterLoader.php, method IPresenterLoader::getPresenterClass()
getPresenterLoader
in file Application.php, method Application::getPresenterLoader()
    Returns presenter loader.
getPresenterName
in file PresenterRequest.php, method PresenterRequest::getPresenterName()
    Retrieve the presenter name.
getRequest
in file ForwardingResponse.php, method ForwardingResponse::getRequest()
getRequest
in file Presenter.php, method Presenter::getRequest()
getRequests
in file Application.php, method Application::getRequests()
    Returns all processed requests.
getRouter
in file Application.php, method Application::getRouter()
    Returns router.
getService
in file Application.php, method Application::getService()
    Gets the service object of the specified type.
getServiceLocator
in file Application.php, method Application::getServiceLocator()
    Gets the service locator (experimental).
getSession
in file Application.php, method Application::getSession()
getSession
in file Presenter.php, method Presenter::getSession()
getSignal
in file Presenter.php, method Presenter::getSignal()
    Returns pair signal receiver and name.
getSnippetId
in file Control.php, method Control::getSnippetId()
    Returns snippet HTML ID.
getSource
in file RenderResponse.php, method RenderResponse::getSource()
getTargetPresenter
in file Route.php, method Route::getTargetPresenter()
    Proprietary cache aim.
getTemplate
in file Control.php, method Control::getTemplate()
getUniqueId
in file Presenter.php, method Presenter::getUniqueId()
    Returns a name that uniquely identifies component.
getUniqueId
in file PresenterComponent.php, method PresenterComponent::getUniqueId()
    Returns a fully-qualified name that uniquely identifies the component within the presenter hierarchy.
getUri
in file RedirectingResponse.php, method RedirectingResponse::getUri()
getUser
in file Presenter.php, method Presenter::getUser()
getView
in file Presenter.php, method Presenter::getView()
    Returns current view.
getWidget
in file Control.php, method Control::getWidget()
    Returns widget component specified by name.
top

h

handleInvalidLink
in file Presenter.php, method Presenter::handleInvalidLink()
    Invalid link handler. Descendant can override this method to change default behaviour.
hasFlag
in file PresenterRequest.php, method PresenterRequest::hasFlag()
    Checks the flag.
hasFlashSession
in file Presenter.php, method Presenter::hasFlashSession()
    Checks if a flash session namespace exists.
top

i

$invalidLinkMode
in file Presenter.php, variable Presenter::$invalidLinkMode
InvalidLinkException.php
procedural page InvalidLinkException.php
InvalidPresenterException.php
procedural page InvalidPresenterException.php
IPresenter.php
procedural page IPresenter.php
IPresenterLoader.php
procedural page IPresenterLoader.php
IPresenterResponse.php
procedural page IPresenterResponse.php
IRenderable.php
procedural page IRenderable.php
IRouter.php
procedural page IRouter.php
ISignalReceiver.php
procedural page ISignalReceiver.php
IStatePersistent.php
procedural page IStatePersistent.php
invalidateControl
in file IRenderable.php, method IRenderable::invalidateControl()
    Forces control to repaint.
invalidateControl
in file Control.php, method Control::invalidateControl()
    Forces control or its snippet to repaint.
InvalidLinkException
in file InvalidLinkException.php, class InvalidLinkException
    Link generation exception.
InvalidPresenterException
in file InvalidPresenterException.php, class InvalidPresenterException
    The exception that is thrown when a presenter cannot be loaded.
INVALID_LINK_EXCEPTION
in file Presenter.php, class constant Presenter::INVALID_LINK_EXCEPTION
    bad link handling Presenter::$invalidLinkMode
INVALID_LINK_SILENT
in file Presenter.php, class constant Presenter::INVALID_LINK_SILENT
    bad link handling Presenter::$invalidLinkMode
INVALID_LINK_WARNING
in file Presenter.php, class constant Presenter::INVALID_LINK_WARNING
    bad link handling Presenter::$invalidLinkMode
IPartiallyRenderable
in file IRenderable.php, class IPartiallyRenderable
IPresenter
in file IPresenter.php, class IPresenter
    Defines method that must be implemented to allow a component to act like a presenter.
IPresenterLoader
in file IPresenterLoader.php, class IPresenterLoader
    Responsible for loading presenters.
IPresenterResponse
in file IPresenterResponse.php, class IPresenterResponse
    Any response returned by presenter.
IRenderable
in file IRenderable.php, class IRenderable
IRouter
in file IRouter.php, class IRouter
    The bi-directional router.
isAjax
in file Presenter.php, method Presenter::isAjax()
    Is AJAX request?
isAnchored
in file AppForm.php, method AppForm::isAnchored()
    Tells if the form is anchored.
isControlInvalid
in file IRenderable.php, method IRenderable::isControlInvalid()
    Is required to repaint the control?
isControlInvalid
in file Control.php, method Control::isControlInvalid()
    Is required to repaint the control or its snippet?
ISignalReceiver
in file ISignalReceiver.php, class ISignalReceiver
    Component with ability to receive signal.
isMethod
in file PresenterRequest.php, method PresenterRequest::isMethod()
    Checks if the method is the given one.
isPost
in file PresenterRequest.php, method PresenterRequest::isPost()
    Checks if the method is POST.
isSignalReceiver
in file Presenter.php, method Presenter::isSignalReceiver()
    Checks if the signal receiver is the given one.
IStatePersistent
in file IStatePersistent.php, class IStatePersistent
    Component with ability to save and load its state.
top

j

JsonResponse.php
procedural page JsonResponse.php
JsonResponse
in file JsonResponse.php, class JsonResponse
    JSON response used for AJAX requests.
top

l

Link.php
procedural page Link.php
lastModified
in file Presenter.php, method Presenter::lastModified()
    Attempts to cache the sent entity by its last modification date
lazyLink
in file PresenterComponent.php, method PresenterComponent::lazyLink()
    Returns destination as Link object.
link
in file PresenterComponent.php, method PresenterComponent::link()
    Generates URL to presenter, action or signal.
Link
in file Link.php, class Link
    Lazy encapsulation of PresenterComponent::link().
loadState
in file PresenterComponent.php, method PresenterComponent::loadState()
    Loads state informations.
loadState
in file IStatePersistent.php, method IStatePersistent::loadState()
    Loads state informations.
top

m

$maxLoop
in file Application.php, variable Application::$maxLoop
MultiRouter.php
procedural page MultiRouter.php
match
in file Route.php, method Route::match()
    Maps HTTP request to a PresenterRequest object.
match
in file MultiRouter.php, method MultiRouter::match()
    Maps HTTP request to a PresenterRequest object.
match
in file SimpleRouter.php, method SimpleRouter::match()
    Maps HTTP request to a PresenterRequest object.
match
in file CliRouter.php, method CliRouter::match()
    Maps command line arguments to a PresenterRequest object.
match
in file IRouter.php, method IRouter::match()
    Maps HTTP request to a PresenterRequest object.
MODULE_KEY
in file SimpleRouter.php, class constant SimpleRouter::MODULE_KEY
MODULE_KEY
in file Route.php, class constant Route::MODULE_KEY
MultiRouter
in file MultiRouter.php, class MultiRouter
    The router broker.
top

o

$oldLayoutMode
in file Presenter.php, variable Presenter::$oldLayoutMode
$oldModuleMode
in file Presenter.php, variable Presenter::$oldModuleMode
$onError
in file Application.php, variable Application::$onError
$onRequest
in file Application.php, variable Application::$onRequest
$onShutdown
in file Application.php, variable Application::$onShutdown
$onShutdown
in file Presenter.php, variable Presenter::$onShutdown
$onStartup
in file Application.php, variable Application::$onStartup
offsetExists
in file PresenterComponent.php, method PresenterComponent::offsetExists()
    Does component specified by name exists?
offsetGet
in file PresenterComponent.php, method PresenterComponent::offsetGet()
    Returns component specified by name. Throws exception if component doesn't exist.
offsetSet
in file PresenterComponent.php, method PresenterComponent::offsetSet()
    Adds the component to the container.
offsetUnset
in file PresenterComponent.php, method PresenterComponent::offsetUnset()
    Removes component from the container. Throws exception if component doesn't exist.
ONE_WAY
in file IRouter.php, class constant IRouter::ONE_WAY
    flag
top

p

$params
in file PresenterComponent.php, variable PresenterComponent::$params
Presenter.php
procedural page Presenter.php
PresenterComponent.php
procedural page PresenterComponent.php
PresenterHelpers.php
procedural page PresenterHelpers.php
PresenterLoader.php
procedural page PresenterLoader.php
PresenterRequest.php
procedural page PresenterRequest.php
PATTERN
in file Route.php, class constant Route::PATTERN
    key used in Route::$styles or metadata Route::__construct
PHASE_RENDER
in file Presenter.php, class constant Presenter::PHASE_RENDER
    life cycle phases Presenter::getPhase()
PHASE_SHUTDOWN
in file Presenter.php, class constant Presenter::PHASE_SHUTDOWN
    life cycle phases Presenter::getPhase()
PHASE_SIGNAL
in file Presenter.php, class constant Presenter::PHASE_SIGNAL
    life cycle phases Presenter::getPhase()
PHASE_STARTUP
in file Presenter.php, class constant Presenter::PHASE_STARTUP
    life cycle phases Presenter::getPhase()
popGlobalParams
in file Presenter.php, method Presenter::popGlobalParams()
    Pops parameters for specified component.
Presenter
in file Presenter.php, class Presenter
    Presenter object represents a webpage instance. It executes all the logic for the request.
PresenterComponent
in file PresenterComponent.php, class PresenterComponent
    PresenterComponent is the base class for all presenters components.
PresenterLoader
in file PresenterLoader.php, class PresenterLoader
    Default presenter loader.
PresenterRequest
in file PresenterRequest.php, class PresenterRequest
    Presenter request. Immutable object.
PRESENTER_KEY
in file Route.php, class constant Route::PRESENTER_KEY
PRESENTER_KEY
in file CliRouter.php, class constant CliRouter::PRESENTER_KEY
PRESENTER_KEY
in file SimpleRouter.php, class constant SimpleRouter::PRESENTER_KEY
processSignal
in file Presenter.php, method Presenter::processSignal()
top

r

RedirectingResponse.php
procedural page RedirectingResponse.php
RenderResponse.php
procedural page RenderResponse.php
Route.php
procedural page Route.php
receiveHttpData
in file AppForm.php, method AppForm::receiveHttpData()
    Internal: receives submitted HTTP data.
redirect
in file PresenterComponent.php, method PresenterComponent::redirect()
    Redirect to another presenter, action or signal.
RedirectingResponse
in file RedirectingResponse.php, class RedirectingResponse
    Redirects to new request.
redirectUri
in file Presenter.php, method Presenter::redirectUri()
    Redirect to another URL and ends presenter execution.
RenderResponse
in file RenderResponse.php, class RenderResponse
    Rendering presenter response.
renderTemplate
in file Presenter.php, method Presenter::renderTemplate()
RESTORED
in file PresenterRequest.php, class constant PresenterRequest::RESTORED
    flag
restoreRequest
in file Application.php, method Application::restoreRequest()
    Restores current request to session.
Route
in file Route.php, class Route
    The bidirectional route is responsible for mapping HTTP request to a PresenterRoute object for dispatch and vice-versa.
run
in file Presenter.php, method Presenter::run()
run
in file Application.php, method Application::run()
    Dispatch a HTTP request to a front controller.
run
in file IPresenter.php, method IPresenter::run()
top

s

$styles
in file Route.php, variable Route::$styles
SimpleRouter.php
procedural page SimpleRouter.php
saveGlobalState
in file Presenter.php, method Presenter::saveGlobalState()
    Permanently saves state information for all subcomponents to $this->globalState.
saveState
in file IStatePersistent.php, method IStatePersistent::saveState()
    Saves state informations for next request.
saveState
in file PresenterComponent.php, method PresenterComponent::saveState()
    Saves state informations for next request.
SECURED
in file IRouter.php, class constant IRouter::SECURED
    flag
SECURED
in file PresenterRequest.php, class constant PresenterRequest::SECURED
    flag
send
in file RenderResponse.php, method RenderResponse::send()
    Sends response to output.
send
in file DownloadResponse.php, method DownloadResponse::send()
    Sends response to output.
send
in file JsonResponse.php, method JsonResponse::send()
    Sends response to output.
send
in file RedirectingResponse.php, method RedirectingResponse::send()
    Sends response to output.
send
in file ForwardingResponse.php, method ForwardingResponse::send()
    Sends response to output.
send
in file IPresenterResponse.php, method IPresenterResponse::send()
    Sends response to output.
sendPayload
in file Presenter.php, method Presenter::sendPayload()
    Sends AJAX payload to the output.
sendTemplate
in file Presenter.php, method Presenter::sendTemplate()
setFiles
in file PresenterRequest.php, method PresenterRequest::setFiles()
    Sets all uploaded files.
setFlag
in file PresenterRequest.php, method PresenterRequest::setFlag()
    Sets the flag.
setLayout
in file Presenter.php, method Presenter::setLayout()
    Changes or disables layout.
setMethod
in file PresenterRequest.php, method PresenterRequest::setMethod()
    Sets the method.
setParam
in file Link.php, method Link::setParam()
    Changes link parameter.
setParams
in file PresenterRequest.php, method PresenterRequest::setParams()
    Sets variables provided to the presenter.
setPost
in file PresenterRequest.php, method PresenterRequest::setPost()
    Sets variables provided to the presenter via POST.
setPresenterName
in file PresenterRequest.php, method PresenterRequest::setPresenterName()
    Sets the presenter name.
setRouter
in file Application.php, method Application::setRouter()
    Changes router.
setStyleProperty
in file Route.php, method Route::setStyleProperty()
    Changes style property value.
setView
in file Presenter.php, method Presenter::setView()
    Changes current view. Any name is allowed.
shutdown
in file Presenter.php, method Presenter::shutdown()
signalReceived
in file ISignalReceiver.php, method ISignalReceiver::signalReceived()
signalReceived
in file PresenterComponent.php, method PresenterComponent::signalReceived()
    Calls signal handler method.
signalReceived
in file AppForm.php, method AppForm::signalReceived()
    This method is called by presenter.
SimpleRouter
in file SimpleRouter.php, class SimpleRouter
    The bidirectional route for trivial routing via query string.
startup
in file Presenter.php, method Presenter::startup()
storeRequest
in file Application.php, method Application::storeRequest()
    Stores current request to session.
top

t

templatePrepareFilters
in file Control.php, method Control::templatePrepareFilters()
    Descendant can override this method to customize template compile-time filters.
terminate
in file Presenter.php, method Presenter::terminate()
    Correctly terminates presenter.
tryCall
in file PresenterComponent.php, method PresenterComponent::tryCall()
    Calls public method if exists.
top

u

unformatPresenterClass
in file PresenterLoader.php, method PresenterLoader::unformatPresenterClass()
    Formats presenter name from class name.
top

v

validateControl
in file Control.php, method Control::validateControl()
    Allows control or its snippet to not repaint.
VALUE
in file Route.php, class constant Route::VALUE
    key used in Route::$styles or metadata Route::__construct
top