Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ y ] [ _ ]

a

$absoluteUrls
in file Presenter.php, variable NPresenter::$absoluteUrls
$acceptFiles
in file RobotLoader.php, variable NRobotLoader::$acceptFiles
$allowed
in file SelectBox.php, variable NSelectBox::$allowed
$allowedMethods
in file Application.php, variable NApplication::$allowedMethods
$arg
in file Rule.php, variable NRule::$arg
$attrs
in file Html.php, variable NHtml::$attrs
$authenticatedRole
in file User.php, variable NUser::$authenticatedRole
$autoCanonicalize
in file Presenter.php, variable NPresenter::$autoCanonicalize
$autoRebuild
in file RobotLoader.php, variable NRobotLoader::$autoRebuild
accept
in file InstanceFilterIterator.php, method NInstanceFilterIterator::accept()
    Expose the current element of the inner iterator?
ACTION_KEY
in file Presenter.php, class constant NPresenter::ACTION_KEY
    special parameter key
add
in file Html.php, method NHtml::add()
    Adds new element's child.
add
in file FormGroup.php, method NFormGroup::add()
add
in file Hashtable.php, method NHashtable::add()
    Inserts the specified element to the map.
add
in file IMap.php, method IMap::add()
add
in file BaseTemplate.php, method NBaseTemplate::add()
    Adds new template parameter.
addAttachment
in file Mail.php, method NMail::addAttachment()
    Adds attachment.
addBcc
in file Mail.php, method NMail::addBcc()
    Adds blind carbon copy email recipient.
addButton
in file FormContainer.php, method NFormContainer::addButton()
    Adds push buttons with no default behavior.
addCc
in file Mail.php, method NMail::addCc()
    Adds carbon copy email recipient.
addCheckbox
in file FormContainer.php, method NFormContainer::addCheckbox()
    Adds check box control to the form.
addClass
in file RobotLoader.php, method NRobotLoader::addClass()
    Add class and file name to the list.
addColophon
in file Debug.php, method NDebug::addColophon()
    Add custom descriptions.
addComponent
in file ComponentContainer.php, method NComponentContainer::addComponent()
    Adds the specified component to the IComponentContainer.
addComponent
in file IComponentContainer.php, method IComponentContainer::addComponent()
    Adds the specified component to the IComponentContainer.
addComponent
in file FormContainer.php, method NFormContainer::addComponent()
    Adds the specified component to the IComponentContainer.
addCondition
in file FormControl.php, method NFormControl::addCondition()
    Adds a validation condition a returns new branch.
addCondition
in file Rules.php, method NRules::addCondition()
    Adds a validation condition a returns new branch.
addConditionOn
in file Rules.php, method NRules::addConditionOn()
    Adds a validation condition on specified control a returns new branch.
addConditionOn
in file FormControl.php, method NFormControl::addConditionOn()
    Adds a validation condition based on another control a returns new branch.
addContainer
in file FormContainer.php, method NFormContainer::addContainer()
    Adds naming container to the form.
addDirectory
in file RobotLoader.php, method NRobotLoader::addDirectory()
    Add directory (or directories) to list.
addEmbeddedFile
in file Mail.php, method NMail::addEmbeddedFile()
    Adds embedded file.
addError
in file FormControl.php, method NFormControl::addError()
    Adds error message to the list.
addError
in file Form.php, method NForm::addError()
    Adds error message to the list.
addFile
in file FormContainer.php, method NFormContainer::addFile()
    Adds control that allows the user to upload files.
addFile
in file CachingHelper.php, method NCachingHelper::addFile()
    Adds the file dependency.
addFilter
in file TextBase.php, method NTextBase::addFilter()
    Appends input string filter callback.
addGroup
in file Form.php, method NForm::addGroup()
    Adds fieldset group to the form.
addHeader
in file HttpResponse.php, method NHttpResponse::addHeader()
    Adds HTTP header.
addHeader
in file IHttpResponse.php, method IHttpResponse::addHeader()
    Adds HTTP header.
addHidden
in file FormContainer.php, method NFormContainer::addHidden()
    Adds hidden form control used to store a non-displayed value.
addImage
in file FormContainer.php, method NFormContainer::addImage()
    Adds graphical button used to submit form.
addItem
in file CachingHelper.php, method NCachingHelper::addItem()
    Adds the cached item dependency.
addMultiSelect
in file FormContainer.php, method NFormContainer::addMultiSelect()
    Adds select box control that allows multiple item selection.
addPart
in file MailMimePart.php, method NMailMimePart::addPart()
    Adds or creates new multipart.
addPassword
in file FormContainer.php, method NFormContainer::addPassword()
    Adds single-line text input control used for sensitive input such as passwords.
addProtection
in file Form.php, method NForm::addProtection()
    Cross-Site Request Forgery (CSRF) form protection.
addRadioList
in file FormContainer.php, method NFormContainer::addRadioList()
    Adds set of radio button controls to the form.
addRepeater
in file FormContainer.php, method NFormContainer::addRepeater()
    Adds control that repeats a specified prototype for each item in the list.
addReplyTo
in file Mail.php, method NMail::addReplyTo()
    Adds the reply-to address.
addResource
in file Permission.php, method NPermission::addResource()
    Adds a Resource having an identifier unique to the list.
addRole
in file Permission.php, method NPermission::addRole()
    Adds a Role to the list.
addRule
in file FormControl.php, method NFormControl::addRule()
    Adds a validation rule.
addRule
in file Rules.php, method NRules::addRule()
    Adds a validation rule for the current control.
addSelect
in file FormContainer.php, method NFormContainer::addSelect()
    Adds select box control that allows single item selection.
addService
in file ServiceLocator.php, method NServiceLocator::addService()
    Adds the specified service to the service container.
addService
in file IServiceLocator.php, method IServiceLocator::addService()
    Adds the specified service to the service container.
addStyle
in file Route.php, method NRoute::addStyle()
    Creates new style.
addSubmit
in file FormContainer.php, method NFormContainer::addSubmit()
    Adds button used to submit form.
addText
in file FormContainer.php, method NFormContainer::addText()
    Adds single-line text input control to the form.
addTextArea
in file FormContainer.php, method NFormContainer::addTextArea()
    Adds multi-line text input control to the form.
addTo
in file Mail.php, method NMail::addTo()
    Adds email recipient.
addTracker
in file Form.php, method NForm::addTracker()
addUriFilter
in file HttpRequest.php, method NHttpRequest::addUriFilter()
    Sets request URI filter.
afterRender
in file Presenter.php, method NPresenter::afterRender()
    Common render method.
ajaxLink
in file PresenterComponent.php, method NPresenterComponent::ajaxLink()
ALL
in file Cache.php, class constant NCache::ALL
    dependency
ALL
in file IAuthorizator.php, class constant IAuthorizator::ALL
    NSet type: all
allow
in file Permission.php, method NPermission::allow()
    Adds an "allow" rule to the list. A rule is added that would allow one or more Roles access to [certain $privileges upon] the specified Resource(s).
ALLOW
in file IAuthorizator.php, class constant IAuthorizator::ALLOW
    NPermission type: allow
Annotations.php
procedural page Annotations.php
append
in file Set.php, method NSet::append()
    Appends the specified element to the end of this collection.
append
in file Hashtable.php, method NHashtable::append()
    Append is not supported.
append
in file Collection.php, method NCollection::append()
    Appends the specified element to the end of this collection.
append
in file ICollection.php, method ICollection::append()
appendQuery
in file Uri.php, method NUri::appendQuery()
    Appends the query part of URI.
AppForm.php
procedural page AppForm.php
Application.php
procedural page Application.php
AbortException.php
procedural page AbortException.php
ApplicationException.php
procedural page ApplicationException.php
areKeysUsed
in file SelectBox.php, method NSelectBox::areKeysUsed()
    Are the keys used?
ArgumentOutOfRangeException
in file exceptions.php, class ArgumentOutOfRangeException
    The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
ArrayTools.php
procedural page ArrayTools.php
ASCII
in file Ftp.php, class constant NFtp::ASCII
    FTP constant alias
assert
in file IPermissionAssertion.php, method IPermissionAssertion::assert()
    Returns true if and only if the assertion conditions are met.
attached
in file PresenterComponent.php, method NPresenterComponent::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 FormControl.php, method NFormControl::attached()
    This method will be called when the component becomes attached to NForm.
attached
in file Component.php, method NComponent::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 AppForm.php, method NAppForm::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 FileUpload.php, method NFileUpload::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 Form.php, method NForm::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.
attributes
in file Html.php, method NHtml::attributes()
    Returns element's attributes.
attrsMacro
in file LatteMacros.php, method LatteMacros::attrsMacro()
    Process <tag n:attr> (experimental).
authenticate
in file IAuthenticator.php, method IAuthenticator::authenticate()
    Performs an authentication against e.g. database.
authenticate
in file SimpleAuthenticator.php, method NSimpleAuthenticator::authenticate()
    Performs an authentication against e.g. database.
authenticate
in file IUser.php, method IUser::authenticate()
    Conducts the authentication process.
authenticate
in file User.php, method NUser::authenticate()
    Conducts the authentication process.
autoConfig
in file TemplateFilters.php, method NTemplateFilters::autoConfig()
    NTemplate with configuration (experimental).
AUTORESUME
in file Ftp.php, class constant NFtp::AUTORESUME
    FTP constant alias
AUTOSEEK
in file Ftp.php, class constant NFtp::AUTOSEEK
    FTP constant alias
ArrayList.php
procedural page ArrayList.php
AutoLoader.php
procedural page AutoLoader.php
AuthenticationException.php
procedural page AuthenticationException.php
top

b

$base
in file NetteLoader.php, variable NNetteLoader::$base
$base
in file ArrayList.php, variable NArrayList::$base
$breakOnFailure
in file Rule.php, variable NRule::$breakOnFailure
BadRequestException.php
procedural page BadRequestException.php
BadSignalException.php
procedural page BadSignalException.php
backlink
in file Presenter.php, method NPresenter::backlink()
    NLink to myself.
beforeAdd
in file Collection.php, method NCollection::beforeAdd()
    Responds when the item is about to be added to the collection.
beforeRender
in file Presenter.php, method NPresenter::beforeRender()
    Common render method.
BINARY
in file Ftp.php, class constant NFtp::BINARY
    FTP constant alias
BROWSER
in file IHttpResponse.php, class constant IHttpResponse::BROWSER
BROWSER_CLOSED
in file User.php, class constant NUser::BROWSER_CLOSED
    sign-out reason NUser::getSignOutReason()
build
in file Mail.php, method NMail::build()
    Builds e-mail.
buildHtml
in file Mail.php, method NMail::buildHtml()
    Builds HTML content.
buildText
in file Mail.php, method NMail::buildText()
    Builds text content.
bytes
in file TemplateHelpers.php, method NTemplateHelpers::bytes()
    Converts to human readable file size.
bluescreen.phtml
procedural page bluescreen.phtml
Button.php
procedural page Button.php
BaseTemplate.php
procedural page BaseTemplate.php
top

c

$cacheExpire
in file Template.php, variable NTemplate::$cacheExpire
$caption
in file FormControl.php, variable NFormControl::$caption
$caseSensitive
in file PresenterLoader.php, variable NPresenterLoader::$caseSensitive
$catchExceptions
in file Application.php, variable NApplication::$catchExceptions
$children
in file Html.php, variable NHtml::$children
$clientScript
in file ConventionalRenderer.php, variable NConventionalRenderer::$clientScript
$consoleMode
in file Debug.php, variable NDebug::$consoleMode
$container
in file RadioList.php, variable NRadioList::$container
$context
in file LatteFilter.php, variable LatteFilter::$context
$control
in file Rule.php, variable NRule::$control
$control
in file FormControl.php, variable NFormControl::$control
$controls
in file FormGroup.php, variable NFormGroup::$controls
$cookieDomain
in file HttpResponse.php, variable NHttpResponse::$cookieDomain
$cookiePath
in file HttpResponse.php, variable NHttpResponse::$cookiePath
$cookies
in file HttpRequest.php, variable NHttpRequest::$cookies
$cookieSecure
in file HttpResponse.php, variable NHttpResponse::$cookieSecure
$count
in file AutoLoader.php, variable NAutoLoader::$count
$counter
in file ConventionalRenderer.php, variable NConventionalRenderer::$counter
$counters
in file Debug.php, variable NDebug::$counters
$currentGroup
in file FormContainer.php, variable NFormContainer::$currentGroup
Control.php
procedural page Control.php
CliRouter.php
procedural page CliRouter.php
Cache.php
procedural page Cache.php
calculateSize
in file Image.php, method NImage::calculateSize()
    Calculates dimensions of resized image.
call
in file ObjectMixin.php, method NObjectMixin::call()
    Call to undefined method.
CALLBACKS
in file Cache.php, class constant NCache::CALLBACKS
    dependency
callBlock
in file LatteMacros.php, method LatteMacros::callBlock()
    Calls block.
callBlockParent
in file LatteMacros.php, method LatteMacros::callBlockParent()
    Calls parent block.
canonicalize
in file Presenter.php, method NPresenter::canonicalize()
    Conditional redirect to canonicalized URI.
canonicalize
in file Uri.php, method NUri::canonicalize()
    Transform to canonical form.
capitalize
in file String.php, method NString::capitalize()
    Capitalize string.
CASE_SENSITIVE
in file Route.php, class constant NRoute::CASE_SENSITIVE
    flag
catchError
in file Tools.php, method NTools::catchError()
    Returns catched error/warning message.
changeAction
in file Presenter.php, method NPresenter::changeAction()
    Changes current action. Only alphanumeric characters are allowed.
checkCallbacks
in file Cache.php, method NCache::checkCallbacks()
    Checks CALLBACKS dependencies.
checkEncoding
in file String.php, method NString::checkEncoding()
    Checks if the string is valid for the specified encoding.
checkMaxLength
in file TextInput.php, method NTextInput::checkMaxLength()
    Filter: shortens value to control's max length.
chr
in file String.php, method NString::chr()
    Returns a specific character.
clean
in file MemcachedStorage.php, method NMemcachedStorage::clean()
    Removes items from the cache by conditions & garbage collector.
clean
in file Session.php, method NSession::clean()
    Cleans and minimizes meta structures.
clean
in file ICacheStorage.php, method ICacheStorage::clean()
    Removes items from the cache by conditions.
clean
in file FileStorage.php, method NFileStorage::clean()
    Removes items from the cache by conditions & garbage collector.
clean
in file Cache.php, method NCache::clean()
    Removes items from the cache by conditions.
clean
in file DummyStorage.php, method NDummyStorage::clean()
    Removes items from the cache by conditions & garbage collector.
cleanErrors
in file FormControl.php, method NFormControl::cleanErrors()
cleanErrors
in file Form.php, method NForm::cleanErrors()
clear
in file ICollection.php, method ICollection::clear()
clear
in file Collection.php, method NCollection::clear()
    Removes all of the elements from this collection.
clearHeader
in file MailMimePart.php, method NMailMimePart::clearHeader()
    Removes a header.
click
in file SubmitButton.php, method NSubmitButton::click()
    Fires click event.
close
in file Session.php, method NSession::close()
    Ends the current session and store session data.
Collection.php
procedural page Collection.php
compareVersion
in file Framework.php, method NFramework::compareVersion()
    Compares current Nette Framework version with given version.
compatibility.php
procedural page compatibility.php
compile
in file BaseTemplate.php, method NBaseTemplate::compile()
    Applies filters on template content.
Component.php
procedural page Component.php
ComponentContainer.php
procedural page ComponentContainer.php
CONDITION
in file Rule.php, class constant NRule::CONDITION
    type
Config.php
procedural page Config.php
ConfigAdapterIni.php
procedural page ConfigAdapterIni.php
ConfigAdapterXml.php
procedural page ConfigAdapterXml.php
Configurator.php
procedural page Configurator.php
CONSOLE
in file Environment.php, class constant NEnvironment::CONSOLE
    environment name
consoleDump
in file Debug.php, method NDebug::consoleDump()
    Dumps information about a variable in Nette NDebug Console.
constructUrl
in file CliRouter.php, method NCliRouter::constructUrl()
    This router is only unidirectional.
constructUrl
in file MultiRouter.php, method NMultiRouter::constructUrl()
    Constructs absolute URL from NPresenterRequest object.
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 IRouter.php, method IRouter::constructUrl()
    Constructs absolute URL from NPresenterRequest object.
CONSTS
in file Cache.php, class constant NCache::CONSTS
    dependency
contains
in file Collection.php, method NCollection::contains()
    Returns true if this collection contains the specified item.
contains
in file ICollection.php, method ICollection::contains()
CONTEXT_ATTRIBUTE
in file LatteFilter.php, class constant LatteFilter::CONTEXT_ATTRIBUTE
    Context-aware escaping states
CONTEXT_CDATA
in file LatteFilter.php, class constant LatteFilter::CONTEXT_CDATA
    Context-aware escaping states
CONTEXT_COMMENT
in file LatteFilter.php, class constant LatteFilter::CONTEXT_COMMENT
    Context-aware escaping states
CONTEXT_NONE
in file LatteFilter.php, class constant LatteFilter::CONTEXT_NONE
    Context-aware escaping states
CONTEXT_TAG
in file LatteFilter.php, class constant LatteFilter::CONTEXT_TAG
    Context-aware escaping states
CONTEXT_TEXT
in file LatteFilter.php, class constant LatteFilter::CONTEXT_TEXT
    Context-aware escaping states
count
in file SmartCachingIterator.php, method NSmartCachingIterator::count()
    Returns the count of elements.
count
in file Html.php, method NHtml::count()
    Required by the \Countable interface.
count
in file ComponentContainer.php, method NRecursiveComponentIterator::count()
    Returns the count of elements.
count
in file InstanceFilterIterator.php, method NInstanceFilterIterator::count()
    Returns the count of elements.
count
in file Html.php, method NRecursiveHtmlIterator::count()
    Returns the count of elements.
create
in file CachingHelper.php, method NCachingHelper::create()
    Starts the output cache. Returns NCachingHelper object if buffering was started.
create
in file SnippetHelper.php, method NSnippetHelper::create()
    Starts conditional snippet rendering. Returns NSnippetHelper object if snippet was started.
create
in file Html.php, method NHtml::create()
    Creates and adds a new NHtml child.
createCacheStorage
in file Configurator.php, method NConfigurator::createCacheStorage()
createComponent
in file ComponentContainer.php, method NComponentContainer::createComponent()
    NComponent factory. Delegates the creation of components to a createComponent<Name> method.
createRobotLoader
in file Configurator.php, method NConfigurator::createRobotLoader()
createServiceLocator
in file Configurator.php, method NConfigurator::createServiceLocator()
    Get initial instance of service locator.
createTemplate
in file Control.php, method NControl::createTemplate()
crop
in file ImageMagick.php, method NImageMagick::crop()
    Crops image.
crop
in file Image.php, method NImage::crop()
    Crops image.
console.phtml
procedural page console.phtml
Checkbox.php
procedural page Checkbox.php
ConventionalRenderer.php
procedural page ConventionalRenderer.php
CachingHelper.php
procedural page CachingHelper.php
top

d

$defaultAction
in file Presenter.php, variable NPresenter::$defaultAction
$defaultCode
in file BadSignalException.php, variable NBadSignalException::$defaultCode
$defaultCode
in file BadRequestException.php, variable NBadRequestException::$defaultCode
$defaultConfigFile
in file Configurator.php, variable NConfigurator::$defaultConfigFile
$defaultFlags
in file Route.php, variable NRoute::$defaultFlags
$defaultHeaders
in file Mail.php, variable NMail::$defaultHeaders
$defaultMacros
in file LatteMacros.php, variable LatteMacros::$defaultMacros
$defaultMailer
in file Mail.php, variable NMail::$defaultMailer
$defaultMessages
in file Rules.php, variable NRules::$defaultMessages
$defaultPorts
in file Uri.php, variable NUri::$defaultPorts
$defaults
in file SimpleRouter.php, variable NSimpleRouter::$defaults
$defaults
in file CliRouter.php, variable NCliRouter::$defaults
$defaultServices
in file Configurator.php, variable NConfigurator::$defaultServices
$defaultServices
in file Application.php, variable NApplication::$defaultServices
$doAlert
in file InstantClientScript.php, variable NInstantClientScript::$doAlert
$doToggle
in file InstantClientScript.php, variable NInstantClientScript::$doToggle
DownloadResponse.php
procedural page DownloadResponse.php
DummyStorage.php
procedural page DummyStorage.php
date
in file TemplateHelpers.php, method NTemplateHelpers::date()
    Date/time formatting.
date
in file HttpResponse.php, method NHttpResponse::date()
    Returns HTTP valid date format.
DAY
in file Tools.php, class constant NTools::DAY
    day in seconds
DEBUG
in file Environment.php, class constant NEnvironment::DEBUG
    mode name
Debug.php
procedural page Debug.php
defaultize
in file Tools.php, method NTools::defaultize()
    Initializes variable with $default value.
DEFAULT_FILE_LIFETIME
in file Session.php, class constant NSession::DEFAULT_FILE_LIFETIME
    Default file lifetime is 3 hours
DELETE
in file IHttpRequest.php, class constant IHttpRequest::DELETE
    HTTP request method
deleteCookie
in file HttpResponse.php, method NHttpResponse::deleteCookie()
    Deletes a cookie.
deleteCookie
in file IHttpResponse.php, method IHttpResponse::deleteCookie()
    Deletes a cookie.
DENY
in file IAuthorizator.php, class constant IAuthorizator::DENY
    NPermission type: deny
deny
in file Permission.php, method NPermission::deny()
    Adds a "deny" rule to the list. A rule is added that would deny one or more Roles access to [certain $privileges upon] the specified Resource(s).
DeprecatedException
in file exceptions.php, class DeprecatedException
    The exception that is thrown when a requested method or operation is deprecated.
destroy
in file Session.php, method NSession::destroy()
    Destroys all data registered to a session.
detached
in file Component.php, method NComponent::detached()
    This method will be called before the component (or component's parent) becomes detached from a monitored object. Do not call this method yourself.
detect
in file Configurator.php, method NConfigurator::detect()
    Detect environment mode.
DETECT
in file Debug.php, class constant NDebug::DETECT
    server modes NDebug::enable()
detectLanguage
in file HttpRequest.php, method NHttpRequest::detectLanguage()
    Parse Accept-Language header and returns prefered language.
detectUri
in file HttpRequest.php, method NHttpRequest::detectUri()
    Detects uri, base path and script path of the request.
DEVELOPMENT
in file Debug.php, class constant NDebug::DEVELOPMENT
    server modes NDebug::enable()
DEVELOPMENT
in file Environment.php, class constant NEnvironment::DEVELOPMENT
    environment name
DirectoryNotFoundException
in file exceptions.php, class DirectoryNotFoundException
    The exception that is thrown when part of a file or directory cannot be found.
disableProfiler
in file Debug.php, method NDebug::disableProfiler()
    Disables profiler.
dump
in file Debug.php, method NDebug::dump()
    Dumps information about a variable in readable format.
top

e

$emptyElements
in file Html.php, variable NHtml::$emptyElements
$emptyValue
in file TextBase.php, variable NTextBase::$emptyValue
$encoding
in file HttpRequest.php, variable NHttpRequest::$encoding
$errorPresenter
in file Application.php, variable NApplication::$errorPresenter
$escape
in file LatteFilter.php, variable LatteFilter::$escape
el
in file Html.php, method NHtml::el()
    Static factory.
elseCondition
in file Rules.php, method NRules::elseCondition()
    Adds a else statement.
EMAIL
in file Form.php, class constant NForm::EMAIL
    operation name
EMPTY_GIF
in file Image.php, class constant NImage::EMPTY_GIF
enable
in file InstantClientScript.php, method NInstantClientScript::enable()
enable
in file Debug.php, method NDebug::enable()
    Enables displaying or logging errors and exceptions.
enableCompression
in file HttpResponse.php, method NHttpResponse::enableCompression()
    Enables compression. (warning: may not work)
enableProfiler
in file Debug.php, method NDebug::enableProfiler()
    Enables profiler.
encodeQuotedPrintable
in file MailMimePart.php, method NMailMimePart::encodeQuotedPrintable()
    Converts a 8 bit string to a quoted-printable string.
ENCODING_7BIT
in file MailMimePart.php, class constant NMailMimePart::ENCODING_7BIT
    Encoding
ENCODING_8BIT
in file MailMimePart.php, class constant NMailMimePart::ENCODING_8BIT
    Encoding
ENCODING_BASE64
in file MailMimePart.php, class constant NMailMimePart::ENCODING_BASE64
    Encoding
ENCODING_QUOTED_PRINTABLE
in file MailMimePart.php, class constant NMailMimePart::ENCODING_QUOTED_PRINTABLE
    Encoding
endCondition
in file Rules.php, method NRules::endCondition()
    Ends current validation condition.
endsWith
in file String.php, method NString::endsWith()
    Ends the $haystack string with the suffix $needle?
endTag
in file Html.php, method NHtml::endTag()
    Returns element's end tag.
ENLARGE
in file Image.php, class constant NImage::ENLARGE
    resizing flags resize()
Environment.php
procedural page Environment.php
EOL
in file MailMimePart.php, class constant NMailMimePart::EOL
EQUAL
in file Form.php, class constant NForm::EQUAL
    operation name
ERROR
in file Debug.php, class constant NDebug::ERROR
    FirePHP log priority
escapeCss
in file TemplateHelpers.php, method NTemplateHelpers::escapeCss()
    Escapes string for use inside CSS template.
escapeHtml
in file TemplateHelpers.php, method NTemplateHelpers::escapeHtml()
    Escapes string for use inside HTML template.
escapeHtmlComment
in file TemplateHelpers.php, method NTemplateHelpers::escapeHtmlComment()
    Escapes string for use inside HTML comments.
escapeHtmlCss
in file TemplateHelpers.php, method NTemplateHelpers::escapeHtmlCss()
    Escapes string for use inside HTML style attribute.
escapeHtmlJs
in file TemplateHelpers.php, method NTemplateHelpers::escapeHtmlJs()
    Escapes string for use inside HTML JavaScript attribute.
escapeJs
in file TemplateHelpers.php, method NTemplateHelpers::escapeJs()
    Escapes string for use inside JavaScript template.
escapeXML
in file TemplateHelpers.php, method NTemplateHelpers::escapeXML()
    Escapes string for use inside XML 1.0 template.
evaluate
in file LimitedScope.php, method NLimitedScope::evaluate()
    Evaluates code in limited scope.
EXCEPTION
in file Debug.php, class constant NDebug::EXCEPTION
    FirePHP log priority
exceptions.php
procedural page exceptions.php
exchangeArray
in file Collection.php, method NCollection::exchangeArray()
    Not supported. Use import().
exists
in file Session.php, method NSession::exists()
    Does session exists for the current request?
EXPAND
in file Config.php, class constant NConfig::EXPAND
    flag
expand
in file Environment.php, method NEnvironment::expand()
    Returns expanded variable.
expand
in file Config.php, method NConfig::expand()
    Expand all variables.
EXPIRE
in file Cache.php, class constant NCache::EXPIRE
    dependency
expire
in file HttpResponse.php, method NHttpResponse::expire()
    Sets the number of seconds before a page cached on a browser expires.
expire
in file IHttpResponse.php, method IHttpResponse::expire()
    Sets the number of seconds before a page cached on a browser expires.
exportContainer
in file UserClientScript.php, method NUserClientScript::exportContainer()
    Exports description for JavaScript.
extensionMethod
in file Object.php, method NObject::extensionMethod()
    Adding method to class.
extensionMethod
in file ObjectMixin.php, method NObjectMixin::extensionMethod()
    Adding method to class.
top

f

$files
in file HttpRequest.php, variable NHttpRequest::$files
$filters
in file TextBase.php, variable NTextBase::$filters
$flags
in file SimpleRouter.php, variable NSimpleRouter::$flags
$flags
in file Route.php, variable NRoute::$flags
$form
in file ConventionalRenderer.php, variable NConventionalRenderer::$form
ForwardingResponse.php
procedural page ForwardingResponse.php
FileStorage.php
procedural page FileStorage.php
FAILED
in file Ftp.php, class constant NFtp::FAILED
    FTP constant alias
FAILURE
in file IAuthenticator.php, class constant IAuthenticator::FAILURE
    Exception error code
FatalErrorException
in file exceptions.php, class FatalErrorException
    The exception that indicates errors that can not be recovered from. Execution of the script should be halted.
fetchToken
in file LatteFilter.php, method LatteFilter::fetchToken()
    Reads single token (optionally delimited by comma) from string.
FILE
in file FileStorage.php, class constant NFileStorage::FILE
    additional cache structure
fileExists
in file Ftp.php, method NFtp::fileExists()
    Checks if file or directory exists.
FileNotFoundException
in file exceptions.php, class FileNotFoundException
    The exception that is thrown when accessing a file that does not exist on disk.
FILES
in file Cache.php, class constant NCache::FILES
    dependency
FILLED
in file Form.php, class constant NForm::FILLED
    operation name
FILTER
in file Rule.php, class constant NRule::FILTER
    type
filterFloat
in file TextBase.php, method NTextBase::filterFloat()
    Float string cleanup.
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
finalize
in file LatteMacros.php, method LatteMacros::finalize()
    Finishes parsing.
finish
in file SnippetHelper.php, method NSnippetHelper::finish()
    Finishes and saves the snippet.
FINISHED
in file Ftp.php, class constant NFtp::FINISHED
    FTP constant alias
fireDump
in file Debug.php, method NDebug::fireDump()
    Sends variable dump to Firebug tab request/server.
fireEvents
in file Form.php, method NForm::fireEvents()
    Fires submit/click events.
fireLog
in file Debug.php, method NDebug::fireLog()
    Sends message to Firebug console.
fixCallback
in file compatibility.php, function fixCallback()
    Fix for class::method callback in PHP < 5.2.2
fixEncoding
in file String.php, method NString::fixEncoding()
    Returns correctly encoded string.
fixNamespace
in file compatibility.php, function fixNamespace()
    Fix for namespaced classes/interfaces in PHP < 5.3
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
FLOAT
in file Form.php, class constant NForm::FLOAT
    operation name
formatActionMethod
in file Presenter.php, method NPresenter::formatActionMethod()
    Formats action method name.
formatArray
in file LatteFilter.php, method LatteFilter::formatArray()
    Formats parameters to PHP array.
formatLayoutTemplateFiles
in file Presenter.php, method NPresenter::formatLayoutTemplateFiles()
    Formats layout template file names.
formatModifiers
in file LatteFilter.php, method LatteFilter::formatModifiers()
    Applies modifiers.
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.
formatString
in file LatteFilter.php, method LatteFilter::formatString()
    Formats parameter to PHP string.
formatTemplateFiles
in file Presenter.php, method NPresenter::formatTemplateFiles()
    Formats view template file names.
FileUpload.php
procedural page FileUpload.php
FormControl.php
procedural page FormControl.php
Form.php
procedural page Form.php
FormContainer.php
procedural page FormContainer.php
FormGroup.php
procedural page FormGroup.php
FORWARD
in file PresenterRequest.php, class constant NPresenterRequest::FORWARD
    method
forward
in file Presenter.php, method NPresenter::forward()
    Forward to another presenter or action.
Framework.php
procedural page Framework.php
FreezableObject.php
procedural page FreezableObject.php
freeze
in file FreezableObject.php, method NFreezableObject::freeze()
    Makes the object unmodifiable.
freeze
in file Collection.php, method NCollection::freeze()
    Makes the object unmodifiable.
freeze
in file Config.php, method NConfig::freeze()
    Makes the object unmodifiable.
fromBlank
in file Image.php, method NImage::fromBlank()
    Creates blank image.
fromFile
in file Image.php, method NImage::fromFile()
    Opens image from file.
fromFile
in file Config.php, method NConfig::fromFile()
    Creates new configuration object from file.
fromString
in file Image.php, method NImage::fromString()
    Create a new image from the image stream in the string.
FULL_META
in file Route.php, class constant NRoute::FULL_META
Ftp.php
procedural page Ftp.php
top

g

$gcProbability
in file FileStorage.php, variable NFileStorage::$gcProbability
$guestRole
in file User.php, variable NUser::$guestRole
generateMessage
in file MailMimePart.php, method NMailMimePart::generateMessage()
    Returns encoded message.
generateVerificationKey
in file Session.php, method NSession::generateVerificationKey()
    Generates key as protection against NSession Hijacking & Fixation.
GET
in file Form.php, class constant NForm::GET
    method
get
in file Annotations.php, method NAnnotations::get()
    Returns an annotation value.
get
in file Hashtable.php, method NHashtable::get()
    Returns variable or $default if there is no element.
get
in file ArrayTools.php, method NArrayTools::get()
    Returns array item or $default if item is not set.
get
in file ObjectMixin.php, method NObjectMixin::get()
    Returns property value.
GET
in file IHttpRequest.php, class constant IHttpRequest::GET
    HTTP request method
getAbsoluteUri
in file Uri.php, method NUri::getAbsoluteUri()
    Returns the entire URI including query string and fragment.
getAction
in file Presenter.php, method NPresenter::getAction()
    Returns current action name.
getAction
in file Form.php, method NForm::getAction()
    Returns form's action.
getAjaxDriver
in file Presenter.php, method NPresenter::getAjaxDriver()
getAll
in file Annotations.php, method NAnnotations::getAll()
    Returns all annotations.
getApplication
in file Environment.php, method NEnvironment::getApplication()
getApplication
in file Presenter.php, method NPresenter::getApplication()
getAuthenticationHandler
in file User.php, method NUser::getAuthenticationHandler()
    Returns authentication handler.
getAuthenticationHandler
in file IUser.php, method IUser::getAuthenticationHandler()
    Returns authentication handler.
getAuthority
in file Uri.php, method NUri::getAuthority()
    Returns the [user[:pass]@]host[:port] part of URI.
getAuthorizationHandler
in file IUser.php, method IUser::getAuthorizationHandler()
    Returns current authorization handler.
getAuthorizationHandler
in file User.php, method NUser::getAuthorizationHandler()
    Returns current authorization handler.
getBase
in file Paginator.php, method NPaginator::getBase()
    Returns first page (base) number.
getBasePath
in file UriScript.php, method NUriScript::getBasePath()
    Returns the base-path.
getBaseUri
in file UriScript.php, method NUriScript::getBaseUri()
    Returns the base-URI.
getBody
in file MailMimePart.php, method NMailMimePart::getBody()
    Gets textual body.
getCache
in file Environment.php, method NEnvironment::getCache()
getCache
in file RobotLoader.php, method NRobotLoader::getCache()
getCache
in file CachingHelper.php, method NCachingHelper::getCache()
getCacheFile
in file FileStorage.php, method NFileStorage::getCacheFile()
    Returns file name.
getCacheFile
in file TemplateCacheStorage.php, method NTemplateCacheStorage::getCacheFile()
    Returns file name.
getCacheStorage
in file Template.php, method NTemplate::getCacheStorage()
getChildren
in file Html.php, method NRecursiveHtmlIterator::getChildren()
    The sub-iterator for the current element.
getChildren
in file ComponentContainer.php, method NRecursiveComponentIterator::getChildren()
    The sub-iterator for the current element.
getChildren
in file Html.php, method NHtml::getChildren()
    Returns all of children.
getClass
in file Object.php, method NObject::getClass()
    Returns the name of the class of this object.
getClass
in file Collection.php, method NCollection::getClass()
    Returns the name of the class of this object.
getClientScript
in file ConventionalRenderer.php, method NConventionalRenderer::getClientScript()
    Returns JavaScript handler.
getCode
in file HttpResponse.php, method NHttpResponse::getCode()
    Returns HTTP response code.
getCode
in file IHttpResponse.php, method IHttpResponse::getCode()
    Returns HTTP response code.
getCode
in file RedirectingResponse.php, method NRedirectingResponse::getCode()
getComponent
in file IComponentContainer.php, method IComponentContainer::getComponent()
    Returns single component.
getComponent
in file ComponentContainer.php, method NComponentContainer::getComponent()
    Returns component specified by name or path.
getComponents
in file ComponentContainer.php, method NComponentContainer::getComponents()
    Iterates over a components.
getComponents
in file IComponentContainer.php, method IComponentContainer::getComponents()
    Iterates over a components.
getConfig
in file Environment.php, method NEnvironment::getConfig()
    Returns the global configuration.
getConfigurator
in file Environment.php, method NEnvironment::getConfigurator()
    Gets "class behind NEnvironment" configurator.
getContainerPrototype
in file RadioList.php, method NRadioList::getContainerPrototype()
    Returns container HTML element template.
getContentType
in file DownloadResponse.php, method NDownloadResponse::getContentType()
    Returns the MIME content type of an downloaded file.
getContentType
in file HttpUploadedFile.php, method NHttpUploadedFile::getContentType()
    Returns the MIME content type of an uploaded file.
getControl
in file MultiSelectBox.php, method NMultiSelectBox::getControl()
    Generates control's HTML element.
getControl
in file Checkbox.php, method NCheckbox::getControl()
    Generates control's HTML element.
getControl
in file SelectBox.php, method NSelectBox::getControl()
    Generates control's HTML element.
getControl
in file HiddenField.php, method NHiddenField::getControl()
    Generates control's HTML element.
getControl
in file FormControl.php, method NFormControl::getControl()
    Generates control's HTML element.
getControl
in file Button.php, method NButton::getControl()
    Generates control's HTML element.
getControl
in file RadioList.php, method NRadioList::getControl()
    Generates control's HTML element.
getControl
in file TextInput.php, method NTextInput::getControl()
    Generates control's HTML element.
getControl
in file TextArea.php, method NTextArea::getControl()
    Generates control's HTML element.
getControlPrototype
in file FormControl.php, method NFormControl::getControlPrototype()
    Returns control's HTML element template.
getControls
in file FormContainer.php, method NFormContainer::getControls()
    Iterates over all form controls.
getControls
in file FormGroup.php, method NFormGroup::getControls()
getCookie
in file IHttpRequest.php, method IHttpRequest::getCookie()
    Returns variable provided to the script via HTTP cookies.
getCookie
in file HttpRequest.php, method NHttpRequest::getCookie()
    Returns variable provided to the script via HTTP cookies.
getCookieParams
in file Session.php, method NSession::getCookieParams()
    Returns the session cookie parameters.
getCookies
in file HttpRequest.php, method NHttpRequest::getCookies()
    Returns variables provided to the script via HTTP cookies.
getCookies
in file IHttpRequest.php, method IHttpRequest::getCookies()
    Returns variables provided to the script via HTTP cookies.
getCountdownOffset
in file Paginator.php, method NPaginator::getCountdownOffset()
    Returns the absolute index of the first item on current page in countdown paging.
getCounter
in file SmartCachingIterator.php, method NSmartCachingIterator::getCounter()
    Returns the counter.
getData
in file Identity.php, method NIdentity::getData()
    Returns an user data.
getDefaultColophons
in file Debug.php, method NDebug::getDefaultColophons()
    Returns default colophons.
getDefaults
in file CliRouter.php, method NCliRouter::getDefaults()
    Returns default values.
getDefaults
in file Route.php, method NRoute::getDefaults()
    Returns default values.
getDefaults
in file SimpleRouter.php, method NSimpleRouter::getDefaults()
    Returns default values.
getDestination
in file Link.php, method NLink::getDestination()
    Returns link destination.
getElementPrototype
in file Form.php, method NForm::getElementPrototype()
    Returns form's HTML element template.
getEmptyValue
in file TextBase.php, method NTextBase::getEmptyValue()
    Returns the special value which is treated as empty string.
getEncodedHeader
in file MailMimePart.php, method NMailMimePart::getEncodedHeader()
    Returns an encoded header.
getEncoding
in file Form.php, method NForm::getEncoding()
    Returns the encoding.
getEncoding
in file MailMimePart.php, method NMailMimePart::getEncoding()
    Returns Content-Transfer-Encoding header.
getError
in file HttpUploadedFile.php, method NHttpUploadedFile::getError()
    Returns the error code.
getErrors
in file IFormControl.php, method IFormControl::getErrors()
    Returns errors corresponding to control.
getErrors
in file FormControl.php, method NFormControl::getErrors()
    Returns errors corresponding to control.
getErrors
in file Form.php, method NForm::getErrors()
    Returns validation errors.
getFile
in file Template.php, method NTemplate::getFile()
    Returns the path to the template file.
getFile
in file IFileTemplate.php, method IFileTemplate::getFile()
    Returns the path to the template file.
getFile
in file HttpRequest.php, method NHttpRequest::getFile()
    Returns uploaded file.
getFile
in file IHttpRequest.php, method IHttpRequest::getFile()
    Returns uploaded file.
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.
getFiles
in file IHttpRequest.php, method IHttpRequest::getFiles()
    Returns uploaded files.
getFiles
in file HttpRequest.php, method NHttpRequest::getFiles()
    Returns uploaded files.
getFilters
in file BaseTemplate.php, method NBaseTemplate::getFilters()
    Returns all registered compile-time filters.
getFirstPage
in file Paginator.php, method NPaginator::getFirstPage()
    Returns first page number.
getFlashSession
in file Presenter.php, method NPresenter::getFlashSession()
    Returns session namespace provided to pass temporary data between redirects.
getForm
in file Form.php, method NForm::getForm()
    Returns self.
getForm
in file FormControl.php, method NFormControl::getForm()
    Returns form.
getForm
in file FormContainer.php, method NFormContainer::getForm()
    Returns form.
getFragment
in file Uri.php, method NUri::getFragment()
    Returns the fragment part of URI.
getFrom
in file Mail.php, method NMail::getFrom()
    Returns the sender of the message.
getGroup
in file Form.php, method NForm::getGroup()
    Returns the specified group.
getGroups
in file Form.php, method NForm::getGroups()
    Returns all defined groups.
getHandler
in file LatteFilter.php, method LatteFilter::getHandler()
    Returns macro handler.
getHeader
in file HttpResponse.php, method NHttpResponse::getHeader()
    Return the value of the HTTP header.
getHeader
in file HttpRequest.php, method NHttpRequest::getHeader()
    Return the value of the HTTP header. Pass the header name as the plain, HTTP-specified header name (e.g. 'Accept-Encoding').
getHeader
in file IHttpRequest.php, method IHttpRequest::getHeader()
    Return the value of the HTTP header. Pass the header name as the plain, HTTP-specified header name (e.g. 'Accept-Encoding').
getHeader
in file MailMimePart.php, method NMailMimePart::getHeader()
    Returns a header.
getHeaders
in file IHttpRequest.php, method IHttpRequest::getHeaders()
    Returns all HTTP headers.
getHeaders
in file HttpRequest.php, method NHttpRequest::getHeaders()
    Returns all HTTP headers.
getHeaders
in file MailMimePart.php, method NMailMimePart::getHeaders()
    Returns all headers.
getHeaders
in file IHttpResponse.php, method IHttpResponse::getHeaders()
    Returns a list of headers to sent.
getHeaders
in file HttpResponse.php, method NHttpResponse::getHeaders()
    Returns a list of headers to sent.
getHeight
in file ImageMagick.php, method NImageMagick::getHeight()
    Returns image height.
getHeight
in file Image.php, method NImage::getHeight()
    Returns image height.
getHelpers
in file BaseTemplate.php, method NBaseTemplate::getHelpers()
    Returns all registered run-time helpers.
getHost
in file Uri.php, method NUri::getHost()
    Returns the host part of URI.
getHostUri
in file Uri.php, method NUri::getHostUri()
    Returns the scheme and authority part of URI.
getHtml
in file Html.php, method NHtml::getHtml()
    Gets element's textual content.
getHtmlBody
in file Mail.php, method NMail::getHtmlBody()
    Gets HTML body.
getHtmlId
in file FormControl.php, method NFormControl::getHtmlId()
    Returns control's HTML id.
getHtmlName
in file FormControl.php, method NFormControl::getHtmlName()
    Returns name of control within a NForm & INamingContainer scope.
getHtmlName
in file ImageButton.php, method NImageButton::getHtmlName()
    Returns name of control within a NForm & INamingContainer scope.
getHttpData
in file Form.php, method NForm::getHttpData()
    Returns submitted HTTP data.
getHttpRequest
in file Environment.php, method NEnvironment::getHttpRequest()
getHttpRequest
in file Application.php, method NApplication::getHttpRequest()
getHttpRequest
in file Session.php, method NSession::getHttpRequest()
getHttpRequest
in file Form.php, method NForm::getHttpRequest()
getHttpRequest
in file Presenter.php, method NPresenter::getHttpRequest()
getHttpResponse
in file Application.php, method NApplication::getHttpResponse()
getHttpResponse
in file Presenter.php, method NPresenter::getHttpResponse()
getHttpResponse
in file Session.php, method NSession::getHttpResponse()
getHttpResponse
in file Environment.php, method NEnvironment::getHttpResponse()
getId
in file Session.php, method NSession::getId()
    Returns the current session ID. Don't make dependencies, can be changed for each request.
getIdentity
in file User.php, method NUser::getIdentity()
    Returns current user identity, if any.
getIdentity
in file IUser.php, method IUser::getIdentity()
    Returns current user identity, if any.
getImage
in file HttpUploadedFile.php, method NHttpUploadedFile::getImage()
    Returns the image.
getImageResource
in file Image.php, method NImage::getImageResource()
    Returns image GD resource.
getImageResource
in file ImageMagick.php, method NImageMagick::getImageResource()
    Returns image GD resource.
getImageSize
in file HttpUploadedFile.php, method NHttpUploadedFile::getImageSize()
    Returns the dimensions of an uploaded image as array.
getInstance
in file NetteLoader.php, method NNetteLoader::getInstance()
    Returns singleton instance with lazy instantiation.
getItemCount
in file Paginator.php, method NPaginator::getItemCount()
    Returns the total number of items.
getItems
in file RadioList.php, method NRadioList::getItems()
    Returns options from which to choose.
getItems
in file SelectBox.php, method NSelectBox::getItems()
    Returns items from which to choose.
getItemsPerPage
in file Paginator.php, method NPaginator::getItemsPerPage()
    Returns the number of items to display on a single page.
getItemType
in file Collection.php, method NCollection::getItemType()
    Returns the item type.
getIterator
in file Rules.php, method NRules::getIterator()
    Iterates over ruleset.
getIterator
in file Collection.php, method NCollection::getIterator()
    Returns the iterator.
getIterator
in file SessionNamespace.php, method NSessionNamespace::getIterator()
    Returns an iterator over all namespace variables.
getIterator
in file Html.php, method NHtml::getIterator()
    Iterates over a elements.
getIterator
in file Session.php, method NSession::getIterator()
    Iteration over all namespaces.
getKeys
in file Hashtable.php, method NHashtable::getKeys()
    Returns a array of the keys contained in this map.
getKeys
in file IMap.php, method IMap::getKeys()
getLabel
in file FormControl.php, method NFormControl::getLabel()
    Generates label's HTML element.
getLabel
in file RadioList.php, method NRadioList::getLabel()
    Generates label's HTML element.
getLabel
in file Button.php, method NButton::getLabel()
    Bypasses label generation.
getLabel
in file HiddenField.php, method NHiddenField::getLabel()
    Bypasses label generation.
getLabelPrototype
in file FormControl.php, method NFormControl::getLabelPrototype()
    Returns label's HTML element template.
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.
getLastPage
in file Paginator.php, method NPaginator::getLastPage()
    Returns last page number.
getLayout
in file Presenter.php, method NPresenter::getLayout()
    Returns current layout name.
getLength
in file Paginator.php, method NPaginator::getLength()
    Returns the number of items on current page.
getLine
in file LatteFilter.php, method LatteFilter::getLine()
    Returns current line number.
getLoaders
in file AutoLoader.php, method NAutoLoader::getLoaders()
    Return all registered autoloaders.
getMailer
in file Mail.php, method NMail::getMailer()
    Returns mailer.
getMask
in file Route.php, method NRoute::getMask()
    Returns mask.
getMethod
in file Form.php, method NForm::getMethod()
    Returns form's method.
getMethod
in file PresenterRequest.php, method NPresenterRequest::getMethod()
    Returns the method.
getMethod
in file HttpRequest.php, method NHttpRequest::getMethod()
    Returns HTTP request method (GET, POST, HEAD, PUT, ...). The method is case-sensitive.
getMethod
in file IHttpRequest.php, method IHttpRequest::getMethod()
    Returns HTTP request method (GET, POST, HEAD, PUT, ...). The method is case-sensitive.
getMode
in file Environment.php, method NEnvironment::getMode()
    Returns the mode.
getName
in file Session.php, method NSession::getName()
    Gets the session name.
getName
in file IIdentity.php, method IIdentity::getName()
    Returns the name of user.
getName
in file HttpUploadedFile.php, method NHttpUploadedFile::getName()
    Returns the file name.
getName
in file Identity.php, method NIdentity::getName()
    Returns the name of user.
getName
in file DownloadResponse.php, method NDownloadResponse::getName()
    Returns the file name.
getName
in file Environment.php, method NEnvironment::getName()
    Returns the current environment name.
getName
in file Html.php, method NHtml::getName()
    Returns element's name.
getName
in file IComponent.php, method IComponent::getName()
getName
in file Component.php, method NComponent::getName()
getNamespace
in file User.php, method NUser::getNamespace()
    Returns current namespace.
getNamespace
in file Session.php, method NSession::getNamespace()
    Returns specified session namespace.
getNamespace
in file Cache.php, method NCache::getNamespace()
    Returns cache namespace.
getNamespace
in file IUser.php, method IUser::getNamespace()
    Returns current namespace.
getNextKey
in file SmartCachingIterator.php, method NSmartCachingIterator::getNextKey()
    Returns the next key.
getNextValue
in file SmartCachingIterator.php, method NSmartCachingIterator::getNextValue()
    Returns the next element.
getOffset
in file Paginator.php, method NPaginator::getOffset()
    Returns the absolute index of the first item on current page.
getOption
in file FormGroup.php, method NFormGroup::getOption()
    Returns user-specific option.
getOption
in file FormControl.php, method NFormControl::getOption()
    Returns user-specific option.
getOptions
in file FormControl.php, method NFormControl::getOptions()
    Returns user-specific options.
getOptions
in file FormGroup.php, method NFormGroup::getOptions()
    Returns user-specific options.
getOptions
in file Session.php, method NSession::getOptions()
    Returns all session options.
getOriginalUri
in file HttpRequest.php, method NHttpRequest::getOriginalUri()
    Returns URL object.
getPage
in file Paginator.php, method NPaginator::getPage()
    Returns current page number.
getPageCount
in file Paginator.php, method NPaginator::getPageCount()
    Returns the total number of pages.
getPageIndex
in file Paginator.php, method NPaginator::getPageIndex()
    Returns zero-based page number.
getPanels
in file IDebuggable.php, method IDebuggable::getPanels()
    Returns custom panels.
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 BaseTemplate.php, method NBaseTemplate::getParams()
    Returns array of all parameters.
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.
getParent
in file IComponent.php, method IComponent::getParent()
    Returns the container if any.
getParent
in file Component.php, method NComponent::getParent()
    Returns the container if any.
getParent
in file ServiceLocator.php, method NServiceLocator::getParent()
    Returns the parent container if any.
getPass
in file Uri.php, method NUri::getPass()
getPassword
in file Uri.php, method NUri::getPassword()
    Returns the password part of URI.
getPath
in file Uri.php, method NUri::getPath()
    Returns the path part of URI.
getPathInfo
in file UriScript.php, method NUriScript::getPathInfo()
    Returns the additional path information.
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.
getPort
in file Uri.php, method NUri::getPort()
    Returns the port part of URI.
getPost
in file IHttpRequest.php, method IHttpRequest::getPost()
    Returns variable provided to the script via POST method ($_POST).
getPost
in file HttpRequest.php, method NHttpRequest::getPost()
    Returns variable provided to the script via POST method ($_POST).
getPost
in file PresenterRequest.php, method NPresenterRequest::getPost()
    Returns all variables provided to the presenter via POST.
getPostRaw
in file HttpRequest.php, method NHttpRequest::getPostRaw()
    Returns HTTP POST data in raw format (only for "application/x-www-form-urlencoded").
getPostRaw
in file IHttpRequest.php, method IHttpRequest::getPostRaw()
    Returns HTTP POST data in raw format (only for "application/x-www-form-urlencoded").
getPresenter
in file Presenter.php, method NPresenter::getPresenter()
    Returns self.
getPresenter
in file PresenterComponent.php, method NPresenterComponent::getPresenter()
    Returns the presenter where this component belongs to.
getPresenter
in file AppForm.php, method NAppForm::getPresenter()
    Returns the presenter where this component belongs to.
getPresenter
in file Application.php, method NApplication::getPresenter()
    Returns current presenter.
getPresenterClass
in file PresenterLoader.php, method NPresenterLoader::getPresenterClass()
getPresenterClass
in file IPresenterLoader.php, method IPresenterLoader::getPresenterClass()
getPresenterLoader
in file Application.php, method NApplication::getPresenterLoader()
    Returns presenter loader.
getPresenterName
in file PresenterRequest.php, method NPresenterRequest::getPresenterName()
    Retrieve the presenter name.
getPriority
in file Mail.php, method NMail::getPriority()
    Returns email priority.
getQueriedResource
in file Permission.php, method NPermission::getQueriedResource()
    Returns real currently queried Resource. Use by IPermissionAssertion::asert().
getQueriedRole
in file Permission.php, method NPermission::getQueriedRole()
    Returns real currently queried Role. Use by IPermissionAssertion::asert().
getQuery
in file HttpRequest.php, method NHttpRequest::getQuery()
    Returns variable provided to the script via URL query ($_GET).
getQuery
in file IHttpRequest.php, method IHttpRequest::getQuery()
    Returns variable provided to the script via URL query ($_GET).
getQuery
in file Uri.php, method NUri::getQuery()
    Returns the query part of URI.
getRawValue
in file SelectBox.php, method NSelectBox::getRawValue()
    Returns selected item key (not checked).
getRawValue
in file MultiSelectBox.php, method NMultiSelectBox::getRawValue()
    Returns selected keys (not checked).
getReferer
in file HttpRequest.php, method NHttpRequest::getReferer()
    Returns referrer.
getReflection
in file Object.php, method NObject::getReflection()
    Access to reflection.
getRelativeUri
in file UriScript.php, method NUriScript::getRelativeUri()
    Returns the relative-URI.
getRemoteAddress
in file HttpRequest.php, method NHttpRequest::getRemoteAddress()
    Returns the IP address of the remote client.
getRemoteAddress
in file IHttpRequest.php, method IHttpRequest::getRemoteAddress()
    Returns the IP address of the remote client.
getRemoteHost
in file IHttpRequest.php, method IHttpRequest::getRemoteHost()
    Returns the host of the remote client.
getRemoteHost
in file HttpRequest.php, method NHttpRequest::getRemoteHost()
    Returns the host of the remote client.
getRenderer
in file Form.php, method NForm::getRenderer()
    Returns form renderer.
getRequest
in file ForwardingResponse.php, method NForwardingResponse::getRequest()
getRequest
in file Presenter.php, method NPresenter::getRequest()
getRequests
in file Application.php, method NApplication::getRequests()
    Returns all processed requests.
getResourceId
in file IResource.php, method IResource::getResourceId()
    Returns a string identifier of the Resource.
getReturnPath
in file Mail.php, method NMail::getReturnPath()
    Returns the Return-Path header.
getRoleId
in file IRole.php, method IRole::getRoleId()
    Returns a string identifier of the Role.
getRoleParents
in file Permission.php, method NPermission::getRoleParents()
    Returns an array of an existing Role's parents.
getRoles
in file IUser.php, method IUser::getRoles()
    Returns a list of roles that a user has been granted.
getRoles
in file IIdentity.php, method IIdentity::getRoles()
    Returns a list of roles that the user is a member of.
getRoles
in file User.php, method NUser::getRoles()
    Returns a list of effective roles that a user has been granted.
getRoles
in file Identity.php, method NIdentity::getRoles()
    Returns a list of roles that the user is a member of.
getRouter
in file Application.php, method NApplication::getRouter()
    Returns router.
getRules
in file IFormControl.php, method IFormControl::getRules()
getRules
in file FormControl.php, method NFormControl::getRules()
getScheme
in file Uri.php, method NUri::getScheme()
    Returns the scheme part of URI.
getScriptPath
in file UriScript.php, method NUriScript::getScriptPath()
    Returns the script-path part of URI.
getSelectedItem
in file MultiSelectBox.php, method NMultiSelectBox::getSelectedItem()
    Returns selected values.
getSelectedItem
in file SelectBox.php, method NSelectBox::getSelectedItem()
    Returns selected value.
getSeparatorPrototype
in file RadioList.php, method NRadioList::getSeparatorPrototype()
    Returns separator HTML element template.
getService
in file IServiceLocator.php, method IServiceLocator::getService()
    Gets the service object of the specified type.
getService
in file Application.php, method NApplication::getService()
    Gets the service object of the specified type.
getService
in file ServiceLocator.php, method NServiceLocator::getService()
    Gets the service object of the specified type.
getService
in file Environment.php, method NEnvironment::getService()
    Gets the service object of the specified type.
getServiceLocator
in file Environment.php, method NEnvironment::getServiceLocator()
    Get initial instance of service locator.
getServiceLocator
in file Application.php, method NApplication::getServiceLocator()
    Gets the service locator (experimental).
getSession
in file User.php, method NUser::getSession()
    Returns session handler.
getSession
in file Environment.php, method NEnvironment::getSession()
    Returns instance of session or session namespace.
getSession
in file Application.php, method NApplication::getSession()
getSession
in file Form.php, method NForm::getSession()
getSessionNamespace
in file User.php, method NUser::getSessionNamespace()
    Returns and initializes $this->session.
getSeverity
in file exceptions.php, method FatalErrorException::getSeverity()
getSignal
in file Presenter.php, method NPresenter::getSignal()
    Returns pair signal receiver and name.
getSignOutReason
in file User.php, method NUser::getSignOutReason()
    Why was user signed out?
getSize
in file HttpUploadedFile.php, method NHttpUploadedFile::getSize()
    Returns the size of an uploaded file.
getSnippetId
in file Control.php, method NControl::getSnippetId()
    Returns snippet HTML ID.
getSource
in file RenderResponse.php, method NRenderResponse::getSource()
getStorage
in file Cache.php, method NCache::getStorage()
    Returns cache storage.
getSubject
in file Mail.php, method NMail::getSubject()
    Returns the subject of the message.
getTargetPresenter
in file Route.php, method NRoute::getTargetPresenter()
    Proprietary cache aim.
getTemplate
in file Control.php, method NControl::getTemplate()
getTemporaryFile
in file HttpUploadedFile.php, method NHttpUploadedFile::getTemporaryFile()
    Returns the path to an uploaded file.
getText
in file Html.php, method NHtml::getText()
getToggles
in file Rules.php, method NRules::getToggles()
getTranslator
in file FormControl.php, method NFormControl::getTranslator()
    Returns translate adapter.
getTranslator
in file Form.php, method NForm::getTranslator()
    Returns translate adapter.
getUniqueId
in file PresenterComponent.php, method NPresenterComponent::getUniqueId()
    Returns a fully-qualified name that uniquely identifies the component within the presenter hierarchy.
getUniqueId
in file Presenter.php, method NPresenter::getUniqueId()
    Returns a name that uniquely identifies component.
getUri
in file HttpRequest.php, method NHttpRequest::getUri()
    Returns URL object.
getUri
in file RedirectingResponse.php, method NRedirectingResponse::getUri()
getUri
in file IHttpRequest.php, method IHttpRequest::getUri()
    Returns URL object.
getUriFilters
in file HttpRequest.php, method NHttpRequest::getUriFilters()
    Returns request URI filter.
getUser
in file Environment.php, method NEnvironment::getUser()
getUser
in file Uri.php, method NUri::getUser()
    Returns the user name part of URI.
getValidationScope
in file ISubmitterControl.php, method ISubmitterControl::getValidationScope()
    Gets the validation scope. Clicking the button validates only the controls within the specified scope.
getValidationScope
in file SubmitButton.php, method NSubmitButton::getValidationScope()
    Gets the validation scope.
getValue
in file SelectBox.php, method NSelectBox::getValue()
    Returns selected item key.
getValue
in file FormControl.php, method NFormControl::getValue()
    Returns control's value.
getValue
in file RepeaterControl.php, method NRepeaterControl::getValue()
    Get value.
getValue
in file IFormControl.php, method IFormControl::getValue()
    Returns control's value.
getValue
in file ConventionalRenderer.php, method NConventionalRenderer::getValue()
getValue
in file TextBase.php, method NTextBase::getValue()
    Returns control's value.
getValue
in file MultiSelectBox.php, method NMultiSelectBox::getValue()
    Returns selected keys.
getValue
in file RadioList.php, method NRadioList::getValue()
    Returns selected radio value.
getValues
in file Form.php, method NForm::getValues()
    Returns the values submitted by the form.
getValues
in file FormContainer.php, method NFormContainer::getValues()
    Returns the values submitted by the form.
getVariable
in file Environment.php, method NEnvironment::getVariable()
    Returns the value of an environment variable or $default if there is no element set.
getVariables
in file Environment.php, method NEnvironment::getVariables()
    Returns the all environment variables.
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.
getWidth
in file Image.php, method NImage::getWidth()
    Returns image width.
getWidth
in file ImageMagick.php, method NImageMagick::getWidth()
    Returns image width.
getWrapper
in file ConventionalRenderer.php, method NConventionalRenderer::getWrapper()
GIF
in file Image.php, class constant NImage::GIF
glob
in file Tools.php, method NTools::glob()
    Recursive glob(). Finds pathnames matching a pattern.
GROUP_END
in file Debug.php, class constant NDebug::GROUP_END
    FirePHP log priority
GROUP_START
in file Debug.php, class constant NDebug::GROUP_START
    FirePHP log priority
top

h

$headers
in file HttpRequest.php, variable NHttpRequest::$headers
Hashtable.php
procedural page Hashtable.php
HiddenField.php
procedural page HiddenField.php
HANDLE
in file FileStorage.php, class constant NFileStorage::HANDLE
    additional cache structure
handleInvalidLink
in file Presenter.php, method NPresenter::handleInvalidLink()
    Invalid link handler. Descendant can override this method to change default behaviour.
has
in file ObjectMixin.php, method NObjectMixin::has()
    Is property defined?
has
in file Annotations.php, method NAnnotations::has()
    Has class/method/property specified annotation?
hasChildren
in file ComponentContainer.php, method NRecursiveComponentIterator::hasChildren()
    Has the current element has children?
hasErrors
in file Form.php, method NForm::hasErrors()
hasErrors
in file FormControl.php, method NFormControl::hasErrors()
hasFlag
in file PresenterRequest.php, method NPresenterRequest::hasFlag()
    Checks the flag.
hasFlashSession
in file Presenter.php, method NPresenter::hasFlashSession()
    Checks if a flash session namespace exists.
hasNamespace
in file Session.php, method NSession::hasNamespace()
    Checks if a session namespace exist and is not empty.
hasResource
in file Permission.php, method NPermission::hasResource()
    Returns TRUE if the Resource exists in the list.
hasRole
in file Permission.php, method NPermission::hasRole()
    Returns TRUE if the Role exists in the list.
hasService
in file ServiceLocator.php, method NServiceLocator::hasService()
    Exists the service?
hasService
in file IServiceLocator.php, method IServiceLocator::hasService()
    Exists the service?
HEAD
in file IHttpRequest.php, class constant IHttpRequest::HEAD
    HTTP request method
HIGH
in file Mail.php, class constant NMail::HIGH
    Priority
HOST
in file Route.php, class constant NRoute::HOST
    uri type
HOUR
in file Tools.php, class constant NTools::HOUR
    hour in seconds
href
in file Html.php, method NHtml::href()
    Special setter for element's attribute.
HTML_PREFIX
in file LatteFilter.php, class constant LatteFilter::HTML_PREFIX
    spcial HTML tag or attribute prefix
Html.php
procedural page Html.php
HttpRequest.php
procedural page HttpRequest.php
HttpResponse.php
procedural page HttpResponse.php
HttpUploadedFile.php
procedural page HttpUploadedFile.php
top

i

$idMask
in file FormControl.php, variable NFormControl::$idMask
$ignoreDirs
in file RobotLoader.php, variable NRobotLoader::$ignoreDirs
$instance
in file NetteLoader.php, variable NNetteLoader::$instance
$invalidLinkMode
in file Presenter.php, variable NPresenter::$invalidLinkMode
$isNegative
in file Rule.php, variable NRule::$isNegative
$items
in file RadioList.php, variable NRadioList::$items
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
ICacheStorage.php
procedural page ICacheStorage.php
ICollection.php
procedural page ICollection.php
IList.php
procedural page IList.php
IMap.php
procedural page IMap.php
ISet.php
procedural page ISet.php
IConfigAdapter.php
procedural page IConfigAdapter.php
ImageButton.php
procedural page ImageButton.php
IFormControl.php
procedural page IFormControl.php
IFormRenderer.php
procedural page IFormRenderer.php
INamingContainer.php
procedural page INamingContainer.php
ISubmitterControl.php
procedural page ISubmitterControl.php
InstantClientScript.php
procedural page InstantClientScript.php
IAuthenticator
in file IAuthenticator.php, class IAuthenticator
    Performs authentication.
IAuthorizator
in file IAuthorizator.php, class IAuthorizator
    Authorizator checks if a given role has authorization to access a given resource.
ICacheStorage
in file ICacheStorage.php, class ICacheStorage
    NCache storage.
ICollection
in file ICollection.php, class ICollection
    Defines methods to manipulate generic collections.
IComponent
in file IComponent.php, class IComponent
    Provides functionality required by all components.
IComponent.php
procedural page IComponent.php
IComponentContainer
in file IComponentContainer.php, class IComponentContainer
    Containers are objects that logically contain zero or more IComponent components.
IComponentContainer.php
procedural page IComponentContainer.php
IConfigAdapter
in file IConfigAdapter.php, class IConfigAdapter
    Adapter for reading and writing configuration files.
IDebuggable
in file IDebuggable.php, class IDebuggable
    Custom output for NDebug.
IDebuggable.php
procedural page IDebuggable.php
IDENTITY_NOT_FOUND
in file IAuthenticator.php, class constant IAuthenticator::IDENTITY_NOT_FOUND
    Exception error code
IFileTemplate
in file IFileTemplate.php, class IFileTemplate
    Defines file-based template methods.
IFormControl
in file IFormControl.php, class IFormControl
    Defines method that must be implemented to allow a component to act like a form control.
IFormRenderer
in file IFormRenderer.php, class IFormRenderer
    Defines method that must implement form rendered.
IHttpRequest
in file IHttpRequest.php, class IHttpRequest
    IHttpRequest provides access scheme for request sent via HTTP.
IHttpResponse
in file IHttpResponse.php, class IHttpResponse
    IHttpResponse interface.
IIdentity
in file IIdentity.php, class IIdentity
    Represents the user of application.
IList
in file IList.php, class IList
    Represents a collection of objects that can be individually accessed by index (ordered collection)
IMAGE
in file Ftp.php, class constant NFtp::IMAGE
    FTP constant alias
Image.php
procedural page Image.php
ImageMagick.php
procedural page ImageMagick.php
IMailer
in file IMailer.php, class IMailer
    Mailer interface.
IMap
in file IMap.php, class IMap
    Represents a generic collection of key/value pairs.
import
in file Collection.php, method NCollection::import()
    Import from array or any traversable object.
import
in file Hashtable.php, method NHashtable::import()
    Import from array or any traversable object.
import
in file Config.php, method NConfig::import()
    Import from array or any traversable object.
INACTIVITY
in file User.php, class constant NUser::INACTIVITY
    sign-out reason NUser::getSignOutReason()
INamingContainer
in file INamingContainer.php, class INamingContainer
    Identifies a container that creates a new namespace for form's control hierarchy.
includeTemplate
in file LatteMacros.php, method LatteMacros::includeTemplate()
    Includes subtemplate.
indent
in file String.php, method NString::indent()
    Indents the content from the left.
indent
in file TemplateHelpers.php, method NTemplateHelpers::indent()
    Indents the HTML content from the left.
indexOf
in file IList.php, method IList::indexOf()
indexOf
in file ArrayList.php, method NArrayList::indexOf()
    Returns the index of the first occurrence of the specified element,.
INFO
in file Debug.php, class constant NDebug::INFO
    FirePHP log priority
iniFlag
in file Tools.php, method NTools::iniFlag()
    Gets the boolean value of a configuration option.
init
in file Annotations.php, method NAnnotations::init()
    Parses and caches annotations.
init
in file Debug.php, method NDebug::init()
    Static class constructor.
init
in file ConventionalRenderer.php, method NConventionalRenderer::init()
    Initializes form.
initialize
in file HttpRequest.php, method NHttpRequest::initialize()
    Initializes $this->query, $this->files, $this->cookies and $this->files arrays
initialize
in file LatteMacros.php, method LatteMacros::initialize()
    Initializes parsing.
initRuntime
in file LatteMacros.php, method LatteMacros::initRuntime()
    Initializes state holder $_cb in template.
insert
in file Html.php, method NHtml::insert()
    Inserts child node.
insertAfter
in file ArrayTools.php, method NArrayTools::insertAfter()
    Inserts new array after item specified by key.
insertAt
in file IList.php, method IList::insertAt()
insertAt
in file ArrayList.php, method NArrayList::insertAt()
    Inserts the specified element at the specified position in this list.
insertBefore
in file ArrayTools.php, method NArrayTools::insertBefore()
    Inserts new array before item specified by key.
InstanceFilterIterator.php
procedural page InstanceFilterIterator.php
INTEGER
in file Form.php, class constant NForm::INTEGER
    operation name
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.
InvalidStateException
in file exceptions.php, class InvalidStateException
    The exception that is thrown when a method call is invalid for the object's current state, method has been invoked at an illegal or inappropriate time.
INVALID_CREDENTIAL
in file IAuthenticator.php, class constant IAuthenticator::INVALID_CREDENTIAL
    Exception error code
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
invoke
in file LatteFilter.php, method LatteFilter::invoke()
    Invokes filter.
IOException
in file exceptions.php, class IOException
    The exception that is thrown when an I/O error occurs.
IPartiallyRenderable
in file IRenderable.php, class IPartiallyRenderable
IPermissionAssertion
in file IPermissionAssertion.php, class IPermissionAssertion
    Represents conditional ACL NRules with Assertions.
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
IResource
in file IResource.php, class IResource
    Represents resource, an object to which access is controlled.
IRole
in file IRole.php, class IRole
    Represents role, an object that may request access to an IResource.
IRouter
in file IRouter.php, class IRouter
    The bi-directional router.
isAjax
in file IHttpRequest.php, method IHttpRequest::isAjax()
    Is AJAX request?
isAjax
in file Presenter.php, method NPresenter::isAjax()
    Is AJAX request?
isAjax
in file HttpRequest.php, method NHttpRequest::isAjax()
    Is AJAX request?
isAllowed
in file IUser.php, method IUser::isAllowed()
    Has a user access to the Resource?
isAllowed
in file IAuthorizator.php, method IAuthorizator::isAllowed()
    Performs a role-based authorization.
isAllowed
in file User.php, method NUser::isAllowed()
    Has a user effective access to the Resource? If $resource is NULL, then the query applies to all resources.
isAllowed
in file Permission.php, method NPermission::isAllowed()
    Returns TRUE if and only if the Role has access to the Resource.
isAnchored
in file Form.php, method NForm::isAnchored()
    Tells if the form is anchored.
isAnchored
in file AppForm.php, method NAppForm::isAnchored()
    Tells if the form is anchored.
isAuthenticated
in file User.php, method NUser::isAuthenticated()
    Is this user authenticated?
isAuthenticated
in file IUser.php, method IUser::isAuthenticated()
    Is this user authenticated?
isAvailable
in file MemcachedStorage.php, method NMemcachedStorage::isAvailable()
    Checks if Memcached extension is available.
isConsole
in file Environment.php, method NEnvironment::isConsole()
    Detects console (non-HTTP) mode.
isControlInvalid
in file IRenderable.php, method IRenderable::isControlInvalid()
    Is required to repaint the control?
isControlInvalid
in file Control.php, method NControl::isControlInvalid()
    Is required to repaint the control or its snippet?
isDebugging
in file Environment.php, method NEnvironment::isDebugging()
isDir
in file Ftp.php, method NFtp::isDir()
    Checks if directory exists.
isDisabled
in file IFormControl.php, method IFormControl::isDisabled()
    Is control disabled?
isDisabled
in file FormControl.php, method NFormControl::isDisabled()
    Is control disabled?
isEmpty
in file Html.php, method NHtml::isEmpty()
    Is element empty?
isEmpty
in file SmartCachingIterator.php, method NSmartCachingIterator::isEmpty()
    Is the iterator empty?
isEnabled
in file Debug.php, method NDebug::isEnabled()
    Unregister error handler routine.
isEqual
in file Uri.php, method NUri::isEqual()
    URI comparsion (this object must be in canonical form).
IServiceLocator
in file IServiceLocator.php, class IServiceLocator
    The service locator.
IServiceLocator.php
procedural page IServiceLocator.php
ISet
in file ISet.php, class ISet
    A collection that contains no duplicate elements.
isEven
in file SmartCachingIterator.php, method NSmartCachingIterator::isEven()
    Is the counter even?
isFirst
in file Paginator.php, method NPaginator::isFirst()
    Is the current page the first one?
isFirst
in file SmartCachingIterator.php, method NSmartCachingIterator::isFirst()
    Is the current element the first one?
isFirstSkipped
in file SelectBox.php, method NSelectBox::isFirstSkipped()
    Is first item in select box ignored?
isFrozen
in file FreezableObject.php, method NFreezableObject::isFrozen()
    Is the object unmodifiable?
isFrozen
in file Collection.php, method NCollection::isFrozen()
    Is the object unmodifiable?
ISignalReceiver
in file ISignalReceiver.php, class ISignalReceiver
    NComponent with ability to receive signal.
isImage
in file HttpUploadedFile.php, method NHttpUploadedFile::isImage()
    Is uploaded file GIF, PNG or JPEG?
isInRole
in file IUser.php, method IUser::isInRole()
    Is a user in the specified role?
isInRole
in file User.php, method NUser::isInRole()
    Is a user in the specified effective role?
isLast
in file Paginator.php, method NPaginator::isLast()
    Is the current page the last one?
isLast
in file SmartCachingIterator.php, method NSmartCachingIterator::isLast()
    Is the current element the last one?
isMethod
in file PresenterRequest.php, method NPresenterRequest::isMethod()
    Checks if the method is the given one.
isMethod
in file HttpRequest.php, method NHttpRequest::isMethod()
    Checks if the request method is the given one.
isMethod
in file IHttpRequest.php, method IHttpRequest::isMethod()
    Checks HTTP request method.
isOdd
in file SmartCachingIterator.php, method NSmartCachingIterator::isOdd()
    Is the counter odd?
isOk
in file HttpUploadedFile.php, method NHttpUploadedFile::isOk()
    Is there any error?
isPost
in file HttpRequest.php, method NHttpRequest::isPost()
    Checks if the request method is POST.
isPost
in file PresenterRequest.php, method NPresenterRequest::isPost()
    Checks if the method is POST.
isProduction
in file RobotLoader.php, method NRobotLoader::isProduction()
isProduction
in file Environment.php, method NEnvironment::isProduction()
    Determines whether a server is running in production mode.
isReadOnly
in file Collection.php, method NCollection::isReadOnly()
isRendered
in file FormControl.php, method NFormControl::isRendered()
    Does method getControl() have been called?
isRequired
in file FormControl.php, method NFormControl::isRequired()
    Is control mandatory?
isSecured
in file HttpRequest.php, method NHttpRequest::isSecured()
    Is the request is sent via secure channel (https).
isSecured
in file IHttpRequest.php, method IHttpRequest::isSecured()
    Is the request is sent via secure channel (https).
isSent
in file IHttpResponse.php, method IHttpResponse::isSent()
    Checks if headers have been sent.
isSent
in file HttpResponse.php, method NHttpResponse::isSent()
    Checks if headers have been sent.
isSignalReceiver
in file Presenter.php, method NPresenter::isSignalReceiver()
    Checks if the signal receiver is the given one.
isStarted
in file Session.php, method NSession::isStarted()
    Has been session started?
isSubmitted
in file Form.php, method NForm::isSubmitted()
    Tells if the form was submitted.
isSubmittedBy
in file ISubmitterControl.php, method ISubmitterControl::isSubmittedBy()
    Tells if the form was submitted by this button.
isSubmittedBy
in file SubmitButton.php, method NSubmitButton::isSubmittedBy()
    Tells if the form was submitted by this button.
IStatePersistent
in file IStatePersistent.php, class IStatePersistent
    NComponent with ability to save and load its state.
ISubmitterControl
in file ISubmitterControl.php, class ISubmitterControl
    Defines method that must be implemented to allow a control to submit web form.
isValid
in file FormContainer.php, method NFormContainer::isValid()
    Is form valid?
IS_IN
in file Form.php, class constant NForm::IS_IN
    operation name
ITemplate
in file ITemplate.php, class ITemplate
    Defines template methods.
ITEMS
in file Cache.php, class constant NCache::ITEMS
    dependency
ITranslator
in file ITranslator.php, class ITranslator
    Translator adapter.
ITranslator.php
procedural page ITranslator.php
IUser
in file IUser.php, class IUser
    Authentication and authorization.
IMailer.php
procedural page IMailer.php
IAuthenticator.php
procedural page IAuthenticator.php
IAuthorizator.php
procedural page IAuthorizator.php
Identity.php
procedural page Identity.php
IIdentity.php
procedural page IIdentity.php
IPermissionAssertion.php
procedural page IPermissionAssertion.php
IResource.php
procedural page IResource.php
IRole.php
procedural page IRole.php
IFileTemplate.php
procedural page IFileTemplate.php
ITemplate.php
procedural page ITemplate.php
IHttpRequest.php
procedural page IHttpRequest.php
IHttpResponse.php
procedural page IHttpResponse.php
IUser.php
procedural page IUser.php
top

j

JsonResponse.php
procedural page JsonResponse.php
javascript
in file InstantClientScript.php, method NInstantClientScript::javascript()
JPEG
in file Image.php, class constant NImage::JPEG
top

k

$keySeparator
in file ConfigAdapterIni.php, variable NConfigAdapterIni::$keySeparator
top

l

$label
in file FormControl.php, variable NFormControl::$label
$list
in file NetteLoader.php, variable NNetteLoader::$list
Link.php
procedural page Link.php
LAB
in file Environment.php, class constant NEnvironment::LAB
    environment name
lastModified
in file Presenter.php, method NPresenter::lastModified()
    Attempts to cache the sent entity by its last modification date
LatteFilter
in file LatteFilter.php, class LatteFilter
    Compile-time filter Latte.
LatteMacros
in file LatteMacros.php, class LatteMacros
    Default macros for filter LatteFilter.
lazyLink
in file PresenterComponent.php, method NPresenterComponent::lazyLink()
    Returns destination as NLink object.
LENGTH
in file Form.php, class constant NForm::LENGTH
    operation name
LINE_LENGTH
in file MailMimePart.php, class constant NMailMimePart::LINE_LENGTH
link
in file PresenterComponent.php, method NPresenterComponent::link()
    Generates URL to presenter, action or signal.
load
in file LimitedScope.php, method NLimitedScope::load()
    Includes script in a limited scope.
load
in file AutoLoader.php, method NAutoLoader::load()
    Try to load the requested class.
load
in file IConfigAdapter.php, method IConfigAdapter::load()
    Reads configuration from file.
load
in file ConfigAdapterXml.php, method NConfigAdapterXml::load()
    Reads configuration from XML file.
load
in file ConfigAdapterIni.php, method NConfigAdapterIni::load()
    Reads configuration from INI file.
loadConfig
in file Environment.php, method NEnvironment::loadConfig()
    Loads global configuration from file and process it.
loadConfig
in file Configurator.php, method NConfigurator::loadConfig()
    Loads global configuration from file and process it.
loader
in file TemplateHelpers.php, method NTemplateHelpers::loader()
    Try to load the requested helper.
loader.php
procedural page loader.php
LimitedScope.php
procedural page LimitedScope.php
loadHttpData
in file RepeaterControl.php, method NRepeaterControl::loadHttpData()
    Load HTTP data.
loadHttpData
in file FormControl.php, method NFormControl::loadHttpData()
    Loads HTTP data.
loadHttpData
in file IFormControl.php, method IFormControl::loadHttpData()
    Loads HTTP data.
loadHttpData
in file ImageButton.php, method NImageButton::loadHttpData()
    Loads HTTP data.
loadState
in file PresenterComponent.php, method NPresenterComponent::loadState()
    Loads state informations.
loadState
in file IStatePersistent.php, method IStatePersistent::loadState()
    Loads state informations.
LOG
in file Debug.php, class constant NDebug::LOG
    FirePHP log priority
lookup
in file Component.php, method NComponent::lookup()
    Lookup hierarchy for component specified by class or interface name.
lookupPath
in file Component.php, method NComponent::lookupPath()
    Lookup for component specified by class or interface name. Returns backtrace path.
LOW
in file Mail.php, class constant NMail::LOW
    Priority
lower
in file String.php, method NString::lower()
    Convert to lower case.
LatteFilter.php
procedural page LatteFilter.php
LatteMacros.php
procedural page LatteMacros.php
top

m

$macros
in file LatteMacros.php, variable LatteMacros::$macros
$mailer
in file Debug.php, variable NDebug::$mailer
$maxDepth
in file Debug.php, variable NDebug::$maxDepth
$maxLen
in file Debug.php, variable NDebug::$maxLen
$maxLoop
in file Application.php, variable NApplication::$maxLoop
$memcache
in file MemcachedStorage.php, variable NMemcachedStorage::$memcache
$message
in file Rule.php, variable NRule::$message
$metadata
in file Route.php, variable NRoute::$metadata
$module
in file SimpleRouter.php, variable NSimpleRouter::$module
MultiRouter.php
procedural page MultiRouter.php
MemcachedStorage.php
procedural page MemcachedStorage.php
MultiSelectBox.php
procedural page MultiSelectBox.php
macro
in file LatteMacros.php, method LatteMacros::macro()
    Process {macro content | modifiers}
Mail.php
procedural page Mail.php
MailMimePart.php
procedural page MailMimePart.php
MANUAL
in file User.php, class constant NUser::MANUAL
    sign-out reason NUser::getSignOutReason()
match
in file IRouter.php, method IRouter::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.
match
in file Route.php, method NRoute::match()
    Maps HTTP request to a NPresenterRequest object.
match
in file SimpleRouter.php, method NSimpleRouter::match()
    Maps HTTP request to a NPresenterRequest object.
MAX_FILE_SIZE
in file Form.php, class constant NForm::MAX_FILE_SIZE
    operation name
MAX_LENGTH
in file Form.php, class constant NForm::MAX_LENGTH
    operation name
MemberAccessException
in file exceptions.php, class MemberAccessException
    The exception that is thrown when accessing a class member (property or method) fails.
mergeTree
in file ArrayTools.php, method NArrayTools::mergeTree()
    Recursively appends elements of remaining keys from the second array to the first.
META_CALLBACKS
in file FileStorage.php, class constant NFileStorage::META_CALLBACKS
    internal cache file structure
META_CALLBACKS
in file MemcachedStorage.php, class constant NMemcachedStorage::META_CALLBACKS
    internal cache structure
META_DATA
in file MemcachedStorage.php, class constant NMemcachedStorage::META_DATA
    internal cache structure
META_DELTA
in file MemcachedStorage.php, class constant NMemcachedStorage::META_DELTA
    internal cache structure
META_DELTA
in file FileStorage.php, class constant NFileStorage::META_DELTA
    internal cache file structure
META_EXPIRE
in file FileStorage.php, class constant NFileStorage::META_EXPIRE
    internal cache file structure
META_HEADER_LEN
in file FileStorage.php, class constant NFileStorage::META_HEADER_LEN
    internal cache file structure
META_ITEMS
in file FileStorage.php, class constant NFileStorage::META_ITEMS
    internal cache file structure
META_PRIORITY
in file FileStorage.php, class constant NFileStorage::META_PRIORITY
    internal cache file structure
META_SERIALIZED
in file FileStorage.php, class constant NFileStorage::META_SERIALIZED
    internal cache file structure
META_TAGS
in file FileStorage.php, class constant NFileStorage::META_TAGS
    internal cache file structure
META_TIME
in file FileStorage.php, class constant NFileStorage::META_TIME
    internal cache file structure
MIME_TYPE
in file Form.php, class constant NForm::MIME_TYPE
    operation name
MINUTE
in file Tools.php, class constant NTools::MINUTE
    minute in seconds
MIN_LENGTH
in file Form.php, class constant NForm::MIN_LENGTH
    operation name
mkDirRecursive
in file Ftp.php, method NFtp::mkDirRecursive()
    Recursive creates directories.
MODULE_KEY
in file SimpleRouter.php, class constant NSimpleRouter::MODULE_KEY
MODULE_KEY
in file Route.php, class constant NRoute::MODULE_KEY
monitor
in file Component.php, method NComponent::monitor()
    Starts monitoring.
MONTH
in file Tools.php, class constant NTools::MONTH
    average month in seconds
MOREDATA
in file Ftp.php, class constant NFtp::MOREDATA
    FTP constant alias
move
in file HttpUploadedFile.php, method NHttpUploadedFile::move()
    Move uploaded file to new location.
top

n

NetteLoader.php
procedural page NetteLoader.php
NAbortException
in file AbortException.php, class NAbortException
    The exception that is thrown when user attempts to terminate the current presenter or application.
NAmbiguousServiceException
in file ServiceLocator.php, class NAmbiguousServiceException
    Ambiguous service resolution exception.
NAME
in file Framework.php, class constant NFramework::NAME
    Nette Framework version identification
NAMESPACE_SEPARATOR
in file Cache.php, class constant NCache::NAMESPACE_SEPARATOR
NAME_SEPARATOR
in file IComponent.php, class constant IComponent::NAME_SEPARATOR
    Separator for component names in path concatenation.
NAnnotations
in file Annotations.php, class NAnnotations
    NAnnotations support for PHP.
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.
NArrayList
in file ArrayList.php, class NArrayList
    Provides the base class for a generic list (items can be accessed by index).
NArrayTools
in file ArrayTools.php, class NArrayTools
    Array tools library.
NAuthenticationException
in file AuthenticationException.php, class NAuthenticationException
    Authentication exception.
NAutoLoader
in file AutoLoader.php, class NAutoLoader
    Auto loader is responsible for loading classes and interfaces.
NBadRequestException
in file BadRequestException.php, class NBadRequestException
    Bad HTTP / presenter request exception.
NBadSignalException
in file BadSignalException.php, class NBadSignalException
    Signal exception.
NBaseTemplate
in file BaseTemplate.php, class NBaseTemplate
    NTemplate.
NButton
in file Button.php, class NButton
    Push button control with no default behavior.
NCache
in file Cache.php, class NCache
    Implements the cache for a application.
NCachingHelper
in file CachingHelper.php, class NCachingHelper
    Caching template helper.
NCheckbox
in file Checkbox.php, class NCheckbox
    Check box control. Allows the user to select a true or false condition.
NCliRouter
in file CliRouter.php, class NCliRouter
    The unidirectional router for CLI. (experimental)
NCollection
in file Collection.php, class NCollection
    SPL ArrayObject customization.
NComponent
in file Component.php, class NComponent
    NComponent is the base class for all components.
NComponentContainer
in file ComponentContainer.php, class NComponentContainer
    NComponentContainer is default implementation of IComponentContainer.
NConfig
in file Config.php, class NConfig
    Configuration storage.
NConfigAdapterIni
in file ConfigAdapterIni.php, class NConfigAdapterIni
    Reading and writing INI files.
NConfigAdapterXml
in file ConfigAdapterXml.php, class NConfigAdapterXml
    Reading and writing XML files.
NConfigurator
in file Configurator.php, class NConfigurator
    NEnvironment helper.
NControl
in file Control.php, class NControl
    NControl is renderable component.
NConventionalRenderer
in file ConventionalRenderer.php, class NConventionalRenderer
    Converts a NForm into the HTML output.
NCurlyBracketsFilter
in file LatteFilter.php, class NCurlyBracketsFilter
NCurlyBracketsMacros
in file LatteFilter.php, class NCurlyBracketsMacros
    Default macros for filter LatteFilter.
NDebug
in file Debug.php, class NDebug
    NDebug static class.
NDownloadResponse
in file DownloadResponse.php, class NDownloadResponse
    File download response.
NDummyStorage
in file DummyStorage.php, class NDummyStorage
    NCache dummy storage.
NEnvironment
in file Environment.php, class NEnvironment
    Nette environment and configuration.
netteLinks
in file TemplateFilters.php, method NTemplateFilters::netteLinks()
    Filter netteLinks: translates links "nette:...".
next
in file SmartCachingIterator.php, method NSmartCachingIterator::next()
    Forwards to the next element.
NFileStorage
in file FileStorage.php, class NFileStorage
    NCache file storage.
NFileUpload
in file FileUpload.php, class NFileUpload
    Text box and browse button that allow users to select a file to upload to the server.
NForm
in file Form.php, class NForm
    Creates, validates and renders HTML forms.
NFormContainer
in file FormContainer.php, class NFormContainer
    Container for form controls.
NFormControl
in file FormControl.php, class NFormControl
    Base class that implements the basic functionality common to form controls.
NFormGroup
in file FormGroup.php, class NFormGroup
    A user group of form controls.
NForwardingResponse
in file ForwardingResponse.php, class NForwardingResponse
    Forwards to new request.
NFramework
in file Framework.php, class NFramework
    The Nette Framework.
NFreezableObject
in file FreezableObject.php, class NFreezableObject
    Defines an object that has a modifiable state and a read-only (frozen) state.
NFtp
in file Ftp.php, class NFtp
    Access to a FTP server.
NFtpException
in file Ftp.php, class NFtpException
    FTP server exception.
NHashtable
in file Hashtable.php, class NHashtable
    Provides the base class for a generic collection of keys and values.
NHiddenField
in file HiddenField.php, class NHiddenField
    Hidden form control used to store a non-displayed value.
NHtml
in file Html.php, class NHtml
    HTML helper.
NHttpRequest
in file HttpRequest.php, class NHttpRequest
    NHttpRequest provides access scheme for request sent via HTTP.
NHttpResponse
in file HttpResponse.php, class NHttpResponse
    NHttpResponse class.
NHttpUploadedFile
in file HttpUploadedFile.php, class NHttpUploadedFile
    Provides access to individual files that have been uploaded by a client.
NIdentity
in file Identity.php, class NIdentity
    Default implementation of IIdentity.
NImage
in file Image.php, class NImage
    Basic manipulation with images.
NImageButton
in file ImageButton.php, class NImageButton
    Submittable image button form control.
NImageMagick
in file ImageMagick.php, class NImageMagick
    Manipulation with large images using NImageMagick.
NInstanceFilterIterator
in file InstanceFilterIterator.php, class NInstanceFilterIterator
    Instance iterator filter.
NInstantClientScript
in file InstantClientScript.php, class NInstantClientScript
    Instant validation JavaScript generator.
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.
NKeyNotFoundException
in file Hashtable.php, class NKeyNotFoundException
    The exception that is thrown when the key specified for accessing an element in a collection does not match any key.
NLimitedScope
in file LimitedScope.php, class NLimitedScope
    Limited scope for PHP code evaluation and script including.
NLink
in file Link.php, class NLink
    Lazy encapsulation of NPresenterComponent::link().
NMail
in file Mail.php, class NMail
    NMail provides functionality to compose and send both text and MIME-compliant multipart e-mail messages.
NMailMimePart
in file MailMimePart.php, class NMailMimePart
    MIME message part.
NMemcachedStorage
in file MemcachedStorage.php, class NMemcachedStorage
    Memcached storage.
NMultiRouter
in file MultiRouter.php, class NMultiRouter
    The router broker.
NMultiSelectBox
in file MultiSelectBox.php, class NMultiSelectBox
    Select box control that allows multiple item selection.
NNetteLoader
in file NetteLoader.php, class NNetteLoader
    Nette auto loader is responsible for loading Nette classes and interfaces.
NObject
in file Object.php, class NObject
    NObject is the ultimate ancestor of all instantiable classes.
NObjectMixin
in file ObjectMixin.php, class NObjectMixin
    NObject behaviour mixin.
NORMAL
in file Mail.php, class constant NMail::NORMAL
    Priority
normalize
in file String.php, method NString::normalize()
    Removes special controls characters and normalizes line endings and spaces.
notifyRule
in file FormControl.php, method NFormControl::notifyRule()
    New rule or condition notification callback.
notifyRule
in file TextInput.php, method NTextInput::notifyRule()
notifyRule
in file TextBase.php, method NTextBase::notifyRule()
NotImplementedException
in file exceptions.php, class NotImplementedException
    The exception that is thrown when a requested method or operation is not implemented.
NotSupportedException
in file exceptions.php, class NotSupportedException
    The exception that is thrown when an invoked method is not supported. For scenarios where it is sometimes possible to perform the requested operation, see InvalidStateException.
NOT_APPROVED
in file IAuthenticator.php, class constant IAuthenticator::NOT_APPROVED
    Exception error code
NPaginator
in file Paginator.php, class NPaginator
    Paginating math.
NPermission
in file Permission.php, class NPermission
    Access control list (ACL) functionality and privileges management.
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.
NRadioList
in file RadioList.php, class NRadioList
    NSet of radio button controls.
NRecursiveComponentIterator
in file ComponentContainer.php, class NRecursiveComponentIterator
    Recursive component iterator. See NComponentContainer::getComponents().
NRecursiveHtmlIterator
in file Html.php, class NRecursiveHtmlIterator
    Recursive HTML element iterator. See NHtml::getIterator().
NRedirectingResponse
in file RedirectingResponse.php, class NRedirectingResponse
    Redirects to new request.
NRenderResponse
in file RenderResponse.php, class NRenderResponse
    Rendering presenter response.
NRepeaterControl
in file RepeaterControl.php, class NRepeaterControl
    A control that repeats a specified prototype for each item in the list.
NRobotLoader
in file RobotLoader.php, class NRobotLoader
    Nette auto loader is responsible for loading classes and interfaces.
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.
NRule
in file Rule.php, class NRule
    Single validation rule or condition represented as value object.
NRules
in file Rules.php, class NRules
    List of validation & condition rules.
NSafeStream
in file SafeStream.php, class NSafeStream
    Thread safe / atomic file manipulation. Stream safe://
NSelectBox
in file SelectBox.php, class NSelectBox
    Select box control that allows single item selection.
NSendmailMailer
in file SendmailMailer.php, class NSendmailMailer
    Sends e-mails via the PHP internal mail() function.
NServiceLocator
in file ServiceLocator.php, class NServiceLocator
    Service locator pattern implementation.
NSession
in file Session.php, class NSession
    Provides access to session namespaces as well as session settings and management methods.
NSessionNamespace
in file SessionNamespace.php, class NSessionNamespace
    NSession namespace for NSession.
NSet
in file Set.php, class NSet
    Provides the base class for a collection that contains no duplicate elements.
NSimpleAuthenticator
in file SimpleAuthenticator.php, class NSimpleAuthenticator
    Trivial implementation of IAuthenticator.
NSimpleLoader
in file SimpleLoader.php, class NSimpleLoader
    Auto loader is responsible for loading classes and interfaces.
NSimpleRouter
in file SimpleRouter.php, class NSimpleRouter
    The bidirectional route for trivial routing via query string.
NSmartCachingIterator
in file SmartCachingIterator.php, class NSmartCachingIterator
    Smarter caching interator.
NSnippetHelper
in file SnippetHelper.php, class NSnippetHelper
    NControl snippet template helper.
NString
in file String.php, class NString
    NString tools library.
NSubmitButton
in file SubmitButton.php, class NSubmitButton
    Submittable button control.
NTemplate
in file Template.php, class NTemplate
    NTemplate stored in file.
NTemplateCacheStorage
in file TemplateCacheStorage.php, class NTemplateCacheStorage
    NTemplate cache storage.
NTemplateFilters
in file TemplateFilters.php, class NTemplateFilters
    Standard template compile-time filters shipped with Nette Framework.
NTemplateHelpers
in file TemplateHelpers.php, class NTemplateHelpers
    Standard template run-time helpers shipped with Nette Framework.
NTextArea
in file TextArea.php, class NTextArea
    Multiline text input control.
NTextBase
in file TextBase.php, class NTextBase
    Implements the basic functionality common to text input controls.
NTextInput
in file TextInput.php, class NTextInput
    Single line text input control.
NTools
in file Tools.php, class NTools
    NTools library.
null
in file TemplateHelpers.php, method NTemplateHelpers::null()
    /dev/null.
NUMERIC
in file Form.php, class constant NForm::NUMERIC
    operation name
NUri
in file Uri.php, class NUri
    URI Syntax (RFC 3986).
NUriScript
in file UriScript.php, class NUriScript
    Extended HTTP URL.
NUser
in file User.php, class NUser
    Authentication and authorization.
NUserClientScript
in file UserClientScript.php, class NUserClientScript
    NUser validation JavaScript generator.
top

o

$oldLayoutMode
in file Presenter.php, variable NPresenter::$oldLayoutMode
$onAuthenticated
in file User.php, variable NUser::$onAuthenticated
$onClick
in file SubmitButton.php, variable NSubmitButton::$onClick
$onError
in file Application.php, variable NApplication::$onError
$onFatalError
in file Debug.php, variable NDebug::$onFatalError
$onInvalidClick
in file SubmitButton.php, variable NSubmitButton::$onInvalidClick
$onInvalidSubmit
in file Form.php, variable NForm::$onInvalidSubmit
$onPrepareFilters
in file BaseTemplate.php, variable NBaseTemplate::$onPrepareFilters
$onRequest
in file Application.php, variable NApplication::$onRequest
$onShutdown
in file Application.php, variable NApplication::$onShutdown
$onShutdown
in file Presenter.php, variable NPresenter::$onShutdown
$onSignedOut
in file User.php, variable NUser::$onSignedOut
$onStartup
in file Application.php, variable NApplication::$onStartup
$onSubmit
in file Form.php, variable NForm::$onSubmit
$operation
in file Rule.php, variable NRule::$operation
$originalUri
in file HttpRequest.php, variable NHttpRequest::$originalUri
$outputAllowed
in file SnippetHelper.php, variable NSnippetHelper::$outputAllowed
Object.php
procedural page Object.php
ObjectMixin.php
procedural page ObjectMixin.php
offsetExists
in file PresenterComponent.php, method NPresenterComponent::offsetExists()
    Does component specified by name exists?
offsetExists
in file Html.php, method NHtml::offsetExists()
    Exists child node? (\ArrayAccess implementation).
offsetExists
in file FormContainer.php, method NFormContainer::offsetExists()
    Does component specified by name exists?
offsetExists
in file Set.php, method NSet::offsetExists()
    Not supported.
offsetExists
in file ArrayList.php, method NArrayList::offsetExists()
    Exists item? (\ArrayAccess implementation).
offsetExists
in file SessionNamespace.php, method NSessionNamespace::offsetExists()
    Determines whether a variable in this session namespace is set.
offsetExists
in file Hashtable.php, method NHashtable::offsetExists()
    Exists item? (\ArrayAccess implementation).
offsetExists
in file Cache.php, method NCache::offsetExists()
    Exists item in cache? (\ArrayAccess implementation).
offsetGet
in file SessionNamespace.php, method NSessionNamespace::offsetGet()
    Gets a variable from this session namespace.
offsetGet
in file PresenterComponent.php, method NPresenterComponent::offsetGet()
    Returns component specified by name. Throws exception if component doesn't exist.
offsetGet
in file Set.php, method NSet::offsetGet()
    Not supported.
offsetGet
in file Html.php, method NHtml::offsetGet()
    Returns child node (\ArrayAccess implementation).
offsetGet
in file Cache.php, method NCache::offsetGet()
    Retrieves the specified item from the cache or NULL if the key is not found (\ArrayAccess implementation).
offsetGet
in file ArrayList.php, method NArrayList::offsetGet()
    Returns item (\ArrayAccess implementation).
offsetGet
in file Hashtable.php, method NHashtable::offsetGet()
    Returns item (\ArrayAccess implementation).
offsetGet
in file FormContainer.php, method NFormContainer::offsetGet()
    Returns component specified by name. Throws exception if component doesn't exist.
offsetSet
in file Html.php, method NHtml::offsetSet()
    Inserts (replaces) child node (\ArrayAccess implementation).
offsetSet
in file SessionNamespace.php, method NSessionNamespace::offsetSet()
    Sets a variable in this session namespace.
offsetSet
in file Hashtable.php, method NHashtable::offsetSet()
    Inserts (replaces) item (\ArrayAccess implementation).
offsetSet
in file Cache.php, method NCache::offsetSet()
    Inserts (replaces) item into the cache (\ArrayAccess implementation).
offsetSet
in file Set.php, method NSet::offsetSet()
    Not supported (only appending).
offsetSet
in file FormContainer.php, method NFormContainer::offsetSet()
    Adds the component to the container.
offsetSet
in file ArrayList.php, method NArrayList::offsetSet()
    Replaces (or appends) the item (\ArrayAccess implementation).
offsetSet
in file PresenterComponent.php, method NPresenterComponent::offsetSet()
    Adds the component to the container.
offsetUnset
in file Html.php, method NHtml::offsetUnset()
    Removes child node (\ArrayAccess implementation).
offsetUnset
in file Set.php, method NSet::offsetUnset()
    Not supported.
offsetUnset
in file ArrayList.php, method NArrayList::offsetUnset()
    Removes the element at the specified position in this list.
offsetUnset
in file SessionNamespace.php, method NSessionNamespace::offsetUnset()
    Unsets a variable in this session namespace.
offsetUnset
in file PresenterComponent.php, method NPresenterComponent::offsetUnset()
    Removes component from the container. Throws exception if component doesn't exist.
offsetUnset
in file FormContainer.php, method NFormContainer::offsetUnset()
    Removes component from the container. Throws exception if component doesn't exist.
offsetUnset
in file Cache.php, method NCache::offsetUnset()
    Removes the specified item from the cache.
offsetUnset
in file Hashtable.php, method NHashtable::offsetUnset()
    Removes the element at the specified position in this list.
ONE_WAY
in file IRouter.php, class constant IRouter::ONE_WAY
    flag
optimizePhp
in file BaseTemplate.php, method NBaseTemplate::optimizePhp()
    Removes unnecessary blocks of PHP code.
top

p

$params
in file PresenterComponent.php, variable NPresenterComponent::$params
$path
in file ImageMagick.php, variable NImageMagick::$path
$post
in file HttpRequest.php, variable NHttpRequest::$post
$prefix
in file MemcachedStorage.php, variable NMemcachedStorage::$prefix
$productionMode
in file Debug.php, variable NDebug::$productionMode
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
profiler.phtml
procedural page profiler.phtml
PACKAGE
in file Framework.php, class constant NFramework::PACKAGE
    Nette Framework version identification
Paginator.php
procedural page Paginator.php
PASSWORD
in file IAuthenticator.php, class constant IAuthenticator::PASSWORD
    Credential key
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
PERFORMANCE
in file Environment.php, class constant NEnvironment::PERFORMANCE
    mode name
PERMANENT
in file IHttpResponse.php, class constant IHttpResponse::PERMANENT
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()
place
in file Image.php, method NImage::place()
    Puts another image into this image.
PNG
in file Image.php, class constant NImage::PNG
popGlobalParams
in file Presenter.php, method NPresenter::popGlobalParams()
    Pops parameters for specified component.
POST
in file IHttpRequest.php, class constant IHttpRequest::POST
    HTTP request method
POST
in file Form.php, class constant NForm::POST
    method
PRESENTER_KEY
in file Route.php, class constant NRoute::PRESENTER_KEY
PRESENTER_KEY
in file CliRouter.php, class constant NCliRouter::PRESENTER_KEY
PRESENTER_KEY
in file SimpleRouter.php, class constant NSimpleRouter::PRESENTER_KEY
PRIORITY
in file Cache.php, class constant NCache::PRIORITY
    dependency
processException
in file Debug.php, method NDebug::processException()
    Logs or displays exception.
processHttpRequest
in file Form.php, method NForm::processHttpRequest()
processSignal
in file Presenter.php, method NPresenter::processSignal()
PRODUCTION
in file Debug.php, class constant NDebug::PRODUCTION
    server modes NDebug::enable()
PRODUCTION
in file Environment.php, class constant NEnvironment::PRODUCTION
    environment name
promo
in file Framework.php, method NFramework::promo()
    Nette Framework promotion.
PROTECTOR_ID
in file Form.php, class constant NForm::PROTECTOR_ID
    protection token ID
PROTOCOL
in file SafeStream.php, class constant NSafeStream::PROTOCOL
    Name of stream protocol - safe://
PUT
in file IHttpRequest.php, class constant IHttpRequest::PUT
    HTTP request method
Permission.php
procedural page Permission.php
top

q

$query
in file HttpRequest.php, variable NHttpRequest::$query
top

r

$rawSection
in file ConfigAdapterIni.php, variable NConfigAdapterIni::$rawSection
$repeatCount
in file RepeaterControl.php, variable NRepeaterControl::$repeatCount
$repeatMax
in file RepeaterControl.php, variable NRepeaterControl::$repeatMax
$repeatMin
in file RepeaterControl.php, variable NRepeaterControl::$repeatMin
RedirectingResponse.php
procedural page RedirectingResponse.php
RenderResponse.php
procedural page RenderResponse.php
Route.php
procedural page Route.php
RadioList.php
procedural page RadioList.php
RepeaterControl.php
procedural page RepeaterControl.php
Rule.php
procedural page Rule.php
Rules.php
procedural page Rules.php
RobotLoader.php
procedural page RobotLoader.php
RANGE
in file Form.php, class constant NForm::RANGE
    operation name
read
in file ICacheStorage.php, method ICacheStorage::read()
    Read from cache.
read
in file MemcachedStorage.php, method NMemcachedStorage::read()
    Read from cache.
read
in file DummyStorage.php, method NDummyStorage::read()
    Read from cache.
read
in file FileStorage.php, method NFileStorage::read()
    Read from cache.
readData
in file FileStorage.php, method NFileStorage::readData()
    Reads cache data from disk and closes cache file handle.
readData
in file TemplateCacheStorage.php, method NTemplateCacheStorage::readData()
    Reads cache data from disk.
readMeta
in file FileStorage.php, method NFileStorage::readMeta()
    Reads cache data from disk.
READONLY
in file Config.php, class constant NConfig::READONLY
    flag
rebuild
in file RobotLoader.php, method NRobotLoader::rebuild()
    Rebuilds class list cache.
receiveHttpData
in file Form.php, method NForm::receiveHttpData()
    Internal: receives submitted HTTP data.
receiveHttpData
in file AppForm.php, method NAppForm::receiveHttpData()
    Internal: receives submitted HTTP data.
reconnect
in file Ftp.php, method NFtp::reconnect()
    Reconnects to FTP server.
redirect
in file HttpResponse.php, method NHttpResponse::redirect()
    Redirects to a new URL. Note: call exit() after it.
redirect
in file IHttpResponse.php, method IHttpResponse::redirect()
    Redirects to a new URL.
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.
REFRESH
in file Cache.php, class constant NCache::REFRESH
regenerateId
in file Session.php, method NSession::regenerateId()
    Regenerates the session ID.
REGEXP
in file Form.php, class constant NForm::REGEXP
    operation name
register
in file RobotLoader.php, method NRobotLoader::register()
    Register autoloader.
register
in file AutoLoader.php, method NAutoLoader::register()
    Register autoloader.
register
in file SafeStream.php, method NSafeStream::register()
    Registers protocol 'safe://'.
registerExtension
in file Config.php, method NConfig::registerExtension()
    Registers adapter for given file extension.
registerFilter
in file BaseTemplate.php, method NBaseTemplate::registerFilter()
    Registers callback as template compile-time filter.
registerHelper
in file BaseTemplate.php, method NBaseTemplate::registerHelper()
    Registers callback as template run-time helper.
registerHelperLoader
in file BaseTemplate.php, method NBaseTemplate::registerHelperLoader()
    Registers callback as template run-time helpers loader.
RELATIVE
in file Route.php, class constant NRoute::RELATIVE
    uri type
relativeLinks
in file TemplateFilters.php, method NTemplateFilters::relativeLinks()
    Filter relativeLinks: prepends root to relative links.
release
in file Cache.php, method NCache::release()
    Discards the internal cache.
remove
in file DummyStorage.php, method NDummyStorage::remove()
    Removes item from the cache.
remove
in file ICollection.php, method ICollection::remove()
remove
in file ICacheStorage.php, method ICacheStorage::remove()
    Removes item from the cache.
remove
in file FileStorage.php, method NFileStorage::remove()
    Removes item from the cache.
remove
in file Collection.php, method NCollection::remove()
    Removes the first occurrence of the specified element.
remove
in file MemcachedStorage.php, method NMemcachedStorage::remove()
    Removes item from the cache.
remove
in file ArrayList.php, method NArrayList::remove()
    Removes the first occurrence of the specified element.
remove
in file SessionNamespace.php, method NSessionNamespace::remove()
    Cancels the current session namespace.
removeAllow
in file Permission.php, method NPermission::removeAllow()
    Removes "allow" permissions from the list. The rule is removed only in the context of the given Roles, Resources, and privileges. Existing rules to which the remove operation does not apply would remain in the
removeAllResources
in file Permission.php, method NPermission::removeAllResources()
    Removes all Resources.
removeAllRoles
in file Permission.php, method NPermission::removeAllRoles()
    Removes all Roles from the list.
removeChildren
in file Html.php, method NHtml::removeChildren()
    Removed all children.
removeComponent
in file IComponentContainer.php, method IComponentContainer::removeComponent()
    Removes a component from the IComponentContainer.
removeComponent
in file ComponentContainer.php, method NComponentContainer::removeComponent()
    Removes a component from the IComponentContainer.
removeDeny
in file Permission.php, method NPermission::removeDeny()
    Removes "deny" restrictions from the list. The rule is removed only in the context of the given Roles, Resources, and privileges. Existing rules to which the remove operation does not apply would remain in the
removeExpiration
in file SessionNamespace.php, method NSessionNamespace::removeExpiration()
    Removes the expiration from the namespace or specific variables.
removeGroup
in file Form.php, method NForm::removeGroup()
    Removes fieldset group from form.
removePhp
in file TemplateFilters.php, method NTemplateFilters::removePhp()
    Filters out PHP code.
removeResource
in file Permission.php, method NPermission::removeResource()
    Removes a Resource and all of its children.
removeRole
in file Permission.php, method NPermission::removeRole()
    Removes the Role from the list.
removeService
in file ServiceLocator.php, method NServiceLocator::removeService()
    Removes the specified service type from the service container.
removeService
in file IServiceLocator.php, method IServiceLocator::removeService()
    Removes the specified service type from the service container.
render
in file ITemplate.php, method ITemplate::render()
    Renders template to output.
render
in file ConventionalRenderer.php, method NConventionalRenderer::render()
    Provides complete form rendering.
render
in file Template.php, method NTemplate::render()
    Renders template to output.
render
in file IFormRenderer.php, method IFormRenderer::render()
    Provides complete form rendering.
render
in file Html.php, method NHtml::render()
    Renders element's start tag, content and end tag.
render
in file BaseTemplate.php, method NBaseTemplate::render()
    Renders template to output.
render
in file Form.php, method NForm::render()
    Renders form.
renderBegin
in file ConventionalRenderer.php, method NConventionalRenderer::renderBegin()
    Renders form begin.
renderBody
in file ConventionalRenderer.php, method NConventionalRenderer::renderBody()
    Renders form body.
renderClientScript
in file InstantClientScript.php, method NInstantClientScript::renderClientScript()
    Generates the client side validation script.
renderClientScript
in file UserClientScript.php, method NUserClientScript::renderClientScript()
    Generates the client side validation script.
renderControl
in file ConventionalRenderer.php, method NConventionalRenderer::renderControl()
    Renders 'control' part of visual row of controls.
renderControls
in file ConventionalRenderer.php, method NConventionalRenderer::renderControls()
    Renders group of controls.
renderEnd
in file ConventionalRenderer.php, method NConventionalRenderer::renderEnd()
    Renders form end.
renderErrors
in file ConventionalRenderer.php, method NConventionalRenderer::renderErrors()
    Renders validation errors (per form or per control).
renderLabel
in file ConventionalRenderer.php, method NConventionalRenderer::renderLabel()
    Renders 'label' part of visual row of controls.
renderPair
in file ConventionalRenderer.php, method NConventionalRenderer::renderPair()
    Renders single visual row.
renderPairMulti
in file ConventionalRenderer.php, method NConventionalRenderer::renderPairMulti()
    Renders single visual row of multiple controls.
renderTemplate
in file Presenter.php, method NPresenter::renderTemplate()
resize
in file Image.php, method NImage::resize()
    Resizes image.
resize
in file ImageMagick.php, method NImageMagick::resize()
    Resizes image.
resourceInheritsFrom
in file Permission.php, method NPermission::resourceInheritsFrom()
    Returns TRUE if $resource inherits from $inherit.
RESTORED
in file PresenterRequest.php, class constant NPresenterRequest::RESTORED
    flag
restoreRequest
in file Application.php, method NApplication::restoreRequest()
    Restores current request to session.
REVISION
in file Framework.php, class constant NFramework::REVISION
    Nette Framework version identification
rewind
in file SmartCachingIterator.php, method NSmartCachingIterator::rewind()
    Rewinds the Iterator.
RE_IDENTIFIER
in file LatteFilter.php, class constant LatteFilter::RE_IDENTIFIER
    PHP identifier
RE_STRING
in file LatteFilter.php, class constant LatteFilter::RE_STRING
    single & double quoted PHP string
rgb
in file Image.php, method NImage::rgb()
    Returns RGB color.
roleInheritsFrom
in file Permission.php, method NPermission::roleInheritsFrom()
    Returns TRUE if $role inherits from $inherit.
run
in file IPresenter.php, method IPresenter::run()
run
in file Application.php, method NApplication::run()
    Dispatch a HTTP request to a front controller.
run
in file Presenter.php, method NPresenter::run()
top

s

$scanDirs
in file RobotLoader.php, variable NRobotLoader::$scanDirs
$sectionSeparator
in file ConfigAdapterIni.php, variable NConfigAdapterIni::$sectionSeparator
$separator
in file RadioList.php, variable NRadioList::$separator
$showLocation
in file Debug.php, variable NDebug::$showLocation
$strictMode
in file Debug.php, variable NDebug::$strictMode
$styles
in file Route.php, variable NRoute::$styles
$subRules
in file Rule.php, variable NRule::$subRules
SimpleRouter.php
procedural page SimpleRouter.php
Set.php
procedural page Set.php
SelectBox.php
procedural page SelectBox.php
SubmitButton.php
procedural page SubmitButton.php
SafeStream.php
procedural page SafeStream.php
SimpleLoader.php
procedural page SimpleLoader.php
SendmailMailer.php
procedural page SendmailMailer.php
S200_OK
in file IHttpResponse.php, class constant IHttpResponse::S200_OK
    HTTP 1.1 response code
S204_NO_CONTENT
in file IHttpResponse.php, class constant IHttpResponse::S204_NO_CONTENT
    HTTP 1.1 response code
S300_MULTIPLE_CHOICES
in file IHttpResponse.php, class constant IHttpResponse::S300_MULTIPLE_CHOICES
    HTTP 1.1 response code
S301_MOVED_PERMANENTLY
in file IHttpResponse.php, class constant IHttpResponse::S301_MOVED_PERMANENTLY
    HTTP 1.1 response code
S302_FOUND
in file IHttpResponse.php, class constant IHttpResponse::S302_FOUND
    HTTP 1.1 response code
S303_POST_GET
in file IHttpResponse.php, class constant IHttpResponse::S303_POST_GET
    HTTP 1.1 response code
S303_SEE_OTHER
in file IHttpResponse.php, class constant IHttpResponse::S303_SEE_OTHER
    HTTP 1.1 response code
S304_NOT_MODIFIED
in file IHttpResponse.php, class constant IHttpResponse::S304_NOT_MODIFIED
    HTTP 1.1 response code
S307_TEMPORARY_REDIRECT
in file IHttpResponse.php, class constant IHttpResponse::S307_TEMPORARY_REDIRECT
    HTTP 1.1 response code
S400_BAD_REQUEST
in file IHttpResponse.php, class constant IHttpResponse::S400_BAD_REQUEST
    HTTP 1.1 response code
S401_UNAUTHORIZED
in file IHttpResponse.php, class constant IHttpResponse::S401_UNAUTHORIZED
    HTTP 1.1 response code
S403_FORBIDDEN
in file IHttpResponse.php, class constant IHttpResponse::S403_FORBIDDEN
    HTTP 1.1 response code
S404_NOT_FOUND
in file IHttpResponse.php, class constant IHttpResponse::S404_NOT_FOUND
    HTTP 1.1 response code
S405_METHOD_NOT_ALLOWED
in file IHttpResponse.php, class constant IHttpResponse::S405_METHOD_NOT_ALLOWED
    HTTP 1.1 response code
S410_GONE
in file IHttpResponse.php, class constant IHttpResponse::S410_GONE
    HTTP 1.1 response code
S500_INTERNAL_SERVER_ERROR
in file IHttpResponse.php, class constant IHttpResponse::S500_INTERNAL_SERVER_ERROR
    HTTP 1.1 response code
S501_NOT_IMPLEMENTED
in file IHttpResponse.php, class constant IHttpResponse::S501_NOT_IMPLEMENTED
    HTTP 1.1 response code
S503_SERVICE_UNAVAILABLE
in file IHttpResponse.php, class constant IHttpResponse::S503_SERVICE_UNAVAILABLE
    HTTP 1.1 response code
save
in file Image.php, method NImage::save()
    Saves image to the file.
save
in file ImageMagick.php, method NImageMagick::save()
    Saves image to the file.
save
in file IConfigAdapter.php, method IConfigAdapter::save()
    Writes configuration to file.
save
in file ConfigAdapterXml.php, method NConfigAdapterXml::save()
    Write XML file.
save
in file ConfigAdapterIni.php, method NConfigAdapterIni::save()
    Write INI file.
save
in file Cache.php, method NCache::save()
    Writes item into the cache.
save
in file CachingHelper.php, method NCachingHelper::save()
    Stops and saves the cache.
save
in file Config.php, method NConfig::save()
    Save configuration to file.
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.
SCRIPT
in file Form.php, class constant NForm::SCRIPT
    operation name
search
in file IMap.php, method IMap::search()
search
in file Collection.php, method NCollection::search()
    Returns the index of the first occurrence of the specified element,.
search
in file Set.php, method NSet::search()
    Returns the index of the first occurrence of the specified element, or FALSE if this collection does not contain this element.
search
in file Hashtable.php, method NHashtable::search()
    Returns the key of the first occurrence of the specified element,.
searchKey
in file ArrayTools.php, method NArrayTools::searchKey()
    Searches the array for a given key and returns the offset if successful.
SECURED
in file PresenterRequest.php, class constant NPresenterRequest::SECURED
    flag
SECURED
in file IRouter.php, class constant IRouter::SECURED
    flag
SimpleAuthenticator.php
procedural page SimpleAuthenticator.php
send
in file IPresenterResponse.php, method IPresenterResponse::send()
    Sends response to output.
send
in file IMailer.php, method IMailer::send()
    Sends e-mail.
send
in file SendmailMailer.php, method NSendmailMailer::send()
    Sends e-mail.
send
in file Mail.php, method NMail::send()
    Sends e-mail.
send
in file RedirectingResponse.php, method NRedirectingResponse::send()
    Sends response to output.
send
in file RenderResponse.php, method NRenderResponse::send()
    Sends response to output.
send
in file Image.php, method NImage::send()
    Outputs image to browser.
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.
sendPayload
in file Presenter.php, method NPresenter::sendPayload()
    Sends AJAX payload to the output.
sendTemplate
in file Presenter.php, method NPresenter::sendTemplate()
ServiceLocator.php
procedural page ServiceLocator.php
set
in file ObjectMixin.php, method NObjectMixin::set()
    Sets value of a property.
setAction
in file Form.php, method NForm::setAction()
    Sets form's action.
setArray
in file Collection.php, method NCollection::setArray()
    Protected exchangeArray().
setAuthenticated
in file User.php, method NUser::setAuthenticated()
    Sets the authenticated status of this user.
setAuthenticationHandler
in file IUser.php, method IUser::setAuthenticationHandler()
    Sets authentication handler.
setAuthenticationHandler
in file User.php, method NUser::setAuthenticationHandler()
    Sets authentication handler.
setAuthorizationHandler
in file User.php, method NUser::setAuthorizationHandler()
    Sets authorization handler.
setAuthorizationHandler
in file IUser.php, method IUser::setAuthorizationHandler()
    Sets authorization handler.
setBase
in file Paginator.php, method NPaginator::setBase()
    Sets first page (base) number.
setBody
in file MailMimePart.php, method NMailMimePart::setBody()
    Sets textual body.
setCacheStorage
in file Template.php, method NTemplate::setCacheStorage()
    NSet cache storage.
setClientScript
in file ConventionalRenderer.php, method NConventionalRenderer::setClientScript()
    Sets JavaScript handler.
setCode
in file HttpResponse.php, method NHttpResponse::setCode()
    Sets HTTP response code.
setCode
in file IHttpResponse.php, method IHttpResponse::setCode()
    Sets HTTP response code.
setConfigurator
in file Environment.php, method NEnvironment::setConfigurator()
    Sets "class behind NEnvironment" configurator.
setContentType
in file IHttpResponse.php, method IHttpResponse::setContentType()
    Sends a Content-type HTTP header.
setContentType
in file HttpResponse.php, method NHttpResponse::setContentType()
    Sends a Content-type HTTP header.
setContentType
in file MailMimePart.php, method NMailMimePart::setContentType()
    Sets Content-Type header.
setCookie
in file IHttpResponse.php, method IHttpResponse::setCookie()
    Sends a cookie.
setCookie
in file HttpResponse.php, method NHttpResponse::setCookie()
    Sends a cookie.
setCookieParams
in file Session.php, method NSession::setCookieParams()
    Sets the session cookie parameters.
setCurrentGroup
in file FormContainer.php, method NFormContainer::setCurrentGroup()
setDefaults
in file FormContainer.php, method NFormContainer::setDefaults()
    Fill-in with default values.
setDelimiters
in file LatteFilter.php, method LatteFilter::setDelimiters()
    Changes macro delimiters.
setDisabled
in file FormControl.php, method NFormControl::setDisabled()
    Disables or enables control.
setEmptyValue
in file TextBase.php, method NTextBase::setEmptyValue()
    Sets the special value which is treated as empty string.
setEncoding
in file MailMimePart.php, method NMailMimePart::setEncoding()
    Sets Content-Transfer-Encoding header.
setEncoding
in file Form.php, method NForm::setEncoding()
    NSet the encoding for the values.
setEncoding
in file HttpRequest.php, method NHttpRequest::setEncoding()
    Recursively converts and checks encoding.
setExpiration
in file Session.php, method NSession::setExpiration()
    Sets the amount of time allowed between requests before the session will be terminated.
setExpiration
in file SessionNamespace.php, method NSessionNamespace::setExpiration()
    Sets the expiration of the namespace or specific variables.
setExpiration
in file User.php, method NUser::setExpiration()
    Enables sign out after inactivity.
setFile
in file Template.php, method NTemplate::setFile()
    Sets the path to the template file.
setFile
in file IFileTemplate.php, method IFileTemplate::setFile()
    Sets the path to the template file.
setFiles
in file PresenterRequest.php, method NPresenterRequest::setFiles()
    Sets all uploaded files.
setFlag
in file PresenterRequest.php, method NPresenterRequest::setFlag()
    Sets the flag.
setFragment
in file Uri.php, method NUri::setFragment()
    Sets the fragment part of URI.
setFrom
in file Mail.php, method NMail::setFrom()
    Sets the sender of the message.
setHandler
in file LatteFilter.php, method LatteFilter::setHandler()
    Sets a macro handler.
setHeader
in file MailMimePart.php, method NMailMimePart::setHeader()
    Sets a header.
setHeader
in file IHttpResponse.php, method IHttpResponse::setHeader()
    Sends a HTTP header and replaces a previous one.
setHeader
in file HttpResponse.php, method NHttpResponse::setHeader()
    Sends a HTTP header and replaces a previous one.
setHost
in file Uri.php, method NUri::setHost()
    Sets the host part of URI.
setHtml
in file Html.php, method NHtml::setHtml()
    Sets element's HTML content.
setHtmlBody
in file Mail.php, method NMail::setHtmlBody()
    Sets HTML body.
setHtmlId
in file FormControl.php, method NFormControl::setHtmlId()
    Changes control's HTML id.
setIdentity
in file User.php, method NUser::setIdentity()
    Sets the user identity.
setImageResource
in file Image.php, method NImage::setImageResource()
    Sets image resource.
setItemCount
in file Paginator.php, method NPaginator::setItemCount()
    Sets the total number of items.
setItems
in file RadioList.php, method NRadioList::setItems()
    Sets options from which to choose.
setItems
in file SelectBox.php, method NSelectBox::setItems()
    Sets items from which to choose.
setItemsPerPage
in file Paginator.php, method NPaginator::setItemsPerPage()
    Sets the number of items to display on a single page.
setLayout
in file Presenter.php, method NPresenter::setLayout()
    Changes or disables layout.
setMailer
in file Mail.php, method NMail::setMailer()
    Sets the mailer.
setMethod
in file Form.php, method NForm::setMethod()
    Sets form's method.
setMethod
in file PresenterRequest.php, method NPresenterRequest::setMethod()
    Sets the method.
setMode
in file Environment.php, method NEnvironment::setMode()
    Sets the mode.
setName
in file Html.php, method NHtml::setName()
    Changes element's name.
setName
in file Session.php, method NSession::setName()
    Sets the session name to a specified one.
setName
in file Identity.php, method NIdentity::setName()
    Sets the name of user.
setName
in file Environment.php, method NEnvironment::setName()
    Sets the current environment name.
setNamespace
in file IUser.php, method IUser::setNamespace()
    Changes namespace; allows more users to share a session.
setNamespace
in file User.php, method NUser::setNamespace()
    Changes namespace; allows more users to share a session.
setOption
in file FormGroup.php, method NFormGroup::setOption()
    Sets user-specific option.
setOption
in file FormControl.php, method NFormControl::setOption()
    Sets user-specific option.
setOptions
in file Session.php, method NSession::setOptions()
    Sets session options.
setPage
in file Paginator.php, method NPaginator::setPage()
    Sets current page number.
setParam
in file Link.php, method NLink::setParam()
    Changes link parameter.
setParams
in file BaseTemplate.php, method NBaseTemplate::setParams()
    Sets all parameters.
setParams
in file PresenterRequest.php, method NPresenterRequest::setParams()
    Sets variables provided to the presenter.
setParent
in file IComponent.php, method IComponent::setParent()
    Sets the parent of this component.
setParent
in file Component.php, method NComponent::setParent()
    Sets the parent of this component. This method is managed by containers and should.
setParent
in file FormControl.php, method NFormControl::setParent()
    Overloaded parent setter. This method checks for invalid control name.
setPass
in file Uri.php, method NUri::setPass()
setPassword
in file Uri.php, method NUri::setPassword()
    Sets the password part of URI.
setPasswordMode
in file TextInput.php, method NTextInput::setPasswordMode()
    Sets or unsets the password mode.
setPath
in file Uri.php, method NUri::setPath()
    Sets the path part of URI.
setPort
in file Uri.php, method NUri::setPort()
    Sets the port part of URI.
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.
setPriority
in file Mail.php, method NMail::setPriority()
    Sets email priority.
setQuery
in file Uri.php, method NUri::setQuery()
    Sets the query part of URI.
setReadOnly
in file Collection.php, method NCollection::setReadOnly()
setRendered
in file FormControl.php, method NFormControl::setRendered()
    Sets 'rendered' indicator.
setRenderer
in file Form.php, method NForm::setRenderer()
    Sets form renderer.
setRequired
in file FormControl.php, method NFormControl::setRequired()
    Makes control mandatory.
setReturnPath
in file Mail.php, method NMail::setReturnPath()
    Sets the Return-Path header of the message.
setRoles
in file Identity.php, method NIdentity::setRoles()
    Sets a list of roles that the user is a member of.
setRouter
in file Application.php, method NApplication::setRouter()
    Changes router.
setRule
in file Permission.php, method NPermission::setRule()
    Performs operations on Access NControl List rules.
setSavePath
in file Session.php, method NSession::setSavePath()
    Sets path of the directory used to save session data.
setScheme
in file Uri.php, method NUri::setScheme()
    Sets the scheme part of URI.
setScriptPath
in file UriScript.php, method NUriScript::setScriptPath()
    Sets the script-path part of URI.
setServiceAlias
in file Environment.php, method NEnvironment::setServiceAlias()
    Adds new NEnvironment::get<Service>() method.
setStyleProperty
in file Route.php, method NRoute::setStyleProperty()
    Changes style property value.
setSubject
in file Mail.php, method NMail::setSubject()
    Sets the subject of the message.
setSubmittedBy
in file Form.php, method NForm::setSubmittedBy()
    Sets the submittor control.
setText
in file Html.php, method NHtml::setText()
    Sets element's textual content.
setTranslator
in file Form.php, method NForm::setTranslator()
    Sets translate adapter.
setTranslator
in file BaseTemplate.php, method NBaseTemplate::setTranslator()
    Sets translate adapter.
setTranslator
in file FormControl.php, method NFormControl::setTranslator()
    Sets translate adapter.
setUri
in file HttpRequest.php, method NHttpRequest::setUri()
    Sets URL object.
setUser
in file Uri.php, method NUri::setUser()
    Sets the user name part of URI.
setValidationScope
in file SubmitButton.php, method NSubmitButton::setValidationScope()
    Sets the validation scope. Clicking the button validates only the controls within the specified scope.
setValue
in file Checkbox.php, method NCheckbox::setValue()
    Sets control's value.
setValue
in file SubmitButton.php, method NSubmitButton::setValue()
    Sets 'pressed' indicator.
setValue
in file IFormControl.php, method IFormControl::setValue()
    Sets control's value.
setValue
in file RepeaterControl.php, method NRepeaterControl::setValue()
    NSet value.
setValue
in file FormControl.php, method NFormControl::setValue()
    Sets control's value.
setValue
in file TextBase.php, method NTextBase::setValue()
    Sets control's value.
setValue
in file HiddenField.php, method NHiddenField::setValue()
    Sets control's value.
setValue
in file FileUpload.php, method NFileUpload::setValue()
    Sets control's value.
setValues
in file FormContainer.php, method NFormContainer::setValues()
    Fill-in with values.
setVariable
in file Environment.php, method NEnvironment::setVariable()
    Sets the environment variable.
setView
in file Presenter.php, method NPresenter::setView()
    Changes current view. Any name is allowed.
sharpen
in file Image.php, method NImage::sharpen()
    Sharpen image.
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
signOut
in file IUser.php, method IUser::signOut()
    Logs off the user from the current session.
signOut
in file User.php, method NUser::signOut()
    Logs off the user from the current session.
skipFirst
in file SelectBox.php, method NSelectBox::skipFirst()
    Ignores the first item in select box.
SLIDING
in file Cache.php, class constant NCache::SLIDING
    dependency
SmartCachingIterator.php
procedural page SmartCachingIterator.php
start
in file Session.php, method NSession::start()
    Starts and initializes session data.
startsWith
in file String.php, method NString::startsWith()
    Starts the $haystack string with the prefix $needle?
startTag
in file Html.php, method NHtml::startTag()
    Returns element's start tag.
startup
in file Presenter.php, method NPresenter::startup()
storeRequest
in file Application.php, method NApplication::storeRequest()
    Stores current request to session.
stream_close
in file SafeStream.php, method NSafeStream::stream_close()
    Closes file.
stream_eof
in file SafeStream.php, method NSafeStream::stream_eof()
    Returns TRUE if the file pointer is at end-of-file.
stream_open
in file SafeStream.php, method NSafeStream::stream_open()
    Opens file.
stream_read
in file SafeStream.php, method NSafeStream::stream_read()
    Reads up to length bytes from the file.
stream_seek
in file SafeStream.php, method NSafeStream::stream_seek()
    Sets the file position indicator for the file.
stream_stat
in file SafeStream.php, method NSafeStream::stream_stat()
    Gets information about a file referenced by $this->handle.
stream_tell
in file SafeStream.php, method NSafeStream::stream_tell()
    Returns the position of the file.
stream_write
in file SafeStream.php, method NSafeStream::stream_write()
    Writes the string to the file.
STRETCH
in file Image.php, class constant NImage::STRETCH
    resizing flags resize()
String.php
procedural page String.php
strip
in file TemplateHelpers.php, method NTemplateHelpers::strip()
    Replaces all repeated white spaces with a single space.
SUBMITTED
in file Form.php, class constant NForm::SUBMITTED
    operation name
SnippetHelper.php
procedural page SnippetHelper.php
Session.php
procedural page Session.php
SessionNamespace.php
procedural page SessionNamespace.php
top

t

$tempDir
in file ImageMagick.php, variable NImageMagick::$tempDir
$texy
in file TemplateFilters.php, variable NTemplateFilters::$texy
$time
in file Debug.php, variable NDebug::$time
$toggleFunction
in file InstantClientScript.php, variable NInstantClientScript::$toggleFunction
$toggleScript
in file InstantClientScript.php, variable NInstantClientScript::$toggleScript
$type
in file Rule.php, variable NRule::$type
$type
in file Route.php, variable NRoute::$type
TextArea.php
procedural page TextArea.php
TextBase.php
procedural page TextBase.php
TextInput.php
procedural page TextInput.php
tagMacro
in file LatteMacros.php, method LatteMacros::tagMacro()
    Process <n:tag attr> (experimental).
TAGS
in file Cache.php, class constant NCache::TAGS
    dependency
templatePrepareFilters
in file Control.php, method NControl::templatePrepareFilters()
    Descendant can override this method to customize template compile-time filters.
TemplateFilters.php
procedural page TemplateFilters.php
TemplateHelpers.php
procedural page TemplateHelpers.php
Template.php
procedural page Template.php
TemplateCacheStorage.php
procedural page TemplateCacheStorage.php
terminate
in file Presenter.php, method NPresenter::terminate()
    Correctly terminates presenter.
TERMINATOR
in file Rule.php, class constant NRule::TERMINATOR
    type
TEXT
in file Ftp.php, class constant NFtp::TEXT
    FTP constant alias
texyElements
in file TemplateFilters.php, method NTemplateFilters::texyElements()
    Process <texy>...</texy> elements.
throwKeyNotFound
in file Hashtable.php, method NHashtable::throwKeyNotFound()
    Do throw NKeyNotFoundException?
TIMEOUT_SEC
in file Ftp.php, class constant NFtp::TIMEOUT_SEC
    FTP constant alias
timer
in file Debug.php, method NDebug::timer()
    Starts/stops stopwatch.
toArray
in file Config.php, method NConfig::toArray()
    Returns an array containing all of the elements in this collection.
toggle
in file Rules.php, method NRules::toggle()
    Toggles HTML elememnt visibility.
Tools.php
procedural page Tools.php
toString
in file Image.php, method NImage::toString()
    Outputs image to string.
TRACE
in file Debug.php, class constant NDebug::TRACE
    FirePHP log priority
TRACKER_ID
in file Form.php, class constant NForm::TRACKER_ID
    tracker ID
translate
in file FormControl.php, method NFormControl::translate()
    Returns translated string.
translate
in file ITranslator.php, method ITranslator::translate()
    Translates the given string.
translate
in file IFormControl.php, method IFormControl::translate()
    Returns translated string.
trim
in file String.php, method NString::trim()
    Strips whitespace.
truncate
in file String.php, method NString::truncate()
    Truncates string to maximal length.
tryCall
in file PresenterComponent.php, method NPresenterComponent::tryCall()
    Calls public method if exists.
tryError
in file Tools.php, method NTools::tryError()
    Starts catching potential errors/warnings.
tryLoad
in file NetteLoader.php, method NNetteLoader::tryLoad()
    Handles autoloading of classes or interfaces.
tryLoad
in file AutoLoader.php, method NAutoLoader::tryLoad()
    Handles autoloading of classes or interfaces.
tryLoad
in file SimpleLoader.php, method NSimpleLoader::tryLoad()
    Handles autoloading of classes or interfaces.
tryLoad
in file RobotLoader.php, method NRobotLoader::tryLoad()
    Handles autoloading of classes or interfaces.
top

u

$uri
in file HttpRequest.php, variable NHttpRequest::$uri
$uriFilter
in file HttpRequest.php, variable NHttpRequest::$uriFilter
$useDirectories
in file FileStorage.php, variable NFileStorage::$useDirectories
$useImageMagick
in file Image.php, variable NImage::$useImageMagick
UserClientScript.php
procedural page UserClientScript.php
unescape
in file Uri.php, method NUri::unescape()
    Similar to rawurldecode, but preserve reserved chars encoded.
unformatPresenterClass
in file PresenterLoader.php, method NPresenterLoader::unformatPresenterClass()
    Formats presenter name from class name.
unlink
in file SafeStream.php, method NSafeStream::unlink()
    Deletes a file.
unmonitor
in file Component.php, method NComponent::unmonitor()
    Stops monitoring.
unregister
in file AutoLoader.php, method NAutoLoader::unregister()
    Unregister autoloader.
updating
in file FreezableObject.php, method NFreezableObject::updating()
updating
in file Collection.php, method NCollection::updating()
upper
in file String.php, method NString::upper()
    Convert to upper case.
URL
in file Form.php, class constant NForm::URL
    operation name
url_stat
in file SafeStream.php, method NSafeStream::url_stat()
    Gets information about a file referenced by filename.
USERNAME
in file IAuthenticator.php, class constant IAuthenticator::USERNAME
    Credential key
Uri.php
procedural page Uri.php
UriScript.php
procedural page UriScript.php
User.php
procedural page User.php
top

v

$valid
in file FormContainer.php, variable NFormContainer::$valid
$validateFunction
in file InstantClientScript.php, variable NInstantClientScript::$validateFunction
$validateScript
in file InstantClientScript.php, variable NInstantClientScript::$validateScript
$value
in file RepeaterControl.php, variable NRepeaterControl::$value
$value
in file FormControl.php, variable NFormControl::$value
$verificationKeyGenerator
in file Session.php, variable NSession::$verificationKeyGenerator
VALID
in file Form.php, class constant NForm::VALID
    operation name
validate
in file Rules.php, method NRules::validate()
    Validates against ruleset.
validate
in file FormContainer.php, method NFormContainer::validate()
    Performs the server side validation.
validateChildComponent
in file ComponentContainer.php, method NComponentContainer::validateChildComponent()
    Descendant can override this method to disallow insert a child by throwing an \InvalidStateException.
validateControl
in file Control.php, method NControl::validateControl()
    Allows control or its snippet to not repaint.
validateEmail
in file TextBase.php, method NTextBase::validateEmail()
    Email validator: is control's value valid email address?
validateEqual
in file FormControl.php, method NFormControl::validateEqual()
    Equal validator: are control's value and second parameter equal?
validateFileSize
in file FileUpload.php, method NFileUpload::validateFileSize()
    FileSize validator: is file size in limit?
validateFilled
in file SelectBox.php, method NSelectBox::validateFilled()
    Filled validator: has been any item selected?
validateFilled
in file RadioList.php, method NRadioList::validateFilled()
    Filled validator: has been any radio button selected?
validateFilled
in file FormControl.php, method NFormControl::validateFilled()
    Filled validator: is control filled?
validateFilled
in file FileUpload.php, method NFileUpload::validateFilled()
    Filled validator: has been any file uploaded?
validateFloat
in file TextBase.php, method NTextBase::validateFloat()
    Float validator: is a control's value float number?
validateInteger
in file TextBase.php, method NTextBase::validateInteger()
    Integer validator: is a control's value decimal number?
validateLength
in file TextBase.php, method NTextBase::validateLength()
    Length validator: is control's value length in range?
validateMaxLength
in file TextBase.php, method NTextBase::validateMaxLength()
    Max-length validator: is control's value length in limit?
validateMimeType
in file FileUpload.php, method NFileUpload::validateMimeType()
    MimeType validator: has file specified mime type?
validateMinLength
in file TextBase.php, method NTextBase::validateMinLength()
    Min-length validator: has control's value minimal length?
validateParent
in file Component.php, method NComponent::validateParent()
    Is called by a component when it is about to be set new parent. Descendant can
validateRange
in file TextBase.php, method NTextBase::validateRange()
    Rangle validator: is a control's value number in specified range?
validateRegexp
in file TextBase.php, method NTextBase::validateRegexp()
    Regular expression validator: matches control's value regular expression?
validateSubmitted
in file SubmitButton.php, method NSubmitButton::validateSubmitted()
    Submitted validator: has been button pressed?
validateUrl
in file TextBase.php, method NTextBase::validateUrl()
    URL validator: is control's value valid URL?
validateValid
in file FormControl.php, method NFormControl::validateValid()
    Valid validator: is control valid?
VALIDATE_PREFIX
in file Rules.php, class constant NRules::VALIDATE_PREFIX
VALIDATOR
in file Rule.php, class constant NRule::VALIDATOR
    type
VALUE
in file Route.php, class constant NRoute::VALUE
    key used in NRoute::$styles or metadata NRoute::__construct
VERSION
in file Framework.php, class constant NFramework::VERSION
    Nette Framework version identification
top

w

$warnOnUndefined
in file BaseTemplate.php, variable NBaseTemplate::$warnOnUndefined
$warnOnUndefined
in file SessionNamespace.php, variable NSessionNamespace::$warnOnUndefined
$wrappers
in file ConventionalRenderer.php, variable NConventionalRenderer::$wrappers
    /--- form.container
WARN
in file Debug.php, class constant NDebug::WARN
    FirePHP log priority
webalize
in file String.php, method NString::webalize()
    Converts to web safe characters [a-z0-9-] text.
WEEK
in file Tools.php, class constant NTools::WEEK
    week in seconds
write
in file FileStorage.php, method NFileStorage::write()
    Writes item into the cache.
write
in file DummyStorage.php, method NDummyStorage::write()
    Writes item into the cache.
write
in file ICacheStorage.php, method ICacheStorage::write()
    Writes item into the cache.
write
in file MemcachedStorage.php, method NMemcachedStorage::write()
    Writes item into the cache.
top

x

$xhtml
in file Html.php, variable NHtml::$xhtml
$xlat
in file Route.php, variable NRoute::$xlat
top

y

YEAR
in file Tools.php, class constant NTools::YEAR
    average year in seconds
top

_

_netteClosePanel
in file bluescreen.phtml, function _netteClosePanel()
    Closes panel.
_netteDebugPrintCode
in file bluescreen.phtml, function _netteDebugPrintCode()
    Prints source code.
_netteDump
in file bluescreen.phtml, function _netteDump()
    Dumps variable.
_netteDumpCb
in file bluescreen.phtml, function _netteDumpCb()
_netteDumpCb2
in file console.phtml, function _netteDumpCb2()
_netteOpenPanel
in file bluescreen.phtml, function _netteOpenPanel()
    Opens panel.
__call
in file Image.php, method NImage::__call()
    Call to undefined method.
__call
in file BaseTemplate.php, method NBaseTemplate::__call()
    Call a template run-time helper. Do not call directly.
__call
in file SmartCachingIterator.php, method NSmartCachingIterator::__call()
    Call to undefined method.
__call
in file Collection.php, method NCollection::__call()
    Call to undefined method.
__call
in file Object.php, method NObject::__call()
    Call to undefined method.
__call
in file Ftp.php, method NFtp::__call()
    Magic method (do not call directly).
__call
in file Html.php, method NHtml::__call()
    Overloaded setter for element's attribute.
__callStatic
in file Object.php, method NObject::__callStatic()
    Call to undefined static method.
__callStatic
in file Environment.php, method NEnvironment::__callStatic()
    Calling to undefined static method.
__callStatic
in file Collection.php, method NCollection::__callStatic()
    Call to undefined static method.
__clone
in file Collection.php, method NCollection::__clone()
    Creates a modifiable clone of the object.
__clone
in file Component.php, method NComponent::__clone()
    NObject cloning.
__clone
in file Config.php, method NConfig::__clone()
    Creates a modifiable clone of the object.
__clone
in file FreezableObject.php, method NFreezableObject::__clone()
    Creates a modifiable clone of the object.
__clone
in file ComponentContainer.php, method NComponentContainer::__clone()
    NObject cloning.
__clone
in file Html.php, method NHtml::__clone()
    Clones all children too.
__construct
in file MemcachedStorage.php, method NMemcachedStorage::__construct()
__construct
in file Mail.php, method NMail::__construct()
__construct
in file Link.php, method NLink::__construct()
    NLink specification.
__construct
in file LimitedScope.php, method NLimitedScope::__construct()
    Static class - cannot be instantiated.
__construct
in file MultiRouter.php, method NMultiRouter::__construct()
__construct
in file ArrayTools.php, method NArrayTools::__construct()
    Static class - cannot be instantiated.
__construct
in file ObjectMixin.php, method NObjectMixin::__construct()
    Static class - cannot be instantiated.
__construct
in file TextInput.php, method NTextInput::__construct()
__construct
in file ApplicationException.php, method NApplicationException::__construct()
__construct
in file LatteMacros.php, method LatteMacros::__construct()
    Constructor.
__construct
in file JsonResponse.php, method NJsonResponse::__construct()
__construct
in file Collection.php, method NCollection::__construct()
__construct
in file Identity.php, method NIdentity::__construct()
__construct
in file HttpUploadedFile.php, method NHttpUploadedFile::__construct()
__construct
in file BadRequestException.php, method NBadRequestException::__construct()
__construct
in file ImageButton.php, method NImageButton::__construct()
__construct
in file InstantClientScript.php, method NInstantClientScript::__construct()
__construct
in file InstanceFilterIterator.php, method NInstanceFilterIterator::__construct()
    Constructs a filter around another iterator.
__construct
in file ImageMagick.php, method NImageMagick::__construct()
    Wraps image file.
__construct
in file PresenterComponent.php, method NPresenterComponent::__construct()
__construct
in file PresenterRequest.php, method NPresenterRequest::__construct()
__construct
in file SimpleRouter.php, method NSimpleRouter::__construct()
__construct
in file SimpleAuthenticator.php, method NSimpleAuthenticator::__construct()
__construct
in file TextArea.php, method NTextArea::__construct()
__construct
in file SmartCachingIterator.php, method NSmartCachingIterator::__construct()
__construct
in file AppForm.php, method NAppForm::__construct()
    NApplication form constructor.
__construct
in file SubmitButton.php, method NSubmitButton::__construct()
__construct
in file String.php, method NString::__construct()
    Static class - cannot be instantiated.
__construct
in file TemplateHelpers.php, method NTemplateHelpers::__construct()
    Static class - cannot be instantiated.
__construct
in file SessionNamespace.php, method NSessionNamespace::__construct()
    Do not call directly. Use NSession::getNamespace().
__construct
in file Session.php, method NSession::__construct()
__construct
in file RenderResponse.php, method NRenderResponse::__construct()
__construct
in file RedirectingResponse.php, method NRedirectingResponse::__construct()
__construct
in file RadioList.php, method NRadioList::__construct()
__construct
in file RepeaterControl.php, method NRepeaterControl::__construct()
__construct
in file Route.php, method NRoute::__construct()
__construct
in file ServiceLocator.php, method NServiceLocator::__construct()
__construct
in file SelectBox.php, method NSelectBox::__construct()
__construct
in file Rules.php, method NRules::__construct()
__construct
in file Annotations.php, method NAnnotations::__construct()
    Static class - cannot be instantiated.
__construct
in file Image.php, method NImage::__construct()
    Wraps GD image.
__construct
in file Checkbox.php, method NCheckbox::__construct()
__construct
in file Environment.php, method NEnvironment::__construct()
    Static class - cannot be instantiated.
__construct
in file DownloadResponse.php, method NDownloadResponse::__construct()
__construct
in file Component.php, method NComponent::__construct()
__construct
in file exceptions.php, method FatalErrorException::__construct()
__construct
in file Form.php, method NForm::__construct()
    NForm constructor.
__construct
in file FileStorage.php, method NFileStorage::__construct()
__construct
in file exceptions.php, method InvalidStateException::__construct()
__construct
in file Debug.php, method NDebug::__construct()
    Static class - cannot be instantiated.
__construct
in file UserClientScript.php, method NUserClientScript::__construct()
__construct
in file Button.php, method NButton::__construct()
__construct
in file Config.php, method NConfig::__construct()
__construct
in file Cache.php, method NCache::__construct()
__construct
in file Uri.php, method NUri::__construct()
__construct
in file Tools.php, method NTools::__construct()
    Static class - cannot be instantiated.
__construct
in file ConfigAdapterXml.php, method NConfigAdapterXml::__construct()
    Static class - cannot be instantiated.
__construct
in file ConfigAdapterIni.php, method NConfigAdapterIni::__construct()
    Static class - cannot be instantiated.
__construct
in file FormControl.php, method NFormControl::__construct()
__construct
in file FileUpload.php, method NFileUpload::__construct()
__construct
in file Framework.php, method NFramework::__construct()
    Static class - cannot be instantiated.
__construct
in file TemplateFilters.php, method NTemplateFilters::__construct()
    Static class - cannot be instantiated.
__construct
in file CliRouter.php, method NCliRouter::__construct()
__construct
in file ForwardingResponse.php, method NForwardingResponse::__construct()
__construct
in file HiddenField.php, method NHiddenField::__construct()
__construct
in file FormGroup.php, method NFormGroup::__construct()
__destruct
in file HttpResponse.php, method NHttpResponse::__destruct()
__destruct
in file ImageMagick.php, method NImageMagick::__destruct()
    Delete temporary files.
__get
in file Config.php, method NConfig::__get()
    Returns item. Do not call directly.
__get
in file BaseTemplate.php, method NBaseTemplate::__get()
    Returns a template parameter. Do not call directly.
__get
in file Html.php, method NHtml::__get()
    Overloaded getter for element's attribute.
__get
in file SmartCachingIterator.php, method NSmartCachingIterator::__get()
    Returns property value. Do not call directly.
__get
in file Collection.php, method NCollection::__get()
    Returns property value. Do not call directly.
__get
in file Object.php, method NObject::__get()
    Returns property value. Do not call directly.
__get
in file Identity.php, method NIdentity::__get()
    Returns user data value.
__get
in file SessionNamespace.php, method NSessionNamespace::__get()
    Gets a variable from this session namespace.
__invoke
in file LatteFilter.php, method LatteFilter::__invoke()
    Invokes filter.
__isset
in file SmartCachingIterator.php, method NSmartCachingIterator::__isset()
    Is property defined?
__isset
in file Object.php, method NObject::__isset()
    Is property defined?
__isset
in file SessionNamespace.php, method NSessionNamespace::__isset()
    Determines whether a variable in this session namespace is set.
__isset
in file Collection.php, method NCollection::__isset()
    Is property defined?
__isset
in file BaseTemplate.php, method NBaseTemplate::__isset()
    Determines whether parameter is defined. Do not call directly.
__isset
in file Config.php, method NConfig::__isset()
    Exists item?
__set
in file SessionNamespace.php, method NSessionNamespace::__set()
    Sets a variable in this session namespace.
__set
in file SmartCachingIterator.php, method NSmartCachingIterator::__set()
    Sets value of a property. Do not call directly.
__set
in file Collection.php, method NCollection::__set()
    Sets value of a property. Do not call directly.
__set
in file Object.php, method NObject::__set()
    Sets value of a property. Do not call directly.
__set
in file Identity.php, method NIdentity::__set()
    Sets user data value.
__set
in file BaseTemplate.php, method NBaseTemplate::__set()
    Sets a template parameter. Do not call directly.
__set
in file Html.php, method NHtml::__set()
    Overloaded setter for element's attribute.
__set
in file Config.php, method NConfig::__set()
    Inserts (replaces) item. Do not call directly.
__toString
in file HttpUploadedFile.php, method NHttpUploadedFile::__toString()
    Returns the path to an uploaded file.
__toString
in file Image.php, method NImage::__toString()
    Outputs image to string.
__toString
in file Form.php, method NForm::__toString()
    Renders form to string.
__toString
in file BaseTemplate.php, method NBaseTemplate::__toString()
    Renders template to string.
__toString
in file Html.php, method NHtml::__toString()
__toString
in file Uri.php, method NUri::__toString()
__toString
in file Link.php, method NLink::__toString()
    Converts link to URL.
__unset
in file Html.php, method NHtml::__unset()
    Overloaded unsetter for element's attribute.
__unset
in file Collection.php, method NCollection::__unset()
    Access to undeclared property.
__unset
in file BaseTemplate.php, method NBaseTemplate::__unset()
    Removes a template parameter. Do not call directly.
__unset
in file SmartCachingIterator.php, method NSmartCachingIterator::__unset()
    Access to undeclared property.
__unset
in file Config.php, method NConfig::__unset()
    Removes the element at the specified position in this list.
__unset
in file SessionNamespace.php, method NSessionNamespace::__unset()
    Unsets a variable in this session namespace.
__unset
in file Object.php, method NObject::__unset()
    Access to undeclared property.
__wakeup
in file Component.php, method NComponent::__wakeup()
    Prevents unserialization.
top