Element index for namespace Application
[
a ]
[
b ]
[
c ]
[
d ]
[
e ]
[
f ]
[
g ]
[
h ]
[
i ]
[
j ]
[
l ]
[
m ]
[
n ]
[
o ]
[
p ]
[
r ]
[
s ]
[
t ]
[
u ]
[
v ]
[
x ]
[
_ ]
_
- __construct
- in file PresenterRequest.php, method NPresenterRequest::__construct()
- __construct
- in file PresenterComponent.php, method NPresenterComponent::__construct()
- __construct
- in file RedirectingResponse.php, method NRedirectingResponse::__construct()
- __construct
- in file RenderResponse.php, method NRenderResponse::__construct()
- __construct
- in file SimpleRouter.php, method NSimpleRouter::__construct()
- __construct
- in file Route.php, method NRoute::__construct()
- __construct
- in file MultiRouter.php, method NMultiRouter::__construct()
- __construct
- in file Link.php, method NLink::__construct()
NLink specification.
- __construct
- in file CliRouter.php, method NCliRouter::__construct()
- __construct
- in file BadRequestException.php, method NBadRequestException::__construct()
- __construct
- in file ApplicationException.php, method NApplicationException::__construct()
- __construct
- in file DownloadResponse.php, method NDownloadResponse::__construct()
- __construct
- in file ForwardingResponse.php, method NForwardingResponse::__construct()
- __construct
- in file AppForm.php, method NAppForm::__construct()
NApplication form constructor.
- __construct
- in file JsonResponse.php, method NJsonResponse::__construct()
- __toString
- in file Link.php, method NLink::__toString()
Converts link to URL.
top
top
top
c
- $caseSensitive
- in file PresenterLoader.php, variable NPresenterLoader::$caseSensitive
- $catchExceptions
- in file Application.php, variable NApplication::$catchExceptions
- Control.php
- procedural page Control.php
- CliRouter.php
- procedural page CliRouter.php
- canonicalize
- in file Presenter.php, method NPresenter::canonicalize()
Conditional redirect to canonicalized URI.
- CASE_SENSITIVE
- in file Route.php, class constant NRoute::CASE_SENSITIVE
flag
- changeAction
- in file Presenter.php, method NPresenter::changeAction()
Changes current action. Only alphanumeric characters are allowed.
- constructUrl
- in file Route.php, method NRoute::constructUrl()
Constructs absolute URL from NPresenterRequest object.
- constructUrl
- in file SimpleRouter.php, method NSimpleRouter::constructUrl()
Constructs absolute URL from NPresenterRequest object.
- constructUrl
- in file MultiRouter.php, method NMultiRouter::constructUrl()
Constructs absolute URL from NPresenterRequest object.
- constructUrl
- in file IRouter.php, method IRouter::constructUrl()
Constructs absolute URL from NPresenterRequest object.
- constructUrl
- in file CliRouter.php, method NCliRouter::constructUrl()
This router is only unidirectional.
- createTemplate
- in file Control.php, method NControl::createTemplate()
top
top
top
f
- $flags
- in file Route.php, variable NRoute::$flags
- $flags
- in file SimpleRouter.php, variable NSimpleRouter::$flags
- ForwardingResponse.php
- procedural page ForwardingResponse.php
- FILTER_IN
- in file Route.php, class constant NRoute::FILTER_IN
key used in NRoute::$styles or metadata NRoute::__construct
- FILTER_OUT
- in file Route.php, class constant NRoute::FILTER_OUT
key used in NRoute::$styles or metadata NRoute::__construct
- FILTER_TABLE
- in file Route.php, class constant NRoute::FILTER_TABLE
key used in NRoute::$styles or metadata NRoute::__construct
- flashMessage
- in file Control.php, method NControl::flashMessage()
Saves the message to template, that can be displayed after redirect.
- FLASH_KEY
- in file Presenter.php, class constant NPresenter::FLASH_KEY
special parameter key
- formatActionMethod
- in file Presenter.php, method NPresenter::formatActionMethod()
Formats action method name.
- formatLayoutTemplateFiles
- in file Presenter.php, method NPresenter::formatLayoutTemplateFiles()
Formats layout template file names.
- formatPresenterClass
- in file PresenterLoader.php, method NPresenterLoader::formatPresenterClass()
Formats presenter class name from its name.
- formatPresenterFile
- in file PresenterLoader.php, method NPresenterLoader::formatPresenterFile()
Formats presenter class file name.
- formatRenderMethod
- in file Presenter.php, method NPresenter::formatRenderMethod()
Formats render view method name.
- formatSignalMethod
- in file PresenterComponent.php, method NPresenterComponent::formatSignalMethod()
Formats signal handler method name -> case sensitivity doesn't matter.
- formatTemplateFiles
- in file Presenter.php, method NPresenter::formatTemplateFiles()
Formats view template file names.
- forward
- in file Presenter.php, method NPresenter::forward()
Forward to another presenter or action.
- FORWARD
- in file PresenterRequest.php, class constant NPresenterRequest::FORWARD
method
- FULL_META
- in file Route.php, class constant NRoute::FULL_META
top
g
- getAction
- in file Presenter.php, method NPresenter::getAction()
Returns current action name.
- getAjaxDriver
- in file Presenter.php, method NPresenter::getAjaxDriver()
- getApplication
- in file Presenter.php, method NPresenter::getApplication()
- getCode
- in file RedirectingResponse.php, method NRedirectingResponse::getCode()
- getContentType
- in file DownloadResponse.php, method NDownloadResponse::getContentType()
Returns the MIME content type of an downloaded file.
- getDefaults
- in file SimpleRouter.php, method NSimpleRouter::getDefaults()
Returns default values.
- getDefaults
- in file Route.php, method NRoute::getDefaults()
Returns default values.
- getDefaults
- in file CliRouter.php, method NCliRouter::getDefaults()
Returns default values.
- getDestination
- in file Link.php, method NLink::getDestination()
Returns link destination.
- getFile
- in file DownloadResponse.php, method NDownloadResponse::getFile()
Returns the path to an downloaded file.
- getFiles
- in file PresenterRequest.php, method NPresenterRequest::getFiles()
Returns all uploaded files.
- getFlashSession
- in file Presenter.php, method NPresenter::getFlashSession()
Returns session namespace provided to pass temporary data between redirects.
- getHttpRequest
- in file Presenter.php, method NPresenter::getHttpRequest()
- getHttpRequest
- in file Application.php, method NApplication::getHttpRequest()
- getHttpResponse
- in file Presenter.php, method NPresenter::getHttpResponse()
- getHttpResponse
- in file Application.php, method NApplication::getHttpResponse()
- getLastCreatedRequest
- in file Presenter.php, method NPresenter::getLastCreatedRequest()
Returns the last created NPresenterRequest.
- getLastCreatedRequestFlag
- in file Presenter.php, method NPresenter::getLastCreatedRequestFlag()
Returns the last created NPresenterRequest flag.
- getLayout
- in file Presenter.php, method NPresenter::getLayout()
Returns current layout name.
- getMask
- in file Route.php, method NRoute::getMask()
Returns mask.
- getMethod
- in file PresenterRequest.php, method NPresenterRequest::getMethod()
Returns the method.
- getName
- in file DownloadResponse.php, method NDownloadResponse::getName()
Returns the file name.
- getParam
- in file PresenterComponent.php, method NPresenterComponent::getParam()
Returns component param.
- getParam
- in file Link.php, method NLink::getParam()
Returns link parameter.
- getParamId
- in file PresenterComponent.php, method NPresenterComponent::getParamId()
Returns a fully-qualified name that uniquely identifies the parameter.
- getParams
- in file PresenterRequest.php, method NPresenterRequest::getParams()
Returns all variables provided to the presenter (usually via URL).
- getParams
- in file Link.php, method NLink::getParams()
Returns link parameters.
- getPayload
- in file Presenter.php, method NPresenter::getPayload()
- getPayload
- in file JsonResponse.php, method NJsonResponse::getPayload()
- getPersistentComponents
- in file Presenter.php, method NPresenter::getPersistentComponents()
Returns array of persistent components.
- getPersistentParams
- in file PresenterComponent.php, method NPresenterComponent::getPersistentParams()
Returns array of classes persistent parameters. They have public visibility and are non-static.
- getPhase
- in file Presenter.php, method NPresenter::getPhase()
Returns current presenter life cycle phase.
- getPost
- in file PresenterRequest.php, method NPresenterRequest::getPost()
Returns all variables provided to the presenter via POST.
- getPresenter
- in file PresenterComponent.php, method NPresenterComponent::getPresenter()
Returns the presenter where this component belongs to.
- getPresenter
- in file Application.php, method NApplication::getPresenter()
Returns current presenter.
- getPresenter
- in file Presenter.php, method NPresenter::getPresenter()
Returns self.
- getPresenter
- in file AppForm.php, method NAppForm::getPresenter()
Returns the presenter where this component belongs to.
- getPresenterClass
- in file IPresenterLoader.php, method IPresenterLoader::getPresenterClass()
- getPresenterClass
- in file PresenterLoader.php, method NPresenterLoader::getPresenterClass()
- getPresenterLoader
- in file Application.php, method NApplication::getPresenterLoader()
Returns presenter loader.
- getPresenterName
- in file PresenterRequest.php, method NPresenterRequest::getPresenterName()
Retrieve the presenter name.
- getRequest
- in file Presenter.php, method NPresenter::getRequest()
- getRequest
- in file ForwardingResponse.php, method NForwardingResponse::getRequest()
- getRequests
- in file Application.php, method NApplication::getRequests()
Returns all processed requests.
- getRouter
- in file Application.php, method NApplication::getRouter()
Returns router.
- getService
- in file Application.php, method NApplication::getService()
Gets the service object of the specified type.
- getServiceLocator
- in file Application.php, method NApplication::getServiceLocator()
Gets the service locator (experimental).
- getSession
- in file Application.php, method NApplication::getSession()
- getSignal
- in file Presenter.php, method NPresenter::getSignal()
Returns pair signal receiver and name.
- getSnippetId
- in file Control.php, method NControl::getSnippetId()
Returns snippet HTML ID.
- getSource
- in file RenderResponse.php, method NRenderResponse::getSource()
- getTargetPresenter
- in file Route.php, method NRoute::getTargetPresenter()
Proprietary cache aim.
- getTemplate
- in file Control.php, method NControl::getTemplate()
- getUniqueId
- in file Presenter.php, method NPresenter::getUniqueId()
Returns a name that uniquely identifies component.
- getUniqueId
- in file PresenterComponent.php, method NPresenterComponent::getUniqueId()
Returns a fully-qualified name that uniquely identifies the component within the presenter hierarchy.
- getUri
- in file RedirectingResponse.php, method NRedirectingResponse::getUri()
- getView
- in file Presenter.php, method NPresenter::getView()
Returns current view.
- getWidget
- in file Control.php, method NControl::getWidget()
Returns widget component specified by name.
top
top
i
- $invalidLinkMode
- in file Presenter.php, variable NPresenter::$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 NControl::invalidateControl()
Forces control or its snippet to repaint.
- INVALID_LINK_EXCEPTION
- in file Presenter.php, class constant NPresenter::INVALID_LINK_EXCEPTION
bad link handling NPresenter::$invalidLinkMode
- INVALID_LINK_SILENT
- in file Presenter.php, class constant NPresenter::INVALID_LINK_SILENT
bad link handling NPresenter::$invalidLinkMode
- INVALID_LINK_WARNING
- in file Presenter.php, class constant NPresenter::INVALID_LINK_WARNING
bad link handling NPresenter::$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 NPresenter::isAjax()
Is AJAX request?
- isAnchored
- in file AppForm.php, method NAppForm::isAnchored()
Tells if the form is anchored.
- isControlInvalid
- in file Control.php, method NControl::isControlInvalid()
Is required to repaint the control or its snippet?
- isControlInvalid
- in file IRenderable.php, method IRenderable::isControlInvalid()
Is required to repaint the control?
- ISignalReceiver
- in file ISignalReceiver.php, class ISignalReceiver
NComponent with ability to receive signal.
- isMethod
- in file PresenterRequest.php, method NPresenterRequest::isMethod()
Checks if the method is the given one.
- isPost
- in file PresenterRequest.php, method NPresenterRequest::isPost()
Checks if the method is POST.
- isSignalReceiver
- in file Presenter.php, method NPresenter::isSignalReceiver()
Checks if the signal receiver is the given one.
- IStatePersistent
- in file IStatePersistent.php, class IStatePersistent
NComponent with ability to save and load its state.
top
top
top
m
- $maxLoop
- in file Application.php, variable NApplication::$maxLoop
- $metadata
- in file Route.php, variable NRoute::$metadata
- $module
- in file SimpleRouter.php, variable NSimpleRouter::$module
- MultiRouter.php
- procedural page MultiRouter.php
- match
- in file IRouter.php, method IRouter::match()
Maps HTTP request to a NPresenterRequest object.
- match
- in file SimpleRouter.php, method NSimpleRouter::match()
Maps HTTP request to a NPresenterRequest object.
- match
- in file Route.php, method NRoute::match()
Maps HTTP request to a NPresenterRequest object.
- match
- in file MultiRouter.php, method NMultiRouter::match()
Maps HTTP request to a NPresenterRequest object.
- match
- in file CliRouter.php, method NCliRouter::match()
Maps command line arguments to a NPresenterRequest object.
- MODULE_KEY
- in file Route.php, class constant NRoute::MODULE_KEY
- MODULE_KEY
- in file SimpleRouter.php, class constant NSimpleRouter::MODULE_KEY
top
n
- NAbortException
- in file AbortException.php, class NAbortException
The exception that is thrown when user attempts to terminate the current presenter or application.
- NAppForm
- in file AppForm.php, class NAppForm
Web form as presenter component.
- NApplication
- in file Application.php, class NApplication
Front Controller.
- NApplicationException
- in file ApplicationException.php, class NApplicationException
NApplication fatal error.
- NBadRequestException
- in file BadRequestException.php, class NBadRequestException
Bad HTTP / presenter request exception.
- NBadSignalException
- in file BadSignalException.php, class NBadSignalException
Signal exception.
- NCliRouter
- in file CliRouter.php, class NCliRouter
The unidirectional router for CLI. (experimental)
- NControl
- in file Control.php, class NControl
NControl is renderable component.
- NDownloadResponse
- in file DownloadResponse.php, class NDownloadResponse
File download response.
- NForwardingResponse
- in file ForwardingResponse.php, class NForwardingResponse
Forwards to new request.
- NInvalidLinkException
- in file InvalidLinkException.php, class NInvalidLinkException
NLink generation exception.
- NInvalidPresenterException
- in file InvalidPresenterException.php, class NInvalidPresenterException
The exception that is thrown when a presenter cannot be loaded.
- NJsonResponse
- in file JsonResponse.php, class NJsonResponse
JSON response used for AJAX requests.
- NLink
- in file Link.php, class NLink
Lazy encapsulation of NPresenterComponent::link().
- NMultiRouter
- in file MultiRouter.php, class NMultiRouter
The router broker.
- NPresenter
- in file Presenter.php, class NPresenter
NPresenter object represents a webpage instance. It executes all the logic for the request.
- NPresenterComponent
- in file PresenterComponent.php, class NPresenterComponent
NPresenterComponent is the base class for all presenters components.
- NPresenterLoader
- in file PresenterLoader.php, class NPresenterLoader
Default presenter loader.
- NPresenterRequest
- in file PresenterRequest.php, class NPresenterRequest
NPresenter request. Immutable object.
- NRedirectingResponse
- in file RedirectingResponse.php, class NRedirectingResponse
Redirects to new request.
- NRenderResponse
- in file RenderResponse.php, class NRenderResponse
Rendering presenter response.
- NRoute
- in file Route.php, class NRoute
The bidirectional route is responsible for mapping HTTP request to a PresenterRoute object for dispatch and vice-versa.
- NSimpleRouter
- in file SimpleRouter.php, class NSimpleRouter
The bidirectional route for trivial routing via query string.
top
o
- $oldLayoutMode
- in file Presenter.php, variable NPresenter::$oldLayoutMode
- $onError
- in file Application.php, variable NApplication::$onError
- $onRequest
- in file Application.php, variable NApplication::$onRequest
- $onShutdown
- in file Application.php, variable NApplication::$onShutdown
- $onShutdown
- in file Presenter.php, variable NPresenter::$onShutdown
- $onStartup
- in file Application.php, variable NApplication::$onStartup
- offsetExists
- in file PresenterComponent.php, method NPresenterComponent::offsetExists()
Does component specified by name exists?
- offsetGet
- in file PresenterComponent.php, method NPresenterComponent::offsetGet()
Returns component specified by name. Throws exception if component doesn't exist.
- offsetSet
- in file PresenterComponent.php, method NPresenterComponent::offsetSet()
Adds the component to the container.
- offsetUnset
- in file PresenterComponent.php, method NPresenterComponent::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 NPresenterComponent::$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
- PATH
- in file Route.php, class constant NRoute::PATH
uri type
- PATTERN
- in file Route.php, class constant NRoute::PATTERN
key used in NRoute::$styles or metadata NRoute::__construct
- PHASE_RENDER
- in file Presenter.php, class constant NPresenter::PHASE_RENDER
life cycle phases NPresenter::getPhase()
- PHASE_SHUTDOWN
- in file Presenter.php, class constant NPresenter::PHASE_SHUTDOWN
life cycle phases NPresenter::getPhase()
- PHASE_SIGNAL
- in file Presenter.php, class constant NPresenter::PHASE_SIGNAL
life cycle phases NPresenter::getPhase()
- PHASE_STARTUP
- in file Presenter.php, class constant NPresenter::PHASE_STARTUP
life cycle phases NPresenter::getPhase()
- popGlobalParams
- in file Presenter.php, method NPresenter::popGlobalParams()
Pops parameters for specified component.
- PRESENTER_KEY
- in file SimpleRouter.php, class constant NSimpleRouter::PRESENTER_KEY
- PRESENTER_KEY
- in file Route.php, class constant NRoute::PRESENTER_KEY
- PRESENTER_KEY
- in file CliRouter.php, class constant NCliRouter::PRESENTER_KEY
- processSignal
- in file Presenter.php, method NPresenter::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 NAppForm::receiveHttpData()
Internal: receives submitted HTTP data.
- redirect
- in file PresenterComponent.php, method NPresenterComponent::redirect()
Redirect to another presenter, action or signal.
- redirectUri
- in file Presenter.php, method NPresenter::redirectUri()
Redirect to another URL and ends presenter execution.
- RELATIVE
- in file Route.php, class constant NRoute::RELATIVE
uri type
- renderTemplate
- in file Presenter.php, method NPresenter::renderTemplate()
- RESTORED
- in file PresenterRequest.php, class constant NPresenterRequest::RESTORED
flag
- restoreRequest
- in file Application.php, method NApplication::restoreRequest()
Restores current request to session.
- run
- in file Application.php, method NApplication::run()
Dispatch a HTTP request to a front controller.
- run
- in file IPresenter.php, method IPresenter::run()
- run
- in file Presenter.php, method NPresenter::run()
top
s
- $styles
- in file Route.php, variable NRoute::$styles
- SimpleRouter.php
- procedural page SimpleRouter.php
- saveGlobalState
- in file Presenter.php, method NPresenter::saveGlobalState()
Permanently saves state information for all subcomponents to $this->globalState.
- saveState
- in file PresenterComponent.php, method NPresenterComponent::saveState()
Saves state informations for next request.
- saveState
- in file IStatePersistent.php, method IStatePersistent::saveState()
Saves state informations for next request.
- SECURED
- in file IRouter.php, class constant IRouter::SECURED
flag
- SECURED
- in file PresenterRequest.php, class constant NPresenterRequest::SECURED
flag
- send
- in file RenderResponse.php, method NRenderResponse::send()
Sends response to output.
- send
- in file RedirectingResponse.php, method NRedirectingResponse::send()
Sends response to output.
- send
- in file JsonResponse.php, method NJsonResponse::send()
Sends response to output.
- send
- in file ForwardingResponse.php, method NForwardingResponse::send()
Sends response to output.
- send
- in file DownloadResponse.php, method NDownloadResponse::send()
Sends response to output.
- send
- in file IPresenterResponse.php, method IPresenterResponse::send()
Sends response to output.
- sendPayload
- in file Presenter.php, method NPresenter::sendPayload()
Sends AJAX payload to the output.
- sendTemplate
- in file Presenter.php, method NPresenter::sendTemplate()
- setFiles
- in file PresenterRequest.php, method NPresenterRequest::setFiles()
Sets all uploaded files.
- setFlag
- in file PresenterRequest.php, method NPresenterRequest::setFlag()
Sets the flag.
- setLayout
- in file Presenter.php, method NPresenter::setLayout()
Changes or disables layout.
- setMethod
- in file PresenterRequest.php, method NPresenterRequest::setMethod()
Sets the method.
- setParam
- in file Link.php, method NLink::setParam()
Changes link parameter.
- setParams
- in file PresenterRequest.php, method NPresenterRequest::setParams()
Sets variables provided to the presenter.
- setPost
- in file PresenterRequest.php, method NPresenterRequest::setPost()
Sets variables provided to the presenter via POST.
- setPresenterName
- in file PresenterRequest.php, method NPresenterRequest::setPresenterName()
Sets the presenter name.
- setRouter
- in file Application.php, method NApplication::setRouter()
Changes router.
- setStyleProperty
- in file Route.php, method NRoute::setStyleProperty()
Changes style property value.
- setView
- in file Presenter.php, method NPresenter::setView()
Changes current view. Any name is allowed.
- shutdown
- in file Presenter.php, method NPresenter::shutdown()
- signalReceived
- in file PresenterComponent.php, method NPresenterComponent::signalReceived()
Calls signal handler method.
- signalReceived
- in file ISignalReceiver.php, method ISignalReceiver::signalReceived()
- signalReceived
- in file AppForm.php, method NAppForm::signalReceived()
This method is called by presenter.
- SIGNAL_KEY
- in file Presenter.php, class constant NPresenter::SIGNAL_KEY
special parameter key
- startup
- in file Presenter.php, method NPresenter::startup()
- storeRequest
- in file Application.php, method NApplication::storeRequest()
Stores current request to session.
top
top
top
top
top