A

AbortExceptionClass in namespace Nette\Application

The exception that is thrown when user attempts to terminate the current presenter or application.

ApplicationClass in namespace Nette\Application

Front Controller.

ApplicationExceptionClass in namespace Nette\Application

Application fatal error.

AllowedForClass in namespace Nette\Application\Attributes
Route::action2path() — Method in class Route

camelCaseAction name -> dash-separated.

RouteList::addRoute() — Method in class RouteList
Component::addComponent() — Method in class Component

Adds the component to the container.

$ Presenter#autoCanonicalizeProperty in class Presenter

automatically call canonicalize()

$ Presenter#absoluteUrlsProperty in class Presenter

use absolute Urls or paths?

Presenter::afterRender() — Method in class Presenter

Common render method.

Presenter::argsToParams() — Method in class Presenter

Converts list of arguments to named parameters.

ArgumentOutOfRangeExceptionClass in namespace Nette

The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.

$ Configurator#autowireExcludedClassesProperty in class Configurator
Configurator::addParameters() — Method in class Configurator

Alias for addStaticParameters()

Configurator::addStaticParameters() — Method in class Configurator

Adds new static parameters.

Configurator::addDynamicParameters() — Method in class Configurator

Adds new dynamic parameters.

Configurator::addServices() — Method in class Configurator

Add instances of services.

Configurator::addConfig() — Method in class Configurator

Adds configuration file.

MemcachedStorage::addServer() — Method in class MemcachedStorage
ArrayAccessClass in namespace Nette\ComponentModel

Implementation of \ArrayAccess for IContainer.

Component::attached() — Method in class Component

This method will be called when the component (or component's parent) becomes attached to a monitored object. Do not call this method yourself.

Container::addComponent() — Method in class Container

Adds the component to the container.

IContainer::addComponent() — Method in class IContainer

Adds the component to the container.

AutowiringClass in namespace Nette\DI
Autowiring.
Autowiring::addExcludedClasses() — Method in class Autowiring
Compiler::addExtension() — Method in class Compiler

Add custom configurator extension.

Compiler::addConfig() — Method in class Compiler

Adds new configuration.

Compiler::addDependencies() — Method in class Compiler

Adds dependencies to the list.

Compiler::addExportedTag() — Method in class Compiler
Compiler::addExportedType() — Method in class Compiler
CompilerExtension::afterCompile() — Method in class CompilerExtension

Adjusts DI container compiled to PHP class. Intended to be overridden by descendant.

AdapterClass in namespace Nette\DI\Config

Adapter for reading and writing configuration files.

Loader::addAdapter() — Method in class Loader

Registers adapter for given file extension.

$ Container#aliasesProperty in class Container
Container::addService() — Method in class Container

Adds the service to the container.

ContainerBuilder::addDefinition() — Method in class ContainerBuilder

Adds new service definition.

ContainerBuilder::addAccessorDefinition() — Method in class ContainerBuilder
ContainerBuilder::addFactoryDefinition() — Method in class ContainerBuilder
ContainerBuilder::addLocatorDefinition() — Method in class ContainerBuilder
ContainerBuilder::addImportedDefinition() — Method in class ContainerBuilder
ContainerBuilder::addAlias() — Method in class ContainerBuilder
ContainerBuilder::addExcludedClasses() — Method in class ContainerBuilder
ContainerBuilder::addDependency() — Method in class ContainerBuilder

Adds item to the list of dependencies.

AccessorDefinitionClass in namespace Nette\DI\Definitions

Accessor definition.

Definition::addTag() — Method in class Definition
ServiceDefinition::addSetup() — Method in class ServiceDefinition
$ Statement#argumentsProperty in class Statement
DependencyChecker::add() — Method in class DependencyChecker

Adds dependencies to the list.

DecoratorExtension::addSetups() — Method in class DecoratorExtension
DecoratorExtension::addTags() — Method in class DecoratorExtension
ParametersExtension::afterCompile() — Method in class ParametersExtension

Adjusts DI container compiled to PHP class. Intended to be overridden by descendant.

PhpGenerator::addInitialization() — Method in class PhpGenerator
Resolver::addDependency() — Method in class Resolver

Adds item to the list of dependencies.

Resolver::autowireArguments() — Method in class Resolver

Add missing arguments using autowiring.

AmbiguousReferenceKeyExceptionClass in namespace Nette\Database\Conventions

Ambiguous reference key exception.

Driver::applyLimit() — Method in class Driver

Injects LIMIT/OFFSET to the SQL query.

MsSqlDriver::applyLimit() — Method in class MsSqlDriver

Injects LIMIT/OFFSET to the SQL query.

MySqlDriver::applyLimit() — Method in class MySqlDriver

Injects LIMIT/OFFSET to the SQL query.

OciDriver::applyLimit() — Method in class OciDriver

Injects LIMIT/OFFSET to the SQL query.

OdbcDriver::applyLimit() — Method in class OdbcDriver

Injects LIMIT/OFFSET to the SQL query.

PgSqlDriver::applyLimit() — Method in class PgSqlDriver

Injects LIMIT/OFFSET to the SQL query.

SqliteDriver::applyLimit() — Method in class SqliteDriver

Injects LIMIT/OFFSET to the SQL query.

SqlsrvDriver::applyLimit() — Method in class SqlsrvDriver

Injects LIMIT/OFFSET to the SQL query.

Structure::analyzePrimaryKey() — Method in class Structure
Structure::analyzeForeignKeys() — Method in class Structure
ActiveRowClass in namespace Nette\Database\Table

Single row representation.

ActiveRow::accessColumn() — Method in class ActiveRow
$ GroupedSelection#activeProperty in class GroupedSelection

primary key

GroupedSelection::aggregation() — Method in class GroupedSelection

Executes aggregation function.

$ Selection#aggregationProperty in class Selection

of [conditions => [key => ActiveRow]]; used by GroupedSelection

$ Selection#accessedColumnsProperty in class Selection

touched columns

Selection::alias() — Method in class Selection

Aliases table. Example ':book:book_tag.tag', 'tg'

Selection::aggregation() — Method in class Selection

Executes aggregation function.

Selection::accessColumn() — Method in class Selection
$ SqlBuilder#aliasesProperty in class SqlBuilder

table aliases

SqlBuilder::addSelect() — Method in class SqlBuilder
SqlBuilder::addWhere() — Method in class SqlBuilder
SqlBuilder::addJoinCondition() — Method in class SqlBuilder
SqlBuilder::addCondition() — Method in class SqlBuilder
SqlBuilder::addAlias() — Method in class SqlBuilder

Adds alias.

SqlBuilder::addOrder() — Method in class SqlBuilder
SqlBuilder::addConditionComposition() — Method in class SqlBuilder
Container::addComponent() — Method in class Container

Adds the component to the container.

Container::addText() — Method in class Container

Adds single-line text input control to the form.

Container::addPassword() — Method in class Container

Adds single-line text input control used for sensitive input such as passwords.

Container::addTextArea() — Method in class Container

Adds multi-line text input control to the form.

Container::addEmail() — Method in class Container

Adds input for email.

Container::addInteger() — Method in class Container

Adds input for integer.

Container::addUpload() — Method in class Container

Adds control that allows the user to upload files.

Container::addMultiUpload() — Method in class Container

Adds control that allows the user to upload multiple files.

Container::addHidden() — Method in class Container

Adds hidden form control used to store a non-displayed value.

Container::addCheckbox() — Method in class Container

Adds check box control to the form.

Container::addRadioList() — Method in class Container

Adds set of radio button controls to the form.

Container::addCheckboxList() — Method in class Container

Adds set of checkbox controls to the form.

Container::addSelect() — Method in class Container

Adds select box control that allows single item selection.

Container::addMultiSelect() — Method in class Container

Adds select box control that allows multiple item selection.

Container::addSubmit() — Method in class Container

Adds button used to submit form.

Container::addButton() — Method in class Container

Adds push buttons with no default behavior.

Container::addImageButton() — Method in class Container

Adds graphical button used to submit form.

Container::addImage() — Method in class Container
Container::addContainer() — Method in class Container

Adds naming container to the form.

ControlGroup::add() — Method in class ControlGroup
BaseControl::addRule() — Method in class BaseControl

Adds a validation rule.

BaseControl::addCondition() — Method in class BaseControl

Adds a validation condition a returns new branch.

BaseControl::addConditionOn() — Method in class BaseControl

Adds a validation condition based on another control a returns new branch.

BaseControl::addFilter() — Method in class BaseControl

Adds a input filter callback.

BaseControl::addError() — Method in class BaseControl

Adds error message to the list.

HiddenField::addError() — Method in class HiddenField

Adds error message to the list.

MultiSelectBox::addOptionAttributes() — Method in class MultiSelectBox
SelectBox::addOptionAttributes() — Method in class SelectBox
TextBase::addRule() — Method in class TextBase

Adds a validation rule.

TextInput::addRule() — Method in class TextInput

Adds a validation rule.

UploadControl::addRule() — Method in class UploadControl

Adds a validation rule.

$ Form#actionProperty in class Form
Form::allowCrossOrigin() — Method in class Form

Disables CSRF protection using a SameSite cookie.

Form::addProtection() — Method in class Form

Cross-Site Request Forgery (CSRF) form protection.

Form::addGroup() — Method in class Form

Adds fieldset group to the form.

Form::addError() — Method in class Form

Adds global error message.

$ Rule#argProperty in class Rule
Rules::addRule() — Method in class Rules

Adds a validation rule for the current control.

Rules::addCondition() — Method in class Rules

Adds a validation condition and returns new branch.

Rules::addConditionOn() — Method in class Rules

Adds a validation condition on specified control a returns new branch.

Rules::addFilter() — Method in class Rules

Adds a filter callback.

IResponse::addHeader() — Method in class IResponse

Adds HTTP header.

$ Request#ajaxProperty in class Request
Response::addHeader() — Method in class Response

Sends an HTTP header and doesn't overwrite previously sent header of the same name.

Session::autoStart() — Method in class Session
$ Url#absoluteUrlProperty in class Url
$ Url#authorityProperty in class Url
Url::appendQuery() — Method in class Url
$ UrlImmutable#absoluteUrlProperty in class UrlImmutable
$ UrlImmutable#authorityProperty in class UrlImmutable
$ RobotLoader#acceptFilesProperty in class RobotLoader
RobotLoader::addDirectory() — Method in class RobotLoader

Add path or paths to list.

FallbackMailer::addMailer() — Method in class FallbackMailer
Message::addReplyTo() — Method in class Message

Adds the reply-to address. Email or format "John Doe" doe@example.com

Message::addTo() — Method in class Message

Adds email recipient. Email or format "John Doe" doe@example.com

Message::addCc() — Method in class Message

Adds carbon copy email recipient. Email or format "John Doe" doe@example.com

Message::addBcc() — Method in class Message

Adds blind carbon copy email recipient. Email or format "John Doe" doe@example.com

Message::addEmbeddedFile() — Method in class Message

Adds embedded file.

Message::addInlinePart() — Method in class Message

Adds inlined Mime Part.

Message::addAttachment() — Method in class Message

Adds attachment.

MimePart::addPart() — Method in class MimePart

Adds or creates new multipart.

ArrayItemNodeClass in namespace Nette\Neon\Node
ArrayNodeClass in namespace Nette\Neon\Node
AttributeClass in namespace Nette\PhpGenerator

PHP Attribute.

ClassType::addExtend() — Method in class ClassType
ClassType::addImplement() — Method in class ClassType
ClassType::addTrait() — Method in class ClassType
ClassType::addMember() — Method in class ClassType
ClassType::addConstant() — Method in class ClassType
ClassType::addCase() — Method in class ClassType

Adds case to enum

ClassType::addProperty() — Method in class ClassType
ClassType::addMethod() — Method in class ClassType
Closure::addUse() — Method in class Closure
Method::addPromotedParameter() — Method in class Method
PhpFile::addClass() — Method in class PhpFile
PhpFile::addInterface() — Method in class PhpFile
PhpFile::addTrait() — Method in class PhpFile
PhpFile::addEnum() — Method in class PhpFile
PhpFile::addNamespace() — Method in class PhpFile
PhpFile::addFunction() — Method in class PhpFile
PhpFile::addUse() — Method in class PhpFile
PhpNamespace::addUse() — Method in class PhpNamespace
PhpNamespace::addUseFunction() — Method in class PhpNamespace
PhpNamespace::addUseConstant() — Method in class PhpNamespace
PhpNamespace::add() — Method in class PhpNamespace
PhpNamespace::addClass() — Method in class PhpNamespace
PhpNamespace::addInterface() — Method in class PhpNamespace
PhpNamespace::addTrait() — Method in class PhpNamespace
PhpNamespace::addEnum() — Method in class PhpNamespace
PhpNamespace::addFunction() — Method in class PhpNamespace
TraitUse::addResolution() — Method in class TraitUse
AttributeAwareClass in namespace Nette\PhpGenerator\Traits
AttributeAware::addAttribute() — Method in class AttributeAware
CommentAware::addComment() — Method in class CommentAware
FunctionLike::addBody() — Method in class FunctionLike
FunctionLike::addParameter() — Method in class FunctionLike
RouteList::add() — Method in class RouteList

Adds a router.

RouteList::addRoute() — Method in class RouteList
Context::addError() — Method in class Context
Context::addWarning() — Method in class Context
AnyOfClass in namespace Nette\Schema\Elements
Base::assert() — Method in class Base
Expect::anyOf() — Method in class Expect
Expect::arrayOf() — Method in class Expect
Expect::array() — Method in class Expect
AuthenticationExceptionClass in namespace Nette\Security

Authentication exception.

AuthenticatorClass in namespace Nette\Security

Performs authentication.

Authenticator::authenticate() — Method in class Authenticator

Performs an authentication.

AuthorizatorClass in namespace Nette\Security

Authorizator checks if a given role has authorization to access a given resource.

Permission::addRole() — Method in class Permission

Adds a Role to the list. The most recently added parent takes precedence over parents that were previously added.

Permission::addResource() — Method in class Permission

Adds a Resource having an identifier unique to the list.

Permission::allow() — Method in class Permission

Allows one or more Roles access to [certain $privileges upon] the specified Resource(s).

SimpleAuthenticator::authenticate() — Method in class SimpleAuthenticator

Performs an authentication against e.g. database.

$ User#authenticatedRoleProperty in class User

default role for authenticated user without own identity

ArrayHashClass in namespace Nette\Utils

Provides objects to work as array.

ArrayListClass in namespace Nette\Utils

Provides the base class for a generic list (items can be accessed by index).

ArraysClass in namespace Nette\Utils

Array tools library.

Arrays::associate() — Method in class Arrays

Reformats table to associative tree. Path looks like 'field|field[]field->field=field'.

AssertionExceptionClass in namespace Nette\Utils

The exception that indicates assertion error.

Finder::and() — Method in class Finder

Starts defining a new search group.

Floats::areEqual() — Method in class Floats

Returns true if $a = $b

$ Html#attrsProperty in class Html
$ Html#acceptProperty in class Html
$ Html#accesskeyProperty in class Html
$ Html#actionProperty in class Html
$ Html#alignProperty in class Html
$ Html#allowProperty in class Html
$ Html#altProperty in class Html
$ Html#asyncProperty in class Html
$ Html#autocapitalizeProperty in class Html
$ Html#autocompleteProperty in class Html
$ Html#autofocusProperty in class Html
$ Html#autoplayProperty in class Html
Html::addAttributes() — Method in class Html

Sets multiple attributes.

Html::appendAttribute() — Method in class Html

Appends value to element's attribute.

Html::addHtml() — Method in class Html

Adds new element's child.

Html::addText() — Method in class Html

Appends plain-text string to element content.

Html::attributes() — Method in class Html

Returns element's attributes.

Html::accept() — Method in class Html
Html::accesskey() — Method in class Html
Html::action() — Method in class Html
Html::align() — Method in class Html
Html::allow() — Method in class Html
Html::alt() — Method in class Html
Html::async() — Method in class Html
Html::autocapitalize() — Method in class Html
Html::autocomplete() — Method in class Html
Html::autofocus() — Method in class Html
Html::autoplay() — Method in class Html
Image::affine() — Method in class Image
Image::affineMatrixConcat() — Method in class Image
Image::affineMatrixGet() — Method in class Image
Image::alphaBlending() — Method in class Image
Image::antialias() — Method in class Image
Image::arc() — Method in class Image
Reflection::areCommentsAvailable() — Method in class Reflection

Finds out if reflection has access to PHPdoc comments. Comments may not be available due to the opcode cache.

Strings::after() — Method in class Strings

Returns part of $haystack after $nth occurence of $needle or returns null if the needle was not found.

Type::allows() — Method in class Type

Verifies type compatibility. For example, it checks if a value of a certain type could be passed as a parameter.

Validators::assert() — Method in class Validators

Verifies that the value is of expected types separated by pipe.

Validators::assertField() — Method in class Validators

Verifies that element $key in array is of expected types separated by pipe.

B

BadRequestExceptionClass in namespace Nette\Application

The exception that indicates client error with HTTP code 4xx.

BadSignalExceptionClass in namespace Nette\Application\UI

Signal exception.

Form::beforeRender() — Method in class Form
Presenter::beforeRender() — Method in class Presenter

Common render method.

BulkReaderClass in namespace Nette\Caching

Cache storage with a bulk read support.

BulkReader::bulkRead() — Method in class BulkReader

Reads from cache in bulk.

Cache::bulkLoad() — Method in class Cache

Reads multiple items from the cache.

MemcachedStorage::bulkRead() — Method in class MemcachedStorage

Reads from cache in bulk.

SQLiteStorage::bulkRead() — Method in class SQLiteStorage

Reads from cache in bulk.

CompilerExtension::beforeCompile() — Method in class CompilerExtension

Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant.

DecoratorExtension::beforeCompile() — Method in class DecoratorExtension

Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant.

InjectExtension::beforeCompile() — Method in class InjectExtension

Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant.

SearchExtension::beforeCompile() — Method in class SearchExtension

Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant.

Connection::beginTransaction() — Method in class Connection
Driver::beginTransaction() — Method in class Driver
PdoDriver::beginTransaction() — Method in class PdoDriver
Explorer::beginTransaction() — Method in class Explorer
SqlBuilder::buildInsertQuery() — Method in class SqlBuilder
SqlBuilder::buildUpdateQuery() — Method in class SqlBuilder
SqlBuilder::buildDeleteQuery() — Method in class SqlBuilder
SqlBuilder::buildSelectQuery() — Method in class SqlBuilder

Returns SQL query.

SqlBuilder::buildSelect() — Method in class SqlBuilder
SqlBuilder::buildQueryJoins() — Method in class SqlBuilder
SqlBuilder::buildJoinConditions() — Method in class SqlBuilder
SqlBuilder::buildConditions() — Method in class SqlBuilder
SqlBuilder::buildQueryEnd() — Method in class SqlBuilder
BaseControlClass in namespace Nette\Forms\Controls

Base class that implements the basic functionality common to form controls.

ButtonClass in namespace Nette\Forms\Controls

Push button control with no default behavior.

Form::beforeRender() — Method in class Form
$ Rule#branchProperty in class Rule

for conditions

$ Url#basePathProperty in class Url
$ Url#baseUrlProperty in class Url
UrlImmutable::build() — Method in class UrlImmutable
$ UrlScript#basePathProperty in class UrlScript
$ UrlScript#baseUrlProperty in class UrlScript
UrlScript::build() — Method in class UrlScript
Message::build() — Method in class Message

Builds email. Does not modify itself, but returns a new object.

Message::buildText() — Method in class Message

Builds text content.

$ Encoder#blockModeProperty in class Encoder
BlockArrayNodeClass in namespace Nette\Neon\Node
BaseClass in namespace Nette\Schema\Elements
Base::before() — Method in class Base
Expect::bool() — Method in class Expect
$ Paginator#baseProperty in class Paginator
Strings::before() — Method in class Strings

Returns part of $haystack before $nth occurence of $needle or returns null if the needle was not found.

C

MicroPresenter::createTemplate() — Method in class MicroPresenter

Template factory.

$ Application#catchExceptionsProperty in class Application

enable fault barrier?

Application::createInitialRequest() — Method in class Application
CrossOriginClass in namespace Nette\Application\Attributes
$ BadRequestException#codeProperty in class BadRequestException
$ ForbiddenRequestException#codeProperty in class ForbiddenRequestException
IPresenterFactory::createPresenter() — Method in class IPresenterFactory

Creates new presenter instance.

PresenterFactory::createPresenter() — Method in class PresenterFactory

Creates new presenter instance.

CallbackResponseClass in namespace Nette\Application\Responses

Callback response.

CliRouterClass in namespace Nette\Application\Routers

The unidirectional router for CLI. (experimental)

CliRouter::constructUrl() — Method in class CliRouter

This router is only unidirectional.

Route::constructUrl() — Method in class Route

Constructs absolute URL from array.

RouteList::constructUrl() — Method in class RouteList

Constructs absolute URL from array.

$ BadSignalException#codeProperty in class BadSignalException
ComponentClass in namespace Nette\Application\UI

Component is the base class for all Presenter components.

Component::checkRequirements() — Method in class Component

Checks for requirements such as authorization.

ComponentReflectionClass in namespace Nette\Application\UI

Helpers for Presenter & Component.

ComponentReflection::combineArgs() — Method in class ComponentReflection
ComponentReflection::convertType() — Method in class ComponentReflection

Non data-loss type conversion.

ControlClass in namespace Nette\Application\UI

Control is renderable Presenter component.

Control::createTemplate() — Method in class Control
Control::checkTemplateClass() — Method in class Control
Multiplier::createComponent() — Method in class Multiplier

Component factory. Delegates the creation of components to a createComponent method.

Presenter::changeAction() — Method in class Presenter

Changes current action.

Presenter::createTemplate() — Method in class Presenter
Presenter::canonicalize() — Method in class Presenter

Conditional redirect to canonicalized URI.

Presenter::createRequest() — Method in class Presenter

Request/URL factory.

TemplateFactory::createTemplate() — Method in class TemplateFactory
ConfiguratorClass in namespace Nette\Bootstrap

Initial system DI container generator.

$ Configurator#configsProperty in class Configurator
Configurator::createRobotLoader() — Method in class Configurator
Configurator::createContainer() — Method in class Configurator

Returns system DI container.

Configurator::createLoader() — Method in class Configurator
ConstantsExtensionClass in namespace Nette\Bootstrap\Extensions

Constant definitions.

CacheClass in namespace Nette\Caching

Implements the cache for a application.

Cache::clean() — Method in class Cache

Removes items from the cache by conditions.

Cache::call() — Method in class Cache

Caches results of function/method calls.

Cache::capture() — Method in class Cache

Starts the output cache.

Cache::checkCallbacks() — Method in class Cache

Checks CALLBACKS dependencies.

Storage::clean() — Method in class Storage

Removes items from the cache by conditions.

DevNullStorage::clean() — Method in class DevNullStorage

Removes items from the cache by conditions.

FileStorage::clean() — Method in class FileStorage

Removes items from the cache by conditions.

Journal::clean() — Method in class Journal

Cleans entries from journal.

MemcachedStorage::clean() — Method in class MemcachedStorage

Removes items from the cache by conditions.

MemoryStorage::clean() — Method in class MemoryStorage

Removes items from the cache by conditions.

SQLiteJournal::clean() — Method in class SQLiteJournal

Cleans entries from journal.

SQLiteStorage::clean() — Method in class SQLiteStorage

Removes items from the cache by conditions.

ComponentClass in namespace Nette\ComponentModel

Component is the base class for all components.

ContainerClass in namespace Nette\ComponentModel

ComponentContainer is default implementation of IContainer.

$ Container#componentsProperty in class Container
Container::createComponent() — Method in class Container

Component factory. Delegates the creation of components to a createComponent method.

RecursiveComponentIterator::count() — Method in class RecursiveComponentIterator

Returns the count of elements.

ConfiguratorClass in namespace Nette

alias for Nette\Bootstrap\Configurator

CompilerClass in namespace Nette\DI

DI container compiler.

Compiler::compile() — Method in class Compiler
Compiler::createPhpGenerator() — Method in class Compiler
CompilerExtensionClass in namespace Nette\DI

Configurator compiling extension.

$ CompilerExtension#compilerProperty in class CompilerExtension
$ CompilerExtension#configProperty in class CompilerExtension
CompilerExtension::createLoader() — Method in class CompilerExtension
NeonAdapter::convertAtSignVisitor() — Method in class NeonAdapter
ContainerClass in namespace Nette\DI

The dependency injection container default implementation.

Container::createService() — Method in class Container

Creates new instance of the service.

Container::createInstance() — Method in class Container

Creates new instance using autowiring.

Container::callInjects() — Method in class Container

Calls all methods starting with with "inject" using autowiring.

Container::callMethod() — Method in class Container

Calls method using autowiring.

ContainerBuilderClass in namespace Nette\DI

Container builder.

ContainerBuilder::complete() — Method in class ContainerBuilder
ContainerLoaderClass in namespace Nette\DI

DI container loader.

AccessorDefinition::complete() — Method in class AccessorDefinition
Definition::complete() — Method in class Definition
FactoryDefinition::complete() — Method in class FactoryDefinition
FactoryDefinition::convertArguments() — Method in class FactoryDefinition
ImportedDefinition::complete() — Method in class ImportedDefinition
LocatorDefinition::complete() — Method in class LocatorDefinition
ServiceDefinition::complete() — Method in class ServiceDefinition
DefinitionSchema::complete() — Method in class DefinitionSchema

Validation and finalization.

DefinitionSchema::completeDefault() — Method in class DefinitionSchema
InjectExtension::callInjects() — Method in class InjectExtension

Calls all methods starting with with "inject" using autowiring.

Helpers::convertType() — Method in class Helpers

Non data-loss type conversion.

Resolver::completeDefinition() — Method in class Resolver
Resolver::completeStatement() — Method in class Resolver
Resolver::completeArguments() — Method in class Resolver
ConnectionClass in namespace Nette\Database

Represents a connection between PHP and a database server.

Connection::connect() — Method in class Connection
Connection::commit() — Method in class Connection
ConnectionExceptionClass in namespace Nette\Database

Server connection related errors.

ConstraintViolationExceptionClass in namespace Nette\Database

Base class for all constraint violation related exceptions.

ContextClass in namespace Nette\Database
ConventionsClass in namespace Nette\Database
Driver::connect() — Method in class Driver

Initializes connection.

Driver::commit() — Method in class Driver
MySqlDriver::connect() — Method in class MySqlDriver

Driver options:

OciDriver::connect() — Method in class OciDriver

Initializes connection.

PdoDriver::connect() — Method in class PdoDriver

Initializes connection.

PdoDriver::commit() — Method in class PdoDriver
PdoDriver::convertException() — Method in class PdoDriver
SqliteDriver::connect() — Method in class SqliteDriver

Initializes connection.

SqlsrvDriver::connect() — Method in class SqlsrvDriver

Initializes connection.

Explorer::commit() — Method in class Explorer
Helpers::createDebugPanel() — Method in class Helpers
ResultSet::current() — Method in class ResultSet
$ Structure#connectionProperty in class Structure
$ Structure#cacheProperty in class Structure
$ GroupedSelection#columnProperty in class GroupedSelection

grouping column name

GroupedSelection::count() — Method in class GroupedSelection

Counts number of rows.

$ Selection#contextProperty in class Selection

back compatibility

$ Selection#conventionsProperty in class Selection
$ Selection#cacheProperty in class Selection
Selection::condition() — Method in class Selection

Adds condition, more calls appends with AND.

Selection::count() — Method in class Selection

Counts number of rows.

Selection::createRow() — Method in class Selection
Selection::createSelectionInstance() — Method in class Selection
Selection::createGroupedSelectionInstance() — Method in class Selection
Selection::current() — Method in class Selection
$ SqlBuilder#conventionsProperty in class SqlBuilder
$ SqlBuilder#conditionsProperty in class SqlBuilder

where conditions for caching

$ SqlBuilder#currentAliasProperty in class SqlBuilder

currently parsing alias for joins

SqlBuilder::checkUniqueTableName() — Method in class SqlBuilder
ContainerClass in namespace Nette\Forms

Container for form controls.

$ Container#currentGroupProperty in class Container
$ Container#controlsProperty in class Container
ControlClass in namespace Nette\Forms

Defines method that must be implemented to allow a component to act like a form control.

ControlGroupClass in namespace Nette\Forms

A user group of form controls.

$ ControlGroup#controlsProperty in class ControlGroup
$ BaseControl#controlProperty in class BaseControl
$ BaseControl#captionProperty in class BaseControl
$ BaseControl#controlPrototypeProperty in class BaseControl
BaseControl::cleanErrors() — Method in class BaseControl
CheckboxClass in namespace Nette\Forms\Controls

Check box control. Allows the user to select a true or false condition.

CheckboxListClass in namespace Nette\Forms\Controls

Set of checkboxes.

$ CheckboxList#containerProperty in class CheckboxList

container element template

$ CheckboxList#containerPrototypeProperty in class CheckboxList
ChoiceControlClass in namespace Nette\Forms\Controls

Choice control that allows single item selection.

ChoiceControl::checkDefaultValue() — Method in class ChoiceControl
CsrfProtectionClass in namespace Nette\Forms\Controls

CSRF protection field.

MultiChoiceControl::checkDefaultValue() — Method in class MultiChoiceControl
$ RadioList#containerProperty in class RadioList

container element template

$ RadioList#containerPrototypeProperty in class RadioList
SubmitButton::click() — Method in class SubmitButton

Fires click event.

$ Form#crossOriginProperty in class Form
Form::cleanErrors() — Method in class Form
Helpers::createInputList() — Method in class Helpers
Helpers::createSelectBox() — Method in class Helpers
$ DataClassGenerator#classNameSuffixProperty in class DataClassGenerator
$ DefaultFormRenderer#counterProperty in class DefaultFormRenderer
$ Rule#controlProperty in class Rule
Rule::canExport() — Method in class Rule
ContextClass in namespace Nette\Http

HTTP-specific tasks.

$ FileUpload#contentTypeProperty in class FileUpload
$ FileUpload#contentsProperty in class FileUpload
$ Request#cookiesProperty in class Request
RequestFactory::createHttpRequest() — Method in class RequestFactory
$ Response#cookieDomainProperty in class Response

The domain in which the cookie will be available

$ Response#cookiePathProperty in class Response

The path in which the cookie will be available

$ Response#cookieSecureProperty in class Response

Whether the cookie is available only through HTTPS

Session::close() — Method in class Session

Ends the current session and store session data.

Url::canonicalize() — Method in class Url

Transforms URL to canonical form.

CachingIteratorClass in namespace Nette\Iterators

Smarter caching iterator.

$ CachingIterator#counterProperty in class CachingIterator
CachingIterator::count() — Method in class CachingIterator

Returns the count of elements.

Mapper::current() — Method in class Mapper
DkimSigner::computeSignature() — Method in class DkimSigner
DkimSigner::computeBodyHash() — Method in class DkimSigner
MimePart::clearHeader() — Method in class MimePart

Removes a header.

$ SendmailMailer#commandArgsProperty in class SendmailMailer
SmtpMailer::connect() — Method in class SmtpMailer

Connects and authenticates to SMTP server.

TokenStream::consume() — Method in class TokenStream
ClassTypeClass in namespace Nette\PhpGenerator

Class/Interface/Trait/Enum description.

ClassType::class() — Method in class ClassType
ClosureClass in namespace Nette\PhpGenerator
Closure.
ConstantClass in namespace Nette\PhpGenerator

Class constant.

Dumper::createObject() — Method in class Dumper
Helpers::createObject() — Method in class Helpers
CommentAwareClass in namespace Nette\PhpGenerator\Traits
NameAware::cloneWithName() — Method in class NameAware

Returns clone with a different name.

Route::constructUrl() — Method in class Route

Constructs absolute URL from array.

RouteList::constructUrl() — Method in class RouteList

Constructs absolute URL from array.

Router::constructUrl() — Method in class Router

Constructs absolute URL from array.

SimpleRouter::constructUrl() — Method in class SimpleRouter

Constructs absolute URL from array.

ContextClass in namespace Nette\Schema
AnyOf::complete() — Method in class AnyOf

Validation and finalization.

AnyOf::completeDefault() — Method in class AnyOf
Base::castTo() — Method in class Base
Base::completeDefault() — Method in class Base
Structure::complete() — Method in class Structure

Validation and finalization.

Structure::completeDefault() — Method in class Structure
Type::complete() — Method in class Type

Validation and finalization.

$ Message#codeProperty in class Message
Schema::complete() — Method in class Schema

Validation and finalization.

Schema::completeDefault() — Method in class Schema
UserStorage::clearAuthentication() — Method in class UserStorage

Removed authenticated state of user.

Stream::currentToken() — Method in class Stream

Returns current token.

Stream::currentValue() — Method in class Stream

Returns current token value.

Stream::consumeToken() — Method in class Stream

Returns next token or throws exception.

Stream::consumeValue() — Method in class Stream

Returns next token value or throws exception.

ArrayHash::count() — Method in class ArrayHash

Returns items count.

ArrayList::count() — Method in class ArrayList

Returns items count.

Arrays::contains() — Method in class Arrays

Tests an array for the presence of value.

CallbackClass in namespace Nette\Utils

PHP callable tools.

Callback::check() — Method in class Callback

Checks that $callable is valid PHP callback. Otherwise throws exception. If the $syntax is set to true, only verifies that $callable has a valid structure to be used as a callback, but does not verify if the class or method actually exists.

DateTime::createFromFormat() — Method in class DateTime

Returns new DateTime object formatted according to the specified format.

FileSystem::createDir() — Method in class FileSystem

Creates a directory if it doesn't exist.

FileSystem::copy() — Method in class FileSystem

Copies a file or a directory. Overwrites existing files and directories by default.

Finder::childFirst() — Method in class Finder

Shows folder content prior to the folder.

Floats::compare() — Method in class Floats

Compare two floats. If $a < $b it returns -1, if they are equal it returns 0 and if $a > $b it returns 1

Helpers::capture() — Method in class Helpers

Executes a callback and returns the captured output as a string.

Helpers::clamp() — Method in class Helpers

Returns value clamped to the inclusive range of min and max.

Helpers::compare() — Method in class Helpers

Compares two values. Recognizes operators: >, >=, <, <=, =, ==, ===, !=, !==, <>

$ Html#childrenProperty in class Html
$ Html#charsetProperty in class Html
$ Html#checkedProperty in class Html
$ Html#citeProperty in class Html
$ Html#classProperty in class Html
$ Html#colsProperty in class Html
$ Html#colspanProperty in class Html
$ Html#contentProperty in class Html
$ Html#contenteditableProperty in class Html
$ Html#controlsProperty in class Html
$ Html#coordsProperty in class Html
$ Html#crossoriginProperty in class Html
Html::create() — Method in class Html

Creates and adds a new Html child.

Html::count() — Method in class Html

Returns children count.

Html::charset() — Method in class Html
Html::checked() — Method in class Html
Html::cite() — Method in class Html
Html::class() — Method in class Html
Html::cols() — Method in class Html
Html::colspan() — Method in class Html
Html::content() — Method in class Html
Html::contenteditable() — Method in class Html
Html::controls() — Method in class Html
Html::coords() — Method in class Html
Html::crossorigin() — Method in class Html
Image::calculateSize() — Method in class Image

Calculates dimensions of resized image. Width and height accept pixels or percent.

Image::crop() — Method in class Image

Crops image. Arguments accepts pixels or percent.

Image::calculateCutout() — Method in class Image

Calculates dimensions of cutout in image. Arguments accepts pixels or percent.

Image::char() — Method in class Image
Image::charUp() — Method in class Image
Image::colorAllocate() — Method in class Image
Image::colorAllocateAlpha() — Method in class Image
Image::colorAt() — Method in class Image
Image::colorClosest() — Method in class Image
Image::colorClosestAlpha() — Method in class Image
Image::colorClosestHWB() — Method in class Image
Image::colorDeallocate() — Method in class Image
Image::colorExact() — Method in class Image
Image::colorExactAlpha() — Method in class Image
Image::colorMatch() — Method in class Image
Image::colorResolve() — Method in class Image
Image::colorResolveAlpha() — Method in class Image
Image::colorSet() — Method in class Image
Image::colorsForIndex() — Method in class Image
Image::colorsTotal() — Method in class Image
Image::colorTransparent() — Method in class Image
Image::convolution() — Method in class Image
Image::copy() — Method in class Image
Image::copyMerge() — Method in class Image
Image::copyMergeGray() — Method in class Image
Image::copyResampled() — Method in class Image
Image::copyResized() — Method in class Image
Image::cropAuto() — Method in class Image
$ Paginator#countdownOffsetProperty in class Paginator
Strings::checkEncoding() — Method in class Strings

Checks if the string is valid in UTF-8 encoding.

Strings::chr() — Method in class Strings

Returns a specific character in UTF-8 from code point (number in range 0x0000..D7FF or 0xE000..10FFFF).

Strings::contains() — Method in class Strings

Does $haystack contain $needle?

Strings::capitalize() — Method in class Strings

Converts the first character of every word of a UTF-8 string to upper case and the others to lower case.

Strings::compare() — Method in class Strings

Compares two UTF-8 strings or their parts, without taking character case into account. If length is null, whole strings are compared, if it is negative, the corresponding number of characters from the end of the strings is compared, otherwise the appropriate number of characters from the beginning is compared.

$ Validators#countersProperty in class Validators

D

Form::disableSameSiteProtection() — Method in class Form
Presenter::detectedCsrf() — Method in class Presenter

This method will be called when CSRF is detected.

$ Configurator#defaultExtensionsProperty in class Configurator
$ Configurator#dynamicParametersProperty in class Configurator
Configurator::detectDebugMode() — Method in class Configurator

Detects debug mode by IP addresses or computer names whitelist detection.

Cache::derive() — Method in class Cache

Returns new nested cache object.

$ OutputHelper#dependenciesProperty in class OutputHelper
DevNullStorageClass in namespace Nette\Caching\Storages

Cache dummy storage.

Component::detached() — Method in class Component

This method will be called before the component (or component's parent) becomes detached from a monitored object. Do not call this method yourself.

Adapter::dump() — Method in class Adapter

Generates configuration string.

NeonAdapter::dump() — Method in class NeonAdapter

Generates configuration in NEON format.

PhpAdapter::dump() — Method in class PhpAdapter

Generates configuration in PHP format.

DefinitionClass in namespace Nette\DI\Definitions

Definition used by ContainerBuilder.

DependencyCheckerClass in namespace Nette\DI

Cache dependencies checker.

DynamicParameterClass in namespace Nette\DI
DIExtensionClass in namespace Nette\DI\Extensions

DI extension.

$ DIExtension#debuggerProperty in class DIExtension
DecoratorExtensionClass in namespace Nette\DI\Extensions

Decorators for services.

DefinitionSchemaClass in namespace Nette\DI\Extensions

Service configuration schema.

$ ParametersExtension#dynamicParamsProperty in class ParametersExtension
$ ParametersExtension#dynamicValidatorsProperty in class ParametersExtension
Connection::disconnect() — Method in class Connection
DiscoveredConventionsClass in namespace Nette\Database\Conventions

Conventions based on database structure.

DateTimeClass in namespace Nette\Database

Date Time.

DriverClass in namespace Nette\Database

Supplemental database driver.

Driver::delimite() — Method in class Driver

Delimits identifier for use in SQL statement.

DriverExceptionClass in namespace Nette\Database

Base class for all errors in the driver or SQL server.

MsSqlDriver::delimite() — Method in class MsSqlDriver

Delimits identifier for use in SQL statement.

MySqlDriver::detectExceptionClass() — Method in class MySqlDriver
MySqlDriver::delimite() — Method in class MySqlDriver

Delimits identifier for use in SQL statement.

OciDriver::detectExceptionClass() — Method in class OciDriver
OciDriver::delimite() — Method in class OciDriver

Delimits identifier for use in SQL statement.

OdbcDriver::delimite() — Method in class OdbcDriver

Delimits identifier for use in SQL statement.

PdoDriver::detectExceptionClass() — Method in class PdoDriver
PgSqlDriver::detectExceptionClass() — Method in class PgSqlDriver
PgSqlDriver::delimite() — Method in class PgSqlDriver

Delimits identifier for use in SQL statement.

SqliteDriver::detectExceptionClass() — Method in class SqliteDriver
SqliteDriver::delimite() — Method in class SqliteDriver

Delimits identifier for use in SQL statement.

SqlsrvDriver::delimite() — Method in class SqlsrvDriver

Delimits identifier for use in SQL statement.

Helpers::dumpResult() — Method in class Helpers

Displays complete result set as HTML table for debug purposes.

Helpers::dumpSql() — Method in class Helpers

Returns syntax highlighted SQL command.

Helpers::detectTypes() — Method in class Helpers

Common column type detection.

Helpers::detectType() — Method in class Helpers

Heuristic column type detection.

ResultSet::dump() — Method in class ResultSet

Displays complete result set as HTML table for debug purposes.

ActiveRow::delete() — Method in class ActiveRow

Deletes row.

GroupedSelection::delete() — Method in class GroupedSelection

Deletes all rows in result set.

$ Selection#dataProperty in class Selection
$ Selection#dataRefreshedProperty in class Selection
Selection::delete() — Method in class Selection

Deletes all rows in result set.

$ SqlBuilder#delimitedTableProperty in class SqlBuilder
DeprecatedExceptionClass in namespace Nette

The exception that is thrown when a requested method or operation is deprecated.

DirectoryNotFoundExceptionClass in namespace Nette

The exception that is thrown when part of a file or directory cannot be found.

$ BaseControl#disabledProperty in class BaseControl
DataClassGeneratorClass in namespace Nette\Forms\Rendering

Generates blueprint of form data class.

DefaultFormRendererClass in namespace Nette\Forms\Rendering

Converts a Form into the HTML output.

IResponse::deleteCookie() — Method in class IResponse

Deletes a cookie.

IResponse::deleteHeader() — Method in class IResponse
Request::detectLanguage() — Method in class Request

Returns the most preferred language by browser. Uses the Accept-Language header. If no match is reached, it returns null.

Response::deleteHeader() — Method in class Response

Deletes a previously sent HTTP header.

Response::deleteCookie() — Method in class Response

Deletes a cookie.

Session::destroy() — Method in class Session

Destroys all data registered to a session.

$ Url#defaultPortsProperty in class Url
DkimSignerClass in namespace Nette\Mail
$ Message#defaultHeadersProperty in class Message
SmtpMailer::disconnect() — Method in class SmtpMailer

Disconnects from SMTP server.

DecoderClass in namespace Nette\Neon

Parser for Nette Object Notation.

Decoder::decode() — Method in class Decoder

Decodes a NEON string.

Neon::decode() — Method in class Neon

Converts given NEON to PHP value.

Neon::decodeFile() — Method in class Neon

Converts given NEON file to PHP value.

DumperClass in namespace Nette\PhpGenerator

PHP code generator utils.

Dumper::dump() — Method in class Dumper

Returns a PHP representation of a variable.

Helpers::dump() — Method in class Helpers
$ Printer#dumperProperty in class Printer
Printer::dump() — Method in class Printer
$ Route#defaultMetaProperty in class Route
$ Context#dynamicsProperty in class Context
DynamicParameterClass in namespace Nette\Schema
AnyOf::dynamic() — Method in class AnyOf
Base::default() — Method in class Base
Base::deprecated() — Method in class Base

Marks as deprecated

Base::doNormalize() — Method in class Base
Structure::default() — Method in class Structure
Type::dynamic() — Method in class Type
Permission::deny() — Method in class Permission

Denies one or more Roles access to [certain $privileges upon] the specified Resource(s).

$ SimpleIdentity#dataProperty in class SimpleIdentity
DateTimeClass in namespace Nette\Utils
DateTime.
FileSystem::delete() — Method in class FileSystem

Deletes a file or directory if exists.

Finder::directories() — Method in class Finder

Begins search for directories matching mask.

Finder::date() — Method in class Finder

Restricts the search by modified time. $operator accepts "[operator] [date]" example: >1978-01-23

$ Html#dataProperty in class Html
$ Html#datetimeProperty in class Html
$ Html#decodingProperty in class Html
$ Html#defaultProperty in class Html
$ Html#deferProperty in class Html
$ Html#dirProperty in class Html
$ Html#dirnameProperty in class Html
$ Html#disabledProperty in class Html
$ Html#downloadProperty in class Html
$ Html#draggableProperty in class Html
$ Html#dropzoneProperty in class Html
Html::data() — Method in class Html

Setter for data-* attributes. Booleans are converted to 'true' resp. 'false'.

Html::datetime() — Method in class Html
Html::decoding() — Method in class Html
Html::default() — Method in class Html
Html::defer() — Method in class Html
Html::dir() — Method in class Html
Html::dirname() — Method in class Html
Html::disabled() — Method in class Html
Html::download() — Method in class Html
Html::draggable() — Method in class Html
Html::dropzone() — Method in class Html
Image::detectTypeFromFile() — Method in class Image

Returns the type of image from file.

Image::detectTypeFromString() — Method in class Image

Returns the type of image from string.

Json::decode() — Method in class Json

Parses JSON to PHP value. Parameter $forceArray forces an array instead of an object as the return value.

E

ErrorPresenterClass in namespace NetteModule

Default Error Presenter.

MicroPresenter::error() — Method in class MicroPresenter

Throws HTTP error.

$ Application#errorPresenterProperty in class Application
Component::error() — Method in class Component

Throws HTTP error.

Configurator::enableTracy() — Method in class Configurator
Configurator::enableDebugger() — Method in class Configurator

Alias for enableTracy()

OutputHelper::end() — Method in class OutputHelper

Stops and saves the cache.

Compiler::exportDependencies() — Method in class Compiler

Exports dependencies.

Loader::expandIncludedFile() — Method in class Loader

Expands included file name.

ContainerBuilder::exportMeta() — Method in class ContainerBuilder
$ Statement#entityProperty in class Statement
DependencyChecker::export() — Method in class DependencyChecker

Exports dependencies.

$ DIExtension#exportedTagsProperty in class DIExtension
$ DIExtension#exportedTypesProperty in class DIExtension
$ DIExtension#excludedProperty in class DIExtension
$ DIExtension#exportProperty in class DIExtension
ExtensionsExtensionClass in namespace Nette\DI\Extensions

Enables registration of other extensions in $config file

Helpers::expand() — Method in class Helpers

Expands %placeholders%.

Helpers::escape() — Method in class Helpers

Escapes '%' and '@'

Helpers::ensureClassType() — Method in class Helpers
Helpers::entityToString() — Method in class Helpers
ExplorerClass in namespace Nette\Database

Database explorer.

GroupedSelection::execute() — Method in class GroupedSelection
GroupedSelection::emptyResultSet() — Method in class GroupedSelection
$ Selection#explorerProperty in class Selection
Selection::execute() — Method in class Selection
Selection::emptyResultSet() — Method in class Selection
Container::extensionMethod() — Method in class Container
$ BaseControl#errorsProperty in class BaseControl
$ BaseControl#errorProperty in class BaseControl
BaseControl::extensionMethod() — Method in class BaseControl
$ TextBase#emptyValueProperty in class TextBase
$ Form#errorsProperty in class Form
$ Form#elementPrototypeProperty in class Form
Helpers::extractHttpData() — Method in class Helpers

Extracts and sanitizes submitted form data for single control.

Helpers::exportRules() — Method in class Helpers
Rules::elseCondition() — Method in class Rules

Adds a else statement.

Rules::endCondition() — Method in class Rules

Ends current validation condition.

$ FileUpload#errorProperty in class FileUpload
Session::exists() — Method in class Session

Does session exist for the current request?

Url::export() — Method in class Url
UrlImmutable::export() — Method in class UrlImmutable
$ CachingIterator#emptyProperty in class CachingIterator
$ CachingIterator#evenProperty in class CachingIterator
RobotLoader::excludeDirectory() — Method in class RobotLoader

Excludes path or paths from list.

EncoderClass in namespace Nette\Neon

Converts value to NEON format.

Encoder::encode() — Method in class Encoder

Returns the NEON representation of a value.

EntityClass in namespace Nette\Neon

Representation of NEON entity 'foo(bar=1)'

ExceptionClass in namespace Nette\Neon

The exception that indicates error of NEON processing.

Neon::encode() — Method in class Neon

Returns value converted to NEON.

$ Node#endPosProperty in class Node
$ Node#endLineProperty in class Node
EntityChainNodeClass in namespace Nette\Neon\Node
EntityNodeClass in namespace Nette\Neon\Node
TokenStream::error() — Method in class TokenStream
ClassType::enum() — Method in class ClassType
EnumCaseClass in namespace Nette\PhpGenerator

Enum case.

ExtractorClass in namespace Nette\PhpGenerator

Extracts information from PHP code.

Extractor::extractMethodBodies() — Method in class Extractor
Extractor::extractFunctionBody() — Method in class Extractor
Extractor::extractAll() — Method in class Extractor
Extractor::enterNode() — Method in class Extractor
Helpers::extractNamespace() — Method in class Helpers
Helpers::extractShortName() — Method in class Helpers
RouteList::end() — Method in class RouteList
$ Context#errorsProperty in class Context
ExpectClass in namespace Nette\Schema

Schema generator.

Expect::email() — Method in class Expect
ExceptionClass in namespace Nette\Tokenizer

The exception that indicates tokenizer error.

Arrays::every() — Method in class Arrays

Tests whether all elements in the array pass the test implemented by the provided function, which has the signature function ($value, $key, array $array): bool.

Finder::exclude() — Method in class Finder

Restricts the search using mask.

$ Html#emptyElementsProperty in class Html

void elements

$ Html#enctypeProperty in class Html
Html::el() — Method in class Html

Constructs new HTML element.

Html::endTag() — Method in class Html

Returns element's end tag.

Html::enctype() — Method in class Html
Image::ellipse() — Method in class Image
Json::encode() — Method in class Json

Converts value to JSON format. Use $pretty for easier reading and clarity and $escapeUnicode for ASCII output.

Reflection::expandClassName() — Method in class Reflection

Expands the name of the class to full name in the given context of given class.

Strings::endsWith() — Method in class Strings

Ends the $haystack string with the suffix $needle?

Validators::everyIs() — Method in class Validators

Finds whether all values are of expected types separated by pipe.

F

ForbiddenRequestExceptionClass in namespace Nette\Application

Forbidden request exception - access denied.

PresenterFactory::formatPresenterClass() — Method in class PresenterFactory

Formats presenter class name from its name.

FileResponseClass in namespace Nette\Application\Responses

File download response.

ForwardResponseClass in namespace Nette\Application\Responses

Forwards to new request.

Component::formatSignalMethod() — Method in class Component

Formats signal handler method name -> case sensitivity doesn't matter.

Control::formatTemplateClass() — Method in class Control
Control::flashMessage() — Method in class Control

Saves the message to template, that can be displayed after redirect.

FormClass in namespace Nette\Application\UI

Web form adapted for Presenter.

Presenter::findLayoutTemplateFile() — Method in class Presenter

Finds layout template file name.

Presenter::formatLayoutTemplateFiles() — Method in class Presenter

Formats layout template file names.

Presenter::formatTemplateFiles() — Method in class Presenter

Formats view template file names.

Presenter::formatActionMethod() — Method in class Presenter

Formats action method name.

Presenter::formatRenderMethod() — Method in class Presenter

Formats render view method name.

Presenter::formatTemplateClass() — Method in class Presenter
Presenter::forward() — Method in class Presenter

Forward to another presenter or action.

FileStorageClass in namespace Nette\Caching\Storages

Cache file storage.

Autowiring::findByType() — Method in class Autowiring

Gets the service names and definitions of the specified type.

Container::findAutowired() — Method in class Container

Gets the autowired service names of the specified type.

Container::findByType() — Method in class Container

Gets the service names of the specified type.

Container::findByTag() — Method in class Container

Gets the service names of the specified tag.

ContainerBuilder::findAutowired() — Method in class ContainerBuilder

Gets the autowired service names and definitions of the specified type.

ContainerBuilder::findByType() — Method in class ContainerBuilder

Gets the service names and definitions of the specified type.

ContainerBuilder::findByTag() — Method in class ContainerBuilder

Gets the service names and tag values.

ContainerBuilder::formatPhp() — Method in class ContainerBuilder
FactoryDefinitionClass in namespace Nette\DI\Definitions

Definition of standard service.

Reference::fromType() — Method in class Reference
SearchExtension::findClasses() — Method in class SearchExtension
Helpers::filterArguments() — Method in class Helpers

Process constants recursively.

PhpGenerator::formatStatement() — Method in class PhpGenerator

Formats PHP code for class instantiating, function calling or property setting in PHP.

PhpGenerator::formatPhp() — Method in class PhpGenerator

Formats PHP statement.

Connection::fetch() — Method in class Connection

Shortcut for query()->fetch()

Connection::fetchField() — Method in class Connection

Shortcut for query()->fetchField()

Connection::fetchFields() — Method in class Connection

Shortcut for query()->fetchFields()

Connection::fetchPairs() — Method in class Connection

Shortcut for query()->fetchPairs()

Connection::fetchAll() — Method in class Connection

Shortcut for query()->fetchAll()

$ StaticConventions#foreignProperty in class StaticConventions
Driver::formatDateTime() — Method in class Driver

Formats date-time for use in a SQL statement.

Driver::formatDateInterval() — Method in class Driver

Formats date-time interval for use in a SQL statement.

Driver::formatLike() — Method in class Driver

Encodes string for use in a LIKE statement.

MsSqlDriver::formatDateTime() — Method in class MsSqlDriver

Formats date-time for use in a SQL statement.

MsSqlDriver::formatDateInterval() — Method in class MsSqlDriver

Formats date-time interval for use in a SQL statement.

MsSqlDriver::formatLike() — Method in class MsSqlDriver

Encodes string for use in a LIKE statement.

MySqlDriver::formatDateTime() — Method in class MySqlDriver

Formats date-time for use in a SQL statement.

MySqlDriver::formatDateInterval() — Method in class MySqlDriver

Formats date-time interval for use in a SQL statement.

MySqlDriver::formatLike() — Method in class MySqlDriver

Encodes string for use in a LIKE statement.

OciDriver::formatDateTime() — Method in class OciDriver

Formats date-time for use in a SQL statement.

OciDriver::formatDateInterval() — Method in class OciDriver

Formats date-time interval for use in a SQL statement.

OciDriver::formatLike() — Method in class OciDriver

Encodes string for use in a LIKE statement.

OdbcDriver::formatDateTime() — Method in class OdbcDriver

Formats date-time for use in a SQL statement.

OdbcDriver::formatDateInterval() — Method in class OdbcDriver

Formats date-time interval for use in a SQL statement.

OdbcDriver::formatLike() — Method in class OdbcDriver

Encodes string for use in a LIKE statement.

PdoResultDriver::fetch() — Method in class PdoResultDriver

Fetches the row at current position and moves the internal cursor to the next position.

PgSqlDriver::formatDateTime() — Method in class PgSqlDriver

Formats date-time for use in a SQL statement.

PgSqlDriver::formatDateInterval() — Method in class PgSqlDriver

Formats date-time interval for use in a SQL statement.

PgSqlDriver::formatLike() — Method in class PgSqlDriver

Encodes string for use in a LIKE statement.

SqliteDriver::formatDateTime() — Method in class SqliteDriver

Formats date-time for use in a SQL statement.

SqliteDriver::formatDateInterval() — Method in class SqliteDriver

Formats date-time interval for use in a SQL statement.

SqliteDriver::formatLike() — Method in class SqliteDriver

Encodes string for use in a LIKE statement.

SqlsrvDriver::formatDateTime() — Method in class SqlsrvDriver

Formats date-time for use in a SQL statement.

SqlsrvDriver::formatDateInterval() — Method in class SqlsrvDriver

Formats date-time interval for use in a SQL statement.

SqlsrvDriver::formatLike() — Method in class SqlsrvDriver

Encodes string for use in a LIKE statement.

Explorer::fetch() — Method in class Explorer

Shortcut for query()->fetch()

Explorer::fetchField() — Method in class Explorer

Shortcut for query()->fetchField()

Explorer::fetchFields() — Method in class Explorer

Shortcut for query()->fetchFields()

Explorer::fetchPairs() — Method in class Explorer

Shortcut for query()->fetchPairs()

Explorer::fetchAll() — Method in class Explorer

Shortcut for query()->fetchAll()

ForeignKeyConstraintViolationExceptionClass in namespace Nette\Database

Exception for a foreign key constraint violation.

Helpers::findDuplicates() — Method in class Helpers

Finds duplicate columns in select statement

ResultDriver::fetch() — Method in class ResultDriver

Fetches the row at current position and moves the internal cursor to the next position.

ResultSet::fetch() — Method in class ResultSet

Fetches single row object.

ResultSet::fetchArray() — Method in class ResultSet
ResultSet::fetchField() — Method in class ResultSet

Fetches single field.

ResultSet::fetchFields() — Method in class ResultSet

Fetches array of fields.

ResultSet::fetchPairs() — Method in class ResultSet

Fetches all rows as associative array.

ResultSet::fetchAll() — Method in class ResultSet

Fetches all rows.

ResultSet::fetchAssoc() — Method in class ResultSet

Fetches all rows and returns associative tree.

Selection::fetch() — Method in class Selection

Fetches single row object.

Selection::fetchField() — Method in class Selection

Fetches single field.

Selection::fetchPairs() — Method in class Selection

Fetches all rows as associative array.

Selection::fetchAll() — Method in class Selection

Fetches all rows.

Selection::fetchAssoc() — Method in class Selection

Fetches all rows and returns associative tree.

FileNotFoundExceptionClass in namespace Nette

The exception that is thrown when accessing a file that does not exist on disk.

$ Container#formProperty in class Container
$ BaseControl#formProperty in class BaseControl
$ BaseControl#filledProperty in class BaseControl
FormClass in namespace Nette\Forms

Creates, validates and renders HTML forms.

Form::fireEvents() — Method in class Form

Fires submit/click events.

Form::fireRenderEvents() — Method in class Form

Must be called before form is rendered and render() is not used.

FormRendererClass in namespace Nette\Forms

Defines method that must implement form renderer.

$ DefaultFormRenderer#formProperty in class DefaultFormRenderer
Validator::formatMessage() — Method in class Validator
FrameworkClass in namespace Nette

Framework version.

FileUploadClass in namespace Nette\Http

Provides access to individual files that have been uploaded by a client.

Helpers::formatDate() — Method in class Helpers

Returns HTTP valid date format.

$ Request#filesProperty in class Request
RequestFactory::fromGlobals() — Method in class RequestFactory

Returns new Request instance, using values from superglobals.

$ Url#fragmentProperty in class Url
$ UrlImmutable#fragmentProperty in class UrlImmutable
$ CachingIterator#firstProperty in class CachingIterator
FallbackMailerClass in namespace Nette\Mail
FallbackMailerExceptionClass in namespace Nette\Mail
$ FallbackMailerException#failuresProperty in class FallbackMailerException
ClassType::from() — Method in class ClassType
ClassType::fromCode() — Method in class ClassType
Closure::from() — Method in class Closure
Dumper::format() — Method in class Dumper

Generates PHP statement. Supports placeholders: ? \? $? ->? ::? ...? ...?: ?*

FactoryClass in namespace Nette\PhpGenerator

Creates a representation based on reflection.

Factory::fromClassReflection() — Method in class Factory
Factory::fromMethodReflection() — Method in class Factory
Factory::fromFunctionReflection() — Method in class Factory
Factory::fromCallable() — Method in class Factory
Factory::fromParameterReflection() — Method in class Factory
Factory::fromConstantReflection() — Method in class Factory
Factory::fromCaseReflection() — Method in class Factory
Factory::fromPropertyReflection() — Method in class Factory
Factory::fromObject() — Method in class Factory
Factory::fromClassCode() — Method in class Factory
Factory::fromCode() — Method in class Factory
GlobalFunction::from() — Method in class GlobalFunction
Helpers::format() — Method in class Helpers
Helpers::formatArgs() — Method in class Helpers
Helpers::formatDocComment() — Method in class Helpers
Literal::formatWith() — Method in class Literal
Method::from() — Method in class Method
PhpFile::fromCode() — Method in class PhpFile
FunctionLikeClass in namespace Nette\PhpGenerator\Traits
AnyOf::firstIsDefault() — Method in class AnyOf
Expect::from() — Method in class Expect
Expect::float() — Method in class Expect
Helpers::formatValue() — Method in class Helpers
ArrayHash::from() — Method in class ArrayHash

Transforms array to ArrayHash.

ArrayList::from() — Method in class ArrayList

Transforms array to ArrayList.

Arrays::first() — Method in class Arrays

Returns the first item from the array or null if array is empty.

Arrays::flatten() — Method in class Arrays

Transforms multidimensional array to flat array.

DateTime::from() — Method in class DateTime

Creates a DateTime object from a string, UNIX timestamp, or other DateTimeInterface object.

DateTime::fromParts() — Method in class DateTime

Creates DateTime object.

FileInfoClass in namespace Nette\Utils
FileSystemClass in namespace Nette\Utils

File system tool.

FinderClass in namespace Nette\Utils

Finder allows searching through directory trees using iterator.

Finder::find() — Method in class Finder

Begins search for files and directories matching mask.

Finder::findFiles() — Method in class Finder

Begins search for files matching mask.

Finder::findDirectories() — Method in class Finder

Begins search for directories matching mask.

Finder::files() — Method in class Finder

Begins search for files matching mask.

Finder::from() — Method in class Finder

Searches recursively from the given folder(s).

Finder::filter() — Method in class Finder

Restricts the search using callback.

FinderBatchClass in namespace Nette\Utils
$ FinderBatch#findProperty in class FinderBatch
$ FinderBatch#filtersProperty in class FinderBatch
FloatsClass in namespace Nette\Utils

Floating-point numbers comparison.

Helpers::falseToNull() — Method in class Helpers

Converts false to null, does not change other values.

$ Html#forProperty in class Html
$ Html#formProperty in class Html
$ Html#formactionProperty in class Html
$ Html#formenctypeProperty in class Html
$ Html#formmethodProperty in class Html
$ Html#formnovalidateProperty in class Html
$ Html#formtargetProperty in class Html
Html::fromHtml() — Method in class Html

Returns an object representing HTML text.

Html::fromText() — Method in class Html

Returns an object representing plain text.

Html::for() — Method in class Html
Html::form() — Method in class Html
Html::formaction() — Method in class Html
Html::formenctype() — Method in class Html
Html::formmethod() — Method in class Html
Html::formnovalidate() — Method in class Html
Html::formtarget() — Method in class Html
Image::fromFile() — Method in class Image

Reads an image from a file and returns its type in $type.

Image::fromString() — Method in class Image

Reads an image from a string and returns its type in $type.

Image::fromBlank() — Method in class Image

Creates a new true color image of the given dimensions. The default color is black.

Image::fill() — Method in class Image
Image::filledArc() — Method in class Image
Image::filledEllipse() — Method in class Image
Image::filledPolygon() — Method in class Image
Image::filledRectangle() — Method in class Image
Image::fillToBorder() — Method in class Image
Image::filter() — Method in class Image
Image::flip() — Method in class Image
Image::ftText() — Method in class Image
$ Paginator#firstPageProperty in class Paginator
$ Paginator#firstItemOnPageProperty in class Paginator
$ Paginator#firstProperty in class Paginator
Strings::fixEncoding() — Method in class Strings

Removes all invalid UTF-8 characters from a string.

Strings::firstLower() — Method in class Strings

Converts the first character of a UTF-8 string to lower case and leaves the other characters unchanged.

Strings::firstUpper() — Method in class Strings

Converts the first character of a UTF-8 string to upper case and leaves the other characters unchanged.

Strings::findPrefix() — Method in class Strings

Finds the common prefix of strings or returns empty string if the prefix was not found.

Type::fromReflection() — Method in class Type

Creates a Type object based on reflection. Resolves self, static and parent to the actual class name.

Type::fromString() — Method in class Type

Creates the Type object according to the text notation.

G

MicroPresenter::getContext() — Method in class MicroPresenter

Gets the context.

MicroPresenter::getRequest() — Method in class MicroPresenter
Application::getRequests() — Method in class Application

Returns all processed requests.

Application::getPresenter() — Method in class Application

Returns current presenter.

Application::getRouter() — Method in class Application

Returns router.

Application::getPresenterFactory() — Method in class Application

Returns presenter factory.

BadRequestException::getHttpCode() — Method in class BadRequestException
IPresenterFactory::getPresenterClass() — Method in class IPresenterFactory

Generates and checks presenter class name.

PresenterFactory::getPresenterClass() — Method in class PresenterFactory

Generates and checks presenter class name.

Request::getPresenterName() — Method in class Request

Retrieve the presenter name.

Request::getParameters() — Method in class Request

Returns all variables provided to the presenter (usually via URL).

Request::getParameter() — Method in class Request

Returns a parameter provided to the presenter.

Request::getPost() — Method in class Request

Returns a variable provided to the presenter via POST.

Request::getFiles() — Method in class Request

Returns all uploaded files.

Request::getMethod() — Method in class Request

Returns the method.

FileResponse::getFile() — Method in class FileResponse

Returns the path to a downloaded file.

FileResponse::getName() — Method in class FileResponse

Returns the file name.

FileResponse::getContentType() — Method in class FileResponse

Returns the MIME content type of a downloaded file.

ForwardResponse::getRequest() — Method in class ForwardResponse
JsonResponse::getPayload() — Method in class JsonResponse
JsonResponse::getContentType() — Method in class JsonResponse

Returns the MIME content type of a downloaded file.

RedirectResponse::getUrl() — Method in class RedirectResponse
RedirectResponse::getCode() — Method in class RedirectResponse
TextResponse::getSource() — Method in class TextResponse
CliRouter::getDefaults() — Method in class CliRouter

Returns default values.

Route::getConstantParameters() — Method in class Route
RouteList::getModule() — Method in class RouteList
Component::getPresenter() — Method in class Component

Returns the presenter where this component belongs to.

Component::getPresenterIfExists() — Method in class Component

Returns the presenter where this component belongs to.

Component::getUniqueId() — Method in class Component

Returns a fully-qualified name that uniquely identifies the component within the presenter hierarchy.

Component::getReflection() — Method in class Component

Access to reflection.

Component::getParameter() — Method in class Component

Returns component param.

Component::getParameters() — Method in class Component

Returns component parameters.

Component::getParameterId() — Method in class Component

Returns a fully-qualified name that uniquely identifies the parameter.

ComponentReflection::getPersistentParams() — Method in class ComponentReflection

Returns array of classes persistent parameters. They have public visibility, are non-static and have annotation @persistent.

ComponentReflection::getPersistentComponents() — Method in class ComponentReflection
ComponentReflection::getParameterType() — Method in class ComponentReflection
ComponentReflection::getPropertyType() — Method in class ComponentReflection
ComponentReflection::getAnnotation() — Method in class ComponentReflection

Returns an annotation value.

ComponentReflection::getMethod() — Method in class ComponentReflection
ComponentReflection::getMethods() — Method in class ComponentReflection
ComponentReflection::getClassesAndTraits() — Method in class ComponentReflection

return string[]

Control::getTemplate() — Method in class Control
Control::getSnippetId() — Method in class Control

Returns snippet HTML ID.

Form::getPresenter() — Method in class Form

Returns the presenter where this component belongs to.

Form::getPresenterIfExists() — Method in class Form

Returns the presenter where this component belongs to.

Link::getComponent() — Method in class Link

Returns link component.

Link::getDestination() — Method in class Link

Returns link destination.

Link::getParameter() — Method in class Link

Returns link parameter.

Link::getParameters() — Method in class Link

Returns link parameters.

MethodReflection::getAnnotation() — Method in class MethodReflection

Returns an annotation value.

Presenter::getRequest() — Method in class Presenter
Presenter::getPresenter() — Method in class Presenter

Returns self.

Presenter::getPresenterIfExists() — Method in class Presenter

Returns the presenter where this component belongs to.

Presenter::getUniqueId() — Method in class Presenter

Returns a name that uniquely identifies component.

Presenter::getSignal() — Method in class Presenter

Returns pair signal receiver and name.

Presenter::getAction() — Method in class Presenter

Returns current action name.

Presenter::getView() — Method in class Presenter

Returns current view.

Presenter::getLayout() — Method in class Presenter

Returns current layout name.

Presenter::getPayload() — Method in class Presenter
Presenter::getLastCreatedRequest() — Method in class Presenter

Returns the last created Request.

Presenter::getLastCreatedRequestFlag() — Method in class Presenter

Returns the last created Request flag.

Presenter::getPersistentComponents() — Method in class Presenter

Returns array of persistent components.

Presenter::getGlobalState() — Method in class Presenter

Saves state information for all subcomponents to $this->globalState.

Presenter::getFlashSession() — Method in class Presenter

Returns session namespace provided to pass temporary data between redirects.

Presenter::getHttpRequest() — Method in class Presenter
Presenter::getHttpResponse() — Method in class Presenter
Presenter::getSession() — Method in class Presenter
Presenter::getUser() — Method in class Presenter
Presenter::getTemplateFactory() — Method in class Presenter
Template::getFile() — Method in class Template

Returns the path to the template file.

Configurator::getDefaultParameters() — Method in class Configurator
Configurator::generateContainer() — Method in class Configurator
Configurator::getCacheDirectory() — Method in class Configurator
PhpExtension::getConfigSchema() — Method in class PhpExtension

Returns configuration schema.

Cache::getStorage() — Method in class Cache

Returns cache storage.

Cache::getNamespace() — Method in class Cache

Returns cache namespace.

Cache::generateKey() — Method in class Cache

Generates internal cache key.

$ FileStorage#gcProbabilityProperty in class FileStorage

probability that the clean() routine is started

FileStorage::getCacheFile() — Method in class FileStorage

Returns file name.

MemcachedStorage::getConnection() — Method in class MemcachedStorage
Component::getName() — Method in class Component
Component::getParent() — Method in class Component

Returns the parent container if any.

Container::getComponent() — Method in class Container

Returns component specified by name or path.

Container::getComponents() — Method in class Container

Iterates over descendants components.

IComponent::getName() — Method in class IComponent
IComponent::getParent() — Method in class IComponent

Returns the parent container if any.

IContainer::getComponent() — Method in class IContainer

Returns component specified by name or path.

IContainer::getComponents() — Method in class IContainer

Iterates over descendants components.

RecursiveComponentIterator::getChildren() — Method in class RecursiveComponentIterator

The sub-iterator for the current element.

Autowiring::getByType() — Method in class Autowiring

Resolves service name by type.

Autowiring::getClassList() — Method in class Autowiring
Compiler::getExtensions() — Method in class Compiler
Compiler::getContainerBuilder() — Method in class Compiler
Compiler::getConfig() — Method in class Compiler

Returns configuration.

Compiler::generateCode() — Method in class Compiler
CompilerExtension::getConfig() — Method in class CompilerExtension

Returns extension configuration.

CompilerExtension::getConfigSchema() — Method in class CompilerExtension

Returns configuration schema.

CompilerExtension::getContainerBuilder() — Method in class CompilerExtension
CompilerExtension::getInitialization() — Method in class CompilerExtension
Loader::getDependencies() — Method in class Loader

Returns configuration files.

Container::getParameters() — Method in class Container
Container::getService() — Method in class Container

Gets the service object by name.

Container::getByName() — Method in class Container

Gets the service object by name.

Container::getServiceType() — Method in class Container

Gets the service type by name.

Container::getByType() — Method in class Container

Resolves service by type.

Container::getMethodName() — Method in class Container
ContainerBuilder::getDefinition() — Method in class ContainerBuilder

Gets the service definition.

ContainerBuilder::getDefinitions() — Method in class ContainerBuilder

Gets all service definitions.

ContainerBuilder::getAliases() — Method in class ContainerBuilder

Gets all service aliases.

ContainerBuilder::getByType() — Method in class ContainerBuilder

Resolves autowired service name by type.

ContainerBuilder::getDefinitionByType() — Method in class ContainerBuilder

Gets autowired service definition of the specified type.

ContainerBuilder::getDependencies() — Method in class ContainerBuilder

Returns the list of dependencies.

ContainerLoader::getClassName() — Method in class ContainerLoader
ContainerLoader::generate() — Method in class ContainerLoader
AccessorDefinition::getImplement() — Method in class AccessorDefinition
AccessorDefinition::getReference() — Method in class AccessorDefinition
AccessorDefinition::generateMethod() — Method in class AccessorDefinition
Definition::getName() — Method in class Definition
Definition::getDescriptor() — Method in class Definition
Definition::getType() — Method in class Definition
Definition::getTags() — Method in class Definition
Definition::getTag() — Method in class Definition
Definition::getAutowired() — Method in class Definition
Definition::generateMethod() — Method in class Definition
Definition::getClass() — Method in class Definition
Definition::getImplement() — Method in class Definition
FactoryDefinition::getImplement() — Method in class FactoryDefinition
FactoryDefinition::getResultType() — Method in class FactoryDefinition
FactoryDefinition::getResultDefinition() — Method in class FactoryDefinition
FactoryDefinition::generateMethod() — Method in class FactoryDefinition
ImportedDefinition::generateMethod() — Method in class ImportedDefinition
LocatorDefinition::getImplement() — Method in class LocatorDefinition
LocatorDefinition::getReferences() — Method in class LocatorDefinition
LocatorDefinition::getTagged() — Method in class LocatorDefinition
LocatorDefinition::generateMethod() — Method in class LocatorDefinition
Reference::getValue() — Method in class Reference
ServiceDefinition::getDescriptor() — Method in class ServiceDefinition
ServiceDefinition::getFactory() — Method in class ServiceDefinition

Alias for getCreator()

ServiceDefinition::getCreator() — Method in class ServiceDefinition
ServiceDefinition::getEntity() — Method in class ServiceDefinition
ServiceDefinition::getSetup() — Method in class ServiceDefinition
ServiceDefinition::generateMethod() — Method in class ServiceDefinition
Statement::getEntity() — Method in class Statement
DecoratorExtension::getConfigSchema() — Method in class DecoratorExtension

Returns configuration schema.

ExtensionsExtension::getConfigSchema() — Method in class ExtensionsExtension

Returns configuration schema.

InjectExtension::getConfigSchema() — Method in class InjectExtension

Returns configuration schema.

InjectExtension::getInjectMethods() — Method in class InjectExtension

Generates list of inject methods.

InjectExtension::getInjectProperties() — Method in class InjectExtension

Generates list of properties with annotation @inject.

SearchExtension::getConfigSchema() — Method in class SearchExtension

Returns configuration schema.

ServicesExtension::getConfigSchema() — Method in class ServicesExtension

Returns configuration schema.

PhpGenerator::generate() — Method in class PhpGenerator

Generates PHP classes. First class is the container.

PhpGenerator::generateMethod() — Method in class PhpGenerator
PhpGenerator::getClassName() — Method in class PhpGenerator
Resolver::getContainerBuilder() — Method in class Resolver
Resolver::getByType() — Method in class Resolver

Returns named reference to service resolved by type (or 'self' reference for local-autowiring).

Connection::getDsn() — Method in class Connection
Connection::getPdo() — Method in class Connection

deprecated use getDriver()->getPdo()

Connection::getDriver() — Method in class Connection
Connection::getSupplementalDriver() — Method in class Connection
Connection::getInsertId() — Method in class Connection
Connection::getLastQueryString() — Method in class Connection
Conventions::getPrimary() — Method in class Conventions

Returns primary key for table.

Conventions::getHasManyReference() — Method in class Conventions

Returns referenced table & referenced column.

Conventions::getBelongsToReference() — Method in class Conventions

Returns referenced table & referencing column.

DiscoveredConventions::getPrimary() — Method in class DiscoveredConventions

Returns primary key for table.

DiscoveredConventions::getHasManyReference() — Method in class DiscoveredConventions

Returns referenced table & referenced column.

DiscoveredConventions::getBelongsToReference() — Method in class DiscoveredConventions

Returns referenced table & referencing column.

StaticConventions::getPrimary() — Method in class StaticConventions

Returns primary key for table.

StaticConventions::getHasManyReference() — Method in class StaticConventions

Returns referenced table & referenced column.

StaticConventions::getBelongsToReference() — Method in class StaticConventions

Returns referenced table & referencing column.

StaticConventions::getColumnFromTable() — Method in class StaticConventions
Driver::getInsertId() — Method in class Driver

Returns the ID of the last inserted row or sequence value.

Driver::getTables() — Method in class Driver

Returns list of tables as tuples [(string) name, (bool) view, [(string) fullName]]

Driver::getColumns() — Method in class Driver

Returns metadata for all columns in a table.

Driver::getIndexes() — Method in class Driver

Returns metadata for all indexes in a table.

Driver::getForeignKeys() — Method in class Driver

Returns metadata for all foreign keys in a table.

DriverException::getDriverCode() — Method in class DriverException
DriverException::getSqlState() — Method in class DriverException
MsSqlDriver::getTables() — Method in class MsSqlDriver

Returns list of tables as tuples [(string) name, (bool) view, [(string) fullName]]

MsSqlDriver::getColumns() — Method in class MsSqlDriver

Returns metadata for all columns in a table.

MsSqlDriver::getIndexes() — Method in class MsSqlDriver

Returns metadata for all indexes in a table.

MsSqlDriver::getForeignKeys() — Method in class MsSqlDriver

Returns metadata for all foreign keys in a table.

MsSqlDriver::getColumnTypes() — Method in class MsSqlDriver
MySqlDriver::getTables() — Method in class MySqlDriver

Returns list of tables as tuples [(string) name, (bool) view, [(string) fullName]]

MySqlDriver::getColumns() — Method in class MySqlDriver

Returns metadata for all columns in a table.

MySqlDriver::getIndexes() — Method in class MySqlDriver

Returns metadata for all indexes in a table.

MySqlDriver::getForeignKeys() — Method in class MySqlDriver

Returns metadata for all foreign keys in a table.

MySqlDriver::getColumnTypes() — Method in class MySqlDriver
OciDriver::getTables() — Method in class OciDriver

Returns list of tables as tuples [(string) name, (bool) view, [(string) fullName]]

OciDriver::getColumns() — Method in class OciDriver

Returns metadata for all columns in a table.

OciDriver::getIndexes() — Method in class OciDriver

Returns metadata for all indexes in a table.

OciDriver::getForeignKeys() — Method in class OciDriver

Returns metadata for all foreign keys in a table.

OciDriver::getColumnTypes() — Method in class OciDriver
OdbcDriver::getTables() — Method in class OdbcDriver

Returns list of tables as tuples [(string) name, (bool) view, [(string) fullName]]

OdbcDriver::getColumns() — Method in class OdbcDriver

Returns metadata for all columns in a table.

OdbcDriver::getIndexes() — Method in class OdbcDriver

Returns metadata for all indexes in a table.

OdbcDriver::getForeignKeys() — Method in class OdbcDriver

Returns metadata for all foreign keys in a table.

OdbcDriver::getColumnTypes() — Method in class OdbcDriver
PdoDriver::getPdo() — Method in class PdoDriver
PdoDriver::getInsertId() — Method in class PdoDriver

Returns the ID of the last inserted row or sequence value.

PdoResultDriver::getColumnCount() — Method in class PdoResultDriver

Returns the number of columns in a result set.

PdoResultDriver::getRowCount() — Method in class PdoResultDriver

Returns the number of rows in a result set.

PdoResultDriver::getColumnTypes() — Method in class PdoResultDriver

Returns associative array of detected types (IStructure::FIELD_*) in result set.

PdoResultDriver::getColumnMeta() — Method in class PdoResultDriver

Returns associative array of original table names.

PdoResultDriver::getPdoStatement() — Method in class PdoResultDriver
PgSqlDriver::getTables() — Method in class PgSqlDriver

Returns list of tables as tuples [(string) name, (bool) view, [(string) fullName]]

PgSqlDriver::getColumns() — Method in class PgSqlDriver

Returns metadata for all columns in a table.

PgSqlDriver::getIndexes() — Method in class PgSqlDriver

Returns metadata for all indexes in a table.

PgSqlDriver::getForeignKeys() — Method in class PgSqlDriver

Returns metadata for all foreign keys in a table.

PgSqlDriver::getColumnTypes() — Method in class PgSqlDriver
SqliteDriver::getTables() — Method in class SqliteDriver

Returns list of tables as tuples [(string) name, (bool) view, [(string) fullName]]

SqliteDriver::getColumns() — Method in class SqliteDriver

Returns metadata for all columns in a table.

SqliteDriver::getIndexes() — Method in class SqliteDriver

Returns metadata for all indexes in a table.

SqliteDriver::getForeignKeys() — Method in class SqliteDriver

Returns metadata for all foreign keys in a table.

SqliteDriver::getColumnTypes() — Method in class SqliteDriver
SqlsrvDriver::getTables() — Method in class SqlsrvDriver

Returns list of tables as tuples [(string) name, (bool) view, [(string) fullName]]

SqlsrvDriver::getColumns() — Method in class SqlsrvDriver

Returns metadata for all columns in a table.

SqlsrvDriver::getIndexes() — Method in class SqlsrvDriver

Returns metadata for all indexes in a table.

SqlsrvDriver::getForeignKeys() — Method in class SqlsrvDriver

Returns metadata for all foreign keys in a table.

SqlsrvDriver::getColumnTypes() — Method in class SqlsrvDriver
Explorer::getInsertId() — Method in class Explorer
Explorer::getConnection() — Method in class Explorer
Explorer::getStructure() — Method in class Explorer
Explorer::getConventions() — Method in class Explorer
IStructure::getTables() — Method in class IStructure

Returns tables list.

IStructure::getColumns() — Method in class IStructure

Returns table columns list.

IStructure::getPrimaryKey() — Method in class IStructure

Returns table primary key.

IStructure::getPrimaryAutoincrementKey() — Method in class IStructure

Returns autoincrement primary key name.

IStructure::getPrimaryKeySequence() — Method in class IStructure

Returns table primary key sequence.

IStructure::getHasManyReference() — Method in class IStructure

Returns hasMany reference.

IStructure::getBelongsToReference() — Method in class IStructure

Returns belongsTo reference.

QueryException::getQueryString() — Method in class QueryException
QueryException::getParameters() — Method in class QueryException
ResultDriver::getColumnCount() — Method in class ResultDriver

Returns the number of columns in a result set.

ResultDriver::getRowCount() — Method in class ResultDriver

Returns the number of rows in a result set.

ResultDriver::getColumnTypes() — Method in class ResultDriver

Returns associative array of detected types (IStructure::FIELD_*) in result set.

ResultDriver::getColumnMeta() — Method in class ResultDriver

Returns associative array of original table names.

ResultSet::getConnection() — Method in class ResultSet
ResultSet::getPdoStatement() — Method in class ResultSet
ResultSet::getQueryString() — Method in class ResultSet
ResultSet::getParameters() — Method in class ResultSet
ResultSet::getColumnCount() — Method in class ResultSet
ResultSet::getRowCount() — Method in class ResultSet
ResultSet::getColumnTypes() — Method in class ResultSet
ResultSet::getTime() — Method in class ResultSet
SqlLiteral::getParameters() — Method in class SqlLiteral
Structure::getTables() — Method in class Structure

Returns tables list.

Structure::getColumns() — Method in class Structure

Returns table columns list.

Structure::getPrimaryKey() — Method in class Structure
Structure::getPrimaryAutoincrementKey() — Method in class Structure

Returns autoincrement primary key name.

Structure::getPrimaryKeySequence() — Method in class Structure

Returns table primary key sequence.

Structure::getHasManyReference() — Method in class Structure

Returns hasMany reference.

Structure::getBelongsToReference() — Method in class Structure

Returns belongsTo reference.

ActiveRow::getTable() — Method in class ActiveRow
ActiveRow::getPrimary() — Method in class ActiveRow

Returns primary key value.

ActiveRow::getSignature() — Method in class ActiveRow

Returns row signature (composition of primary keys)

ActiveRow::getIterator() — Method in class ActiveRow
GroupedSelectionClass in namespace Nette\Database\Table

Representation of filtered table grouped by some column.

GroupedSelection::getRefTable() — Method in class GroupedSelection

Returns Selection parent for caching.

$ Selection#globalRefCacheProperty in class Selection

cache array of Selection and GroupedSelection prototypes

$ Selection#generalCacheKeyProperty in class Selection
Selection::getName() — Method in class Selection
Selection::getPrimary() — Method in class Selection
Selection::getPrimarySequence() — Method in class Selection
Selection::getSql() — Method in class Selection
Selection::getPreviousAccessedColumns() — Method in class Selection

Loads cache of previous accessed columns and returns it.

Selection::getSqlBuilder() — Method in class Selection
Selection::get() — Method in class Selection

Returns row specified by primary key.

Selection::group() — Method in class Selection

Sets group clause, more calls rewrite old value.

Selection::getRefTable() — Method in class Selection

Returns Selection parent for caching.

Selection::getGeneralCacheKey() — Method in class Selection

Returns general cache key independent on query parameters or sql limit Used e.g. for previously accessed columns caching

Selection::getSpecificCacheKey() — Method in class Selection

Returns object specific cache key dependent on query parameters Used e.g. for reference memory caching

Selection::getDataRefreshed() — Method in class Selection

Returns if selection requeried for more columns.

Selection::getReferencedTable() — Method in class Selection

Returns referenced row.

Selection::getReferencingTable() — Method in class Selection

Returns referencing rows.

$ SqlBuilder#groupProperty in class SqlBuilder

columns to grouping

SqlBuilder::getTableName() — Method in class SqlBuilder
SqlBuilder::getSelectQueryHash() — Method in class SqlBuilder

Returns select query hash for caching.

SqlBuilder::getParameters() — Method in class SqlBuilder
SqlBuilder::getSelect() — Method in class SqlBuilder
SqlBuilder::getConditions() — Method in class SqlBuilder
SqlBuilder::getOrder() — Method in class SqlBuilder
SqlBuilder::getLimit() — Method in class SqlBuilder
SqlBuilder::getOffset() — Method in class SqlBuilder
SqlBuilder::getGroup() — Method in class SqlBuilder
SqlBuilder::getHaving() — Method in class SqlBuilder
SqlBuilder::getSortedJoins() — Method in class SqlBuilder
Container::getValues() — Method in class Container

Returns the values submitted by the form.

Container::getUnsafeValues() — Method in class Container

Returns the potentially unvalidated values submitted by the form.

Container::getErrors() — Method in class Container

Returns all validation errors.

Container::getCurrentGroup() — Method in class Container

Returns current group.

Container::getControls() — Method in class Container

Iterates over all form controls.

Container::getForm() — Method in class Container

Returns form.

Control::getValue() — Method in class Control

Returns control's value.

Control::getErrors() — Method in class Control

Returns errors corresponding to control.

ControlGroup::getControls() — Method in class ControlGroup
ControlGroup::getOption() — Method in class ControlGroup

Returns user-specific option.

ControlGroup::getOptions() — Method in class ControlGroup

Returns user-specific options.

BaseControl::getCaption() — Method in class BaseControl
BaseControl::getForm() — Method in class BaseControl

Returns form.

BaseControl::getHttpData() — Method in class BaseControl

Loads HTTP data.

BaseControl::getHtmlName() — Method in class BaseControl

Returns HTML name of control.

BaseControl::getValue() — Method in class BaseControl

Returns control's value.

BaseControl::getControl() — Method in class BaseControl

Generates control's HTML element.

BaseControl::getLabel() — Method in class BaseControl

Generates label's HTML element.

BaseControl::getControlPart() — Method in class BaseControl
BaseControl::getLabelPart() — Method in class BaseControl
BaseControl::getControlPrototype() — Method in class BaseControl

Returns control's HTML element template.

BaseControl::getLabelPrototype() — Method in class BaseControl

Returns label's HTML element template.

BaseControl::getHtmlId() — Method in class BaseControl

Returns control's HTML id.

BaseControl::getTranslator() — Method in class BaseControl

Returns translate adapter.

BaseControl::getRules() — Method in class BaseControl
BaseControl::getError() — Method in class BaseControl

Returns errors corresponding to control.

BaseControl::getErrors() — Method in class BaseControl

Returns errors corresponding to control.

BaseControl::getOption() — Method in class BaseControl

Returns user-specific option.

BaseControl::getOptions() — Method in class BaseControl

Returns user-specific options.

Button::getLabel() — Method in class Button

Bypasses label generation.

Button::getControl() — Method in class Button

Generates control's HTML element.

Checkbox::getControl() — Method in class Checkbox

Generates control's HTML element.

Checkbox::getLabel() — Method in class Checkbox

Bypasses label generation.

Checkbox::getControlPart() — Method in class Checkbox
Checkbox::getLabelPart() — Method in class Checkbox
Checkbox::getContainerPrototype() — Method in class Checkbox

Returns container HTML element template.

Checkbox::getSeparatorPrototype() — Method in class Checkbox
CheckboxList::getControl() — Method in class CheckboxList

Generates control's HTML element.

CheckboxList::getLabel() — Method in class CheckboxList

Generates label's HTML element.

CheckboxList::getControlPart() — Method in class CheckboxList
CheckboxList::getLabelPart() — Method in class CheckboxList
CheckboxList::getSeparatorPrototype() — Method in class CheckboxList

Returns separator HTML element template.

CheckboxList::getContainerPrototype() — Method in class CheckboxList

Returns container HTML element template.

CheckboxList::getItemLabelPrototype() — Method in class CheckboxList

Returns item label HTML element template.

ChoiceControl::getValue() — Method in class ChoiceControl

Returns selected key.

ChoiceControl::getRawValue() — Method in class ChoiceControl

Returns selected key (not checked).

ChoiceControl::getItems() — Method in class ChoiceControl

Returns items from which to choose.

ChoiceControl::getSelectedItem() — Method in class ChoiceControl

Returns selected value.

CsrfProtection::getToken() — Method in class CsrfProtection
CsrfProtection::getControl() — Method in class CsrfProtection

Generates control's HTML element.

HiddenField::getValue() — Method in class HiddenField

Returns control's value.

HiddenField::getControl() — Method in class HiddenField

Generates control's HTML element.

HiddenField::getLabel() — Method in class HiddenField

Bypasses label generation.

ImageButton::getHtmlName() — Method in class ImageButton

Returns HTML name of control.

ImageButton::getValue() — Method in class ImageButton
MultiChoiceControl::getValue() — Method in class MultiChoiceControl

Returns selected keys.

MultiChoiceControl::getRawValue() — Method in class MultiChoiceControl

Returns selected keys (not checked).

MultiChoiceControl::getItems() — Method in class MultiChoiceControl

Returns items from which to choose.

MultiChoiceControl::getSelectedItems() — Method in class MultiChoiceControl

Returns selected values.

MultiChoiceControl::getHtmlName() — Method in class MultiChoiceControl

Returns HTML name of control.

MultiSelectBox::getControl() — Method in class MultiSelectBox

Generates control's HTML element.

MultiSelectBox::getOptionAttributes() — Method in class MultiSelectBox
$ RadioList#generateIdProperty in class RadioList
RadioList::getControl() — Method in class RadioList

Generates control's HTML element.

RadioList::getLabel() — Method in class RadioList

Generates label's HTML element.

RadioList::getControlPart() — Method in class RadioList
RadioList::getLabelPart() — Method in class RadioList
RadioList::getSeparatorPrototype() — Method in class RadioList

Returns separator HTML element template.

RadioList::getContainerPrototype() — Method in class RadioList

Returns container HTML element template.

RadioList::getItemLabelPrototype() — Method in class RadioList

Returns item label HTML element template.

SelectBox::getPrompt() — Method in class SelectBox

Returns first prompt item?

SelectBox::getControl() — Method in class SelectBox

Generates control's HTML element.

SelectBox::getOptionAttributes() — Method in class SelectBox
SubmitButton::getValidationScope() — Method in class SubmitButton

Gets the validation scope.

SubmitButton::getControl() — Method in class SubmitButton

Generates control's HTML element.

TextArea::getControl() — Method in class TextArea

Generates control's HTML element.

TextBase::getValue() — Method in class TextBase

Returns control's value.

TextBase::getEmptyValue() — Method in class TextBase

Returns the special value which is treated as empty string.

TextBase::getControl() — Method in class TextBase

Generates control's HTML element.

TextBase::getRenderedValue() — Method in class TextBase
TextInput::getControl() — Method in class TextInput

Generates control's HTML element.

UploadControl::getHtmlName() — Method in class UploadControl

Returns HTML name of control.

Form::getForm() — Method in class Form

Returns self.

Form::getAction() — Method in class Form

Returns form's action.

Form::getMethod() — Method in class Form

Returns form's method.

Form::getGroups() — Method in class Form

Returns all defined groups.

Form::getGroup() — Method in class Form

Returns the specified group.

Form::getTranslator() — Method in class Form

Returns translate adapter.

Form::getHttpData() — Method in class Form

Returns submitted HTTP data.

Form::getErrors() — Method in class Form

Returns global validation errors.

Form::getOwnErrors() — Method in class Form

Returns form's validation errors.

Form::getElementPrototype() — Method in class Form

Returns form's HTML element template.

Form::getRenderer() — Method in class Form

Returns form renderer.

Form::getToggles() — Method in class Form
Helpers::generateHtmlName() — Method in class Helpers

Converts control name to HTML name.

DataClassGenerator::generateCode() — Method in class DataClassGenerator
DefaultFormRenderer::getWrapper() — Method in class DefaultFormRenderer
DefaultFormRenderer::getValue() — Method in class DefaultFormRenderer
Rules::getToggles() — Method in class Rules
Rules::getToggleStates() — Method in class Rules
Rules::getIterator() — Method in class Rules

Iterates over complete ruleset.

SubmitterControl::getValidationScope() — Method in class SubmitterControl

Gets the validation scope. Clicking the button validates only the controls within the specified scope.

Context::getRequest() — Method in class Context
Context::getResponse() — Method in class Context
FileUpload::getName() — Method in class FileUpload
FileUpload::getUntrustedName() — Method in class FileUpload

Returns the original file name as submitted by the browser. Do not trust the value returned by this method.

FileUpload::getSanitizedName() — Method in class FileUpload

Returns the sanitized file name. The resulting name contains only ASCII characters [a-zA-Z0-9.-].

FileUpload::getUntrustedFullPath() — Method in class FileUpload

Returns the original full path as submitted by the browser during directory upload. Do not trust the value returned by this method. A client could send a malicious directory structure with the intention to corrupt or hack your application.

FileUpload::getContentType() — Method in class FileUpload

Detects the MIME content type of the uploaded file based on its signature. Requires PHP extension fileinfo.

FileUpload::getSize() — Method in class FileUpload

Returns the path of the temporary location of the uploaded file.

FileUpload::getTemporaryFile() — Method in class FileUpload

Returns the path of the temporary location of the uploaded file.

FileUpload::getError() — Method in class FileUpload

Returns the error code. It is be one of UPLOAD_ERR_XXX constants.

FileUpload::getImageSize() — Method in class FileUpload

Returns a pair of [width, height] with dimensions of the uploaded image.

FileUpload::getImageFileExtension() — Method in class FileUpload

Returns image file extension based on detected content type (without dot).

FileUpload::getContents() — Method in class FileUpload

Returns the contents of the uploaded file. If the upload was not successful, it returns null.

IRequest::getUrl() — Method in class IRequest

Returns URL object.

IRequest::getQuery() — Method in class IRequest

Returns variable provided to the script via URL query ($_GET).

IRequest::getPost() — Method in class IRequest

Returns variable provided to the script via POST method ($_POST).

IRequest::getFile() — Method in class IRequest

Returns uploaded file.

IRequest::getFiles() — Method in class IRequest

Returns uploaded files.

IRequest::getCookie() — Method in class IRequest

Returns variable provided to the script via HTTP cookies.

IRequest::getCookies() — Method in class IRequest

Returns variables provided to the script via HTTP cookies.

IRequest::getMethod() — Method in class IRequest

Returns HTTP request method (GET, POST, HEAD, PUT, ...). The method is case-sensitive.

IRequest::getHeader() — Method in class IRequest

Return the value of the HTTP header. Pass the header name as the plain, HTTP-specified header name (e.g. 'Accept-Encoding').

IRequest::getHeaders() — Method in class IRequest

Returns all HTTP headers.

IRequest::getRemoteAddress() — Method in class IRequest

Returns the IP address of the remote client.

IRequest::getRemoteHost() — Method in class IRequest

Returns the host of the remote client.

IRequest::getRawBody() — Method in class IRequest

Returns raw content of HTTP request body.

IRequest::getReferer() — Method in class IRequest

Returns referrer.

IResponse::getCode() — Method in class IResponse

Returns HTTP response code.

IResponse::getHeader() — Method in class IResponse

Returns value of an HTTP header.

IResponse::getHeaders() — Method in class IResponse

Returns a associative array of headers to sent.

Request::getUrl() — Method in class Request

Returns the URL of the request.

Request::getQuery() — Method in class Request

Returns variable provided to the script via URL query ($_GET).

Request::getPost() — Method in class Request

Returns variable provided to the script via POST method ($_POST).

Request::getFile() — Method in class Request

Returns uploaded file.

Request::getFiles() — Method in class Request

Returns tree of upload files in a normalized structure, with each leaf an instance of Nette\Http\FileUpload.

Request::getCookie() — Method in class Request

Returns a cookie or null if it does not exist.

Request::getCookies() — Method in class Request

Returns all cookies.

Request::getMethod() — Method in class Request

Returns the HTTP method with which the request was made (GET, POST, HEAD, PUT, ...).

Request::getHeader() — Method in class Request

Returns an HTTP header or null if it does not exist. The parameter is case-insensitive.

Request::getHeaders() — Method in class Request

Returns all HTTP headers as associative array.

Request::getReferer() — Method in class Request

What URL did the user come from? Beware, it is not reliable at all.

Request::getRemoteAddress() — Method in class Request

Returns the IP address of the remote client.

Request::getRemoteHost() — Method in class Request

Returns the host of the remote client.

Request::getRawBody() — Method in class Request

Returns raw content of HTTP request body.

Response::getCode() — Method in class Response

Returns HTTP response code.

Response::getHeader() — Method in class Response

Returns the sent HTTP header, or null if it does not exist. The parameter is case-insensitive.

Response::getHeaders() — Method in class Response

Returns all sent HTTP headers as associative array.

Session::getId() — Method in class Session

Returns the current session ID. Don't make dependencies, can be changed for each request.

Session::getName() — Method in class Session

Gets the session name.

Session::getSection() — Method in class Session

Returns specified session section.

Session::getIterator() — Method in class Session
Session::getOptions() — Method in class Session

Returns all session options.

SessionSection::getIterator() — Method in class SessionSection

Returns an iterator over all section variables.

SessionSection::get() — Method in class SessionSection

Gets a variable from this session section.

Url::getScheme() — Method in class Url
Url::getUser() — Method in class Url
Url::getPassword() — Method in class Url
Url::getHost() — Method in class Url
Url::getDomain() — Method in class Url

Returns the part of domain.

Url::getPort() — Method in class Url
Url::getPath() — Method in class Url
Url::getQuery() — Method in class Url
Url::getQueryParameters() — Method in class Url
Url::getQueryParameter() — Method in class Url
Url::getFragment() — Method in class Url
Url::getAbsoluteUrl() — Method in class Url
Url::getAuthority() — Method in class Url

Returns the [user[:pass]@]host[:port] part of URI.

Url::getHostUrl() — Method in class Url

Returns the scheme and authority part of URI.

Url::getBasePath() — Method in class Url
Url::getBaseUrl() — Method in class Url
Url::getRelativeUrl() — Method in class Url
UrlImmutable::getScheme() — Method in class UrlImmutable
UrlImmutable::getUser() — Method in class UrlImmutable
UrlImmutable::getPassword() — Method in class UrlImmutable
UrlImmutable::getHost() — Method in class UrlImmutable
UrlImmutable::getDomain() — Method in class UrlImmutable
UrlImmutable::getPort() — Method in class UrlImmutable
UrlImmutable::getPath() — Method in class UrlImmutable
UrlImmutable::getQuery() — Method in class UrlImmutable
UrlImmutable::getQueryParameters() — Method in class UrlImmutable
UrlImmutable::getQueryParameter() — Method in class UrlImmutable
UrlImmutable::getFragment() — Method in class UrlImmutable
UrlImmutable::getAbsoluteUrl() — Method in class UrlImmutable

Returns the entire URI including query string and fragment.

UrlImmutable::getAuthority() — Method in class UrlImmutable

Returns the [user[:pass]@]host[:port] part of URI.

UrlImmutable::getHostUrl() — Method in class UrlImmutable

Returns the scheme and authority part of URI.

UrlScript::getScriptPath() — Method in class UrlScript
UrlScript::getBasePath() — Method in class UrlScript
UrlScript::getRelativePath() — Method in class UrlScript
UrlScript::getBaseUrl() — Method in class UrlScript
UrlScript::getRelativeUrl() — Method in class UrlScript
UrlScript::getPathInfo() — Method in class UrlScript

Returns the additional path information.

CachingIterator::getCounter() — Method in class CachingIterator

Returns the counter.

CachingIterator::getNextKey() — Method in class CachingIterator

Returns the next key.

CachingIterator::getNextValue() — Method in class CachingIterator

Returns the next element.

RobotLoader::getIndexedClasses() — Method in class RobotLoader
RobotLoader::getCacheKey() — Method in class RobotLoader
DkimSigner::generateSignedMessage() — Method in class DkimSigner
DkimSigner::getSignature() — Method in class DkimSigner
DkimSigner::getSignedHeaders() — Method in class DkimSigner
DkimSigner::getTime() — Method in class DkimSigner
Message::getFrom() — Method in class Message

Returns the sender of the message.

Message::getSubject() — Method in class Message

Returns the subject of the message.

Message::getReturnPath() — Method in class Message

Returns the Return-Path header.

Message::getPriority() — Method in class Message

Returns email priority.

Message::getHtmlBody() — Method in class Message

Gets HTML body.

Message::getAttachments() — Method in class Message

Gets all email attachments.

Message::generateMessage() — Method in class Message

Returns encoded message.

MimePart::getHeader() — Method in class MimePart

Returns a header.

MimePart::getEncodedHeader() — Method in class MimePart

Returns an encoded header.

MimePart::getHeaders() — Method in class MimePart

Returns all headers.

MimePart::getEncoding() — Method in class MimePart

Returns Content-Transfer-Encoding header.

MimePart::getBody() — Method in class MimePart

Gets textual body.

MimePart::getEncodedMessage() — Method in class MimePart

Returns encoded message.

Signer::generateSignedMessage() — Method in class Signer
Node::getSubNodes() — Method in class Node
ArrayItemNode::getSubNodes() — Method in class ArrayItemNode
ArrayNode::getSubNodes() — Method in class ArrayNode
EntityChainNode::getSubNodes() — Method in class EntityChainNode
EntityNode::getSubNodes() — Method in class EntityNode
TokenStream::getPos() — Method in class TokenStream
TokenStream::getTokens() — Method in class TokenStream
TokenStream::getIndentation() — Method in class TokenStream
Attribute::getName() — Method in class Attribute
Attribute::getArguments() — Method in class Attribute
ClassType::getNamespace() — Method in class ClassType
ClassType::getName() — Method in class ClassType
ClassType::getType() — Method in class ClassType
ClassType::getExtends() — Method in class ClassType
ClassType::getImplements() — Method in class ClassType
ClassType::getTraits() — Method in class ClassType
ClassType::getConstants() — Method in class ClassType
ClassType::getCases() — Method in class ClassType
ClassType::getProperties() — Method in class ClassType
ClassType::getProperty() — Method in class ClassType
ClassType::getMethods() — Method in class ClassType
ClassType::getMethod() — Method in class ClassType
Closure::getUses() — Method in class Closure
Constant::getValue() — Method in class Constant
EnumCase::getValue() — Method in class EnumCase
GlobalFunctionClass in namespace Nette\PhpGenerator

Global function.

Parameter::getType() — Method in class Parameter
Parameter::getTypeHint() — Method in class Parameter
Parameter::getDefaultValue() — Method in class Parameter
PhpFile::getNamespaces() — Method in class PhpFile
PhpFile::getClasses() — Method in class PhpFile
PhpFile::getFunctions() — Method in class PhpFile
PhpFile::getStrictTypes() — Method in class PhpFile
PhpNamespace::getName() — Method in class PhpNamespace
PhpNamespace::getBracketedSyntax() — Method in class PhpNamespace
PhpNamespace::getUses() — Method in class PhpNamespace
PhpNamespace::getClasses() — Method in class PhpNamespace
PhpNamespace::getFunctions() — Method in class PhpNamespace
Property::getValue() — Method in class Property
Property::getType() — Method in class Property
TraitUse::getResolutions() — Method in class TraitUse
AttributeAware::getAttributes() — Method in class AttributeAware
CommentAware::getComment() — Method in class CommentAware
FunctionLike::getBody() — Method in class FunctionLike
FunctionLike::getParameters() — Method in class FunctionLike
FunctionLike::getReturnType() — Method in class FunctionLike
FunctionLike::getReturnReference() — Method in class FunctionLike
FunctionLike::getReturnNullable() — Method in class FunctionLike
NameAware::getName() — Method in class NameAware
VisibilityAware::getVisibility() — Method in class VisibilityAware
Type::getType() — Method in class Type
Route::getMask() — Method in class Route

Returns mask.

Route::getMetadata() — Method in class Route
Route::getDefaults() — Method in class Route

Returns default values.

Route::getConstantParameters() — Method in class Route
RouteList::getRouters() — Method in class RouteList
RouteList::getFlags() — Method in class RouteList
RouteList::getDomain() — Method in class RouteList
RouteList::getPath() — Method in class RouteList
SimpleRouter::getDefaults() — Method in class SimpleRouter

Returns default values.

Helpers::getPropertyType() — Method in class Helpers
Processor::getWarnings() — Method in class Processor
ValidationException::getMessages() — Method in class ValidationException
ValidationException::getMessageObjects() — Method in class ValidationException
IIdentity::getId() — Method in class IIdentity

Returns the ID of user.

IIdentity::getRoles() — Method in class IIdentity

Returns a list of roles that the user is a member of.

IIdentity::getData() — Method in class IIdentity
Permission::getRoles() — Method in class Permission

Returns all Roles.

Permission::getRoleParents() — Method in class Permission

Returns existing Role's parents ordered by ascending priority.

Permission::getResources() — Method in class Permission

Returns all Resources.

Permission::getQueriedRole() — Method in class Permission

Returns real currently queried Role. Use by assertion.

Permission::getQueriedResource() — Method in class Permission

Returns real currently queried Resource. Use by assertion.

Resource::getResourceId() — Method in class Resource

Returns a string identifier of the Resource.

Role::getRoleId() — Method in class Role

Returns a string identifier of the Role.

SimpleIdentity::getId() — Method in class SimpleIdentity

Returns the ID of user.

SimpleIdentity::getRoles() — Method in class SimpleIdentity

Returns a list of roles that the user is a member of.

SimpleIdentity::getData() — Method in class SimpleIdentity

Returns a user data.

$ User#guestRoleProperty in class User

default role for unauthenticated user

User::getStorage() — Method in class User
User::getIdentity() — Method in class User

Returns current user identity, if any.

User::getId() — Method in class User

Returns current user ID, if any.

User::getAuthenticator() — Method in class User

Returns authentication handler.

User::getAuthenticatorIfExists() — Method in class User

Returns authentication handler.

User::getLogoutReason() — Method in class User

Why was user logged out? Returns LOGOUT_MANUAL or LOGOUT_INACTIVITY.

User::getRoles() — Method in class User

Returns a list of effective roles that a user has been granted.

User::getAuthorizator() — Method in class User

Returns current authorization handler.

User::getAuthorizatorIfExists() — Method in class User

Returns current authorization handler.

UserStorage::getState() — Method in class UserStorage

Returns user authenticated state, identity and logout reason.

Tokenizer::getCoordinates() — Method in class Tokenizer

Returns position of token in input string.

ArrayHash::getIterator() — Method in class ArrayHash

Returns an iterator over all items.

ArrayList::getIterator() — Method in class ArrayList

Returns an iterator over all items.

Arrays::get() — Method in class Arrays

Returns item from array. If it does not exist, it throws an exception, unless a default value is set.

Arrays::getRef() — Method in class Arrays

Returns reference to array item. If the index does not exist, new one is created with value null.

Arrays::getKeyOffset() — Method in class Arrays

Returns zero-indexed position of given array key. Returns null if key is not found.

Arrays::grep() — Method in class Arrays

Returns only those array items, which matches a regular expression $pattern.

FileInfo::getRelativePath() — Method in class FileInfo

Returns the relative directory path.

FileInfo::getRelativePathname() — Method in class FileInfo

Returns the relative path including file name.

FileInfo::getContents() — Method in class FileInfo

Returns the contents of the file.

Finder::getIterator() — Method in class Finder
Helpers::getLastError() — Method in class Helpers

Returns the last occurred PHP error or an empty string if no error occurred. Unlike error_get_last(), it is nit affected by the PHP directive html_errors and always returns text, not HTML.

Helpers::getSuggestion() — Method in class Helpers

Looks for a string from possibilities that is most similar to value, but not the same (for 8-bit encoding).

Html::getName() — Method in class Html

Returns element's name.

Html::getAttribute() — Method in class Html

Returns element's attribute.

Html::getHtml() — Method in class Html

Returns element's HTML content.

Html::getText() — Method in class Html

Returns element's textual content.

Html::getIterator() — Method in class Html

Iterates over elements.

Html::getChildren() — Method in class Html

Returns all children.

Image::getWidth() — Method in class Image

Returns image width.

Image::getHeight() — Method in class Image

Returns image height.

Image::getImageResource() — Method in class Image

Returns image GD resource.

Image::gammaCorrect() — Method in class Image
Image::getClip() — Method in class Image
ObjectHelpers::getMagicProperties() — Method in class ObjectHelpers

Returns array of magic properties defined by annotation @property.

ObjectHelpers::getSuggestion() — Method in class ObjectHelpers

Finds the best suggestion (for 8-bit encoding).

Paginator::getPage() — Method in class Paginator

Returns current page number.

Paginator::getFirstPage() — Method in class Paginator

Returns first page number.

Paginator::getLastPage() — Method in class Paginator

Returns last page number.

Paginator::getFirstItemOnPage() — Method in class Paginator

Returns the sequence number of the first element on the page

Paginator::getLastItemOnPage() — Method in class Paginator

Returns the sequence number of the last element on the page

Paginator::getBase() — Method in class Paginator

Returns first page (base) number.

Paginator::getPageIndex() — Method in class Paginator

Returns zero-based page number.

Paginator::getPageCount() — Method in class Paginator

Returns the total number of pages.

Paginator::getItemsPerPage() — Method in class Paginator

Returns the number of items to display on a single page.

Paginator::getItemCount() — Method in class Paginator

Returns the total number of items.

Paginator::getOffset() — Method in class Paginator

Returns the absolute index of the first item on current page.

Paginator::getCountdownOffset() — Method in class Paginator

Returns the absolute index of the first item on current page in countdown paging.

Paginator::getLength() — Method in class Paginator

Returns the number of items on current page.

Random::generate() — Method in class Random

Generates a random string of given length from characters specified in second argument.

Reflection::getReturnType() — Method in class Reflection

Returns the type of return value of given function or method and normalizes self, static, and parent to actual class names.

Reflection::getParameterType() — Method in class Reflection

Returns the type of given parameter and normalizes self and parent to the actual class names.

Reflection::getPropertyType() — Method in class Reflection

Returns the type of given property and normalizes self and parent to the actual class names.

Reflection::getParameterDefaultValue() — Method in class Reflection
Reflection::getPropertyDeclaringClass() — Method in class Reflection

Returns a reflection of a class or trait that contains a declaration of given property. Property can also be declared in the trait.

Reflection::getMethodDeclaringMethod() — Method in class Reflection

Returns a reflection of a method that contains a declaration of $method.

Reflection::getUseStatements() — Method in class Reflection
Type::getNames() — Method in class Type

Returns the array of subtypes that make up the compound type as strings.

Type::getTypes() — Method in class Type

Returns the array of subtypes that make up the compound type as Type objects:

Type::getSingleName() — Method in class Type

Returns the type name for single types, otherwise null.

H

HelpersClass in namespace Nette\Application

Application helpers.

Request::hasFlag() — Method in class Request

Checks the flag.

Component::hasPresenter() — Method in class Component
ComponentReflection::hasCallableMethod() — Method in class ComponentReflection

Is a method callable? It means class is instantiable and method has public visibility, is non-static and non-abstract.

ComponentReflection::hasAnnotation() — Method in class ComponentReflection

Has class specified annotation?

Form::hasPresenter() — Method in class Form
MethodReflection::hasAnnotation() — Method in class MethodReflection

Has method specified annotation?

Presenter::hasPresenter() — Method in class Presenter
Presenter::handleInvalidLink() — Method in class Presenter

Invalid link handler. Descendant can override this method to change default behaviour.

Presenter::hasFlashSession() — Method in class Presenter

Checks if a flash session namespace exists.

RecursiveComponentIterator::hasChildren() — Method in class RecursiveComponentIterator

Has the current element has children?

HelpersClass in namespace Nette\DI\Config

Configuration helpers.

Container::hasService() — Method in class Container

Does the service exist?

ContainerBuilder::hasDefinition() — Method in class ContainerBuilder

Does the service definition or alias exist?

HelpersClass in namespace Nette\DI

The DI helpers.

HelpersClass in namespace Nette\Database

Database helpers.

Selection::having() — Method in class Selection

Sets having clause, more calls rewrite old value.

$ SqlBuilder#havingProperty in class SqlBuilder

grouping condition

$ BaseControl#htmlIdProperty in class BaseControl
$ BaseControl#htmlNameProperty in class BaseControl
BaseControl::hasErrors() — Method in class BaseControl
HiddenFieldClass in namespace Nette\Forms\Controls

Hidden form control used to store a non-displayed value.

$ Form#httpRequestProperty in class Form
Form::hasErrors() — Method in class Form
HelpersClass in namespace Nette\Forms

Forms helpers.

HtmlStringableClass in namespace Nette
FileUpload::hasFile() — Method in class FileUpload

Returns true if the user has uploaded a file.

HelpersClass in namespace Nette\Http

Rendering helpers for HTTP.

$ Request#headersProperty in class Request
$ Response#headersProperty in class Response
Session::hasSection() — Method in class Session

Checks if a session section exist and is not empty.

$ Url#hostProperty in class Url
$ Url#hostUrlProperty in class Url
$ UrlImmutable#hostProperty in class UrlImmutable
$ UrlImmutable#hostUrlProperty in class UrlImmutable
ClassType::hasProperty() — Method in class ClassType
ClassType::hasMethod() — Method in class ClassType
HelpersClass in namespace Nette\PhpGenerator
Parameter::hasDefaultValue() — Method in class Parameter
PhpFile::hasStrictTypes() — Method in class PhpFile
PhpNamespace::hasBracketedSyntax() — Method in class PhpNamespace
HelpersClass in namespace Nette\Schema
Passwords::hash() — Method in class Passwords

Computes password´s hash. The result contains the algorithm ID and its settings, cryptographical salt and the hash itself.

Permission::hasRole() — Method in class Permission

Returns true if the Role exists in the list.

Permission::hasResource() — Method in class Permission

Returns true if the Resource exists in the list.

User::hasAuthenticator() — Method in class User
User::hasAuthorizator() — Method in class User
HelpersClass in namespace Nette\Utils
HtmlClass in namespace Nette\Utils

HTML helper.

$ Html#headersProperty in class Html
$ Html#heightProperty in class Html
$ Html#hiddenProperty in class Html
$ Html#highProperty in class Html
$ Html#hrefProperty in class Html
$ Html#hreflangProperty in class Html
Html::htmlToText() — Method in class Html

Converts given HTML code to plain text.

Html::href() — Method in class Html

Special setter for element's attribute.

Html::headers() — Method in class Html
Html::height() — Method in class Html
Html::hidden() — Method in class Html
Html::high() — Method in class Html
Html::hreflang() — Method in class Html
$ Image#heightProperty in class Image
ObjectHelpers::hasProperty() — Method in class ObjectHelpers

Checks if the public non-static property exists.

I

IPresenterClass in namespace Nette\Application

Presenter converts Request to Response.

IPresenterFactoryClass in namespace Nette\Application

Responsible for creating a new instance of given presenter.

IResponseClass in namespace Nette\Application
InvalidPresenterExceptionClass in namespace Nette\Application

The exception that is thrown when a presenter cannot be loaded.

Request::isMethod() — Method in class Request

Checks if the method is the given one.

Component::isLinkCurrent() — Method in class Component

Determines whether it links to the current page.

Control::isControlInvalid() — Method in class Control

Is required to repaint the control or its snippet?

Form::isAnchored() — Method in class Form

Tells if the form is anchored.

IRenderableClass in namespace Nette\Application\UI
ISignalReceiverClass in namespace Nette\Application\UI
IStatePersistentClass in namespace Nette\Application\UI
ITemplateClass in namespace Nette\Application\UI
ITemplateFactoryClass in namespace Nette\Application\UI
InvalidLinkExceptionClass in namespace Nette\Application\UI

Link generation exception.

Link::isLinkCurrent() — Method in class Link

Determines whether this links to the current page.

$ Presenter#invalidLinkModeProperty in class Presenter
Presenter::isModuleCurrent() — Method in class Presenter
Presenter::isSignalReceiver() — Method in class Presenter

Checks if the signal receiver is the given one.

Presenter::isAjax() — Method in class Presenter

Is AJAX request?

Presenter::injectPrimary() — Method in class Presenter
Renderable::isControlInvalid() — Method in class Renderable

Is required to repaint the control?

Configurator::isDebugMode() — Method in class Configurator
ILatteFactoryClass in namespace Nette\Bridges\ApplicationLatte
IBulkReaderClass in namespace Nette\Caching
IStorageClass in namespace Nette\Caching
IJournalClass in namespace Nette\Caching\Storages
MemcachedStorage::isAvailable() — Method in class MemcachedStorage

Checks if Memcached extension is available.

IComponentClass in namespace Nette\ComponentModel

Provides functionality required by all components.

IContainerClass in namespace Nette\ComponentModel

Containers are objects that logically contain zero or more IComponent components.

InjectClass in namespace Nette\DI\Attributes
$ CompilerExtension#initializationProperty in class CompilerExtension
IAdapterClass in namespace Nette\DI\Config
Container::isCreated() — Method in class Container

Is the service created?

Definition::isAnonymous() — Method in class Definition
Definition::isExported() — Method in class Definition
Definition::isDynamic() — Method in class Definition
Definition::isAutowired() — Method in class Definition
ImportedDefinitionClass in namespace Nette\DI\Definitions

Imported service injected to the container.

ImportedDefinition::isDynamic() — Method in class ImportedDefinition
Reference::isName() — Method in class Reference
Reference::isType() — Method in class Reference
Reference::isSelf() — Method in class Reference
DependencyChecker::isExpired() — Method in class DependencyChecker

Are dependencies expired?

InjectExtensionClass in namespace Nette\DI\Extensions

Calls inject methods and fills @inject properties.

InvalidConfigurationExceptionClass in namespace Nette\DI

Error in configuration.

Driver::isSupported() — Method in class Driver

Cheks if driver supports specific property

MsSqlDriver::isSupported() — Method in class MsSqlDriver

Cheks if driver supports specific property

MySqlDriver::isSupported() — Method in class MySqlDriver

Cheks if driver supports specific property

OciDriver::isSupported() — Method in class OciDriver

Cheks if driver supports specific property

OdbcDriver::isSupported() — Method in class OdbcDriver

Cheks if driver supports specific property

PgSqlDriver::isSupported() — Method in class PgSqlDriver

Cheks if driver supports specific property

SqliteDriver::isSupported() — Method in class SqliteDriver

Cheks if driver supports specific property

SqlsrvDriver::isSupported() — Method in class SqlsrvDriver

Cheks if driver supports specific property

Helpers::initializeTracy() — Method in class Helpers
IConventionsClass in namespace Nette\Database
IRowClass in namespace Nette\Database
IRowContainerClass in namespace Nette\Database
IStructureClass in namespace Nette\Database

Provides cached reflection for database structure.

IStructure::isRebuilt() — Method in class IStructure

Returns true if database cached structure has been rebuilt.

ISupplementalDriverClass in namespace Nette\Database
$ Structure#isRebuiltProperty in class Structure
Structure::isRebuilt() — Method in class Structure

Returns true if database cached structure has been rebuilt.

GroupedSelection::insert() — Method in class GroupedSelection

Inserts row in a table.

IRowClass in namespace Nette\Database\Table
IRowContainerClass in namespace Nette\Database\Table
Selection::insert() — Method in class Selection

Inserts row in a table.

SqlBuilder::importConditions() — Method in class SqlBuilder
SqlBuilder::importGroupConditions() — Method in class SqlBuilder
Container::isValid() — Method in class Container

Is form valid?

Control::isOmitted() — Method in class Control

Is control value excluded from $form->getValues() result?

$ BaseControl#idMaskProperty in class BaseControl
BaseControl::isFilled() — Method in class BaseControl

Is control filled?

BaseControl::isDisabled() — Method in class BaseControl

Is control disabled?

BaseControl::isOmitted() — Method in class BaseControl

Is control value excluded from $form->getValues() result?

BaseControl::isRequired() — Method in class BaseControl

Is control mandatory?

Button::isFilled() — Method in class Button

Is button pressed?

Checkbox::isFilled() — Method in class Checkbox

Is control filled?

$ CheckboxList#itemLabelProperty in class CheckboxList

item label template

$ CheckboxList#itemLabelPrototypeProperty in class CheckboxList
$ ChoiceControl#itemsProperty in class ChoiceControl
ChoiceControl::isFilled() — Method in class ChoiceControl

Is any item selected?

ImageButtonClass in namespace Nette\Forms\Controls

Submittable image button form control.

$ MultiChoiceControl#itemsProperty in class MultiChoiceControl
MultiChoiceControl::isFilled() — Method in class MultiChoiceControl

Is any item selected?

$ RadioList#itemLabelProperty in class RadioList

item label template

$ RadioList#itemLabelPrototypeProperty in class RadioList
SelectBox::isOk() — Method in class SelectBox
SubmitButton::isSubmittedBy() — Method in class SubmitButton

Tells if the form was submitted by this button.

UploadControl::isFilled() — Method in class UploadControl

Has been any file uploaded?

UploadControl::isOk() — Method in class UploadControl

Have been all files succesfully uploaded?

Form::isMethod() — Method in class Form

Checks if the request method is the given one.

Form::isAnchored() — Method in class Form

Tells if the form is anchored.

Form::isSubmitted() — Method in class Form

Tells if the form was submitted.

Form::isSuccess() — Method in class Form

Tells if the form was submitted and successfully validated.

Form::initialize() — Method in class Form

Initialize standalone forms.

Helpers::iniGetSize() — Method in class Helpers
IControlClass in namespace Nette\Forms
IFormRendererClass in namespace Nette\Forms
ISubmitterControlClass in namespace Nette\Forms
$ Rule#isNegativeProperty in class Rule
Rules::isRequired() — Method in class Rules

Is control mandatory?

Context::isModified() — Method in class Context

Attempts to cache the sent entity by its last modification date.

FileUpload::isOk() — Method in class FileUpload

Returns true if the file was uploaded successfully.

FileUpload::isImage() — Method in class FileUpload

Returns true if the uploaded file is a JPEG, PNG, GIF, or WebP image.

Helpers::ipMatch() — Method in class Helpers

Is IP address in CIDR block?

Helpers::initCookie() — Method in class Helpers
IRequestClass in namespace Nette\Http

HTTP request provides access scheme for request sent via HTTP.

IRequest::isMethod() — Method in class IRequest

Checks HTTP request method.

IRequest::isSecured() — Method in class IRequest

Is the request sent via secure channel (https)?

IRequest::isAjax() — Method in class IRequest

Is AJAX request?

IRequest::isSameSite() — Method in class IRequest

Is the request sent from the same origin?

IResponseClass in namespace Nette\Http

HTTP response interface.

IResponse::isSent() — Method in class IResponse

Checks if headers have been sent.

Request::isMethod() — Method in class Request

Checks the HTTP method with which the request was made. The parameter is case-insensitive.

Request::isSecured() — Method in class Request

Is the request sent via secure channel (https)?

Request::isSameSite() — Method in class Request

Is the request coming from the same site and is initiated by clicking on a link?

Request::isAjax() — Method in class Request

Is it an AJAX request?

Response::isSent() — Method in class Response

Returns whether headers have already been sent from the server to the browser, so it is no longer possible to send headers or change the response code.

Session::isStarted() — Method in class Session

Has been session started?

Url::isEqual() — Method in class Url

URL comparison.

UrlImmutable::isEqual() — Method in class UrlImmutable
IOExceptionClass in namespace Nette

The exception that is thrown when an I/O error occurs.

InvalidArgumentExceptionClass in namespace Nette

The exception that is thrown when an argument does not match with the expected value.

InvalidStateExceptionClass in namespace Nette

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.

CachingIterator::isFirst() — Method in class CachingIterator

Is the current element the first one?

CachingIterator::isLast() — Method in class CachingIterator

Is the current element the last one?

CachingIterator::isEmpty() — Method in class CachingIterator

Is the iterator empty?

CachingIterator::isOdd() — Method in class CachingIterator

Is the counter odd?

CachingIterator::isEven() — Method in class CachingIterator

Is the counter even?

$ RobotLoader#ignoreDirsProperty in class RobotLoader
ITranslatorClass in namespace Nette\Localization
IMailerClass in namespace Nette\Mail
$ Encoder#indentationProperty in class Encoder
ArrayItemNode::itemsToArray() — Method in class ArrayItemNode
ArrayItemNode::itemsToInlineString() — Method in class ArrayItemNode
ArrayItemNode::itemsToBlockString() — Method in class ArrayItemNode
$ ArrayNode#itemsProperty in class ArrayNode
InlineArrayNodeClass in namespace Nette\Neon\Node
TokenStream::isNext() — Method in class TokenStream
ClassType::interface() — Method in class ClassType
ClassType::isClass() — Method in class ClassType
ClassType::isInterface() — Method in class ClassType
ClassType::isTrait() — Method in class ClassType
ClassType::isEnum() — Method in class ClassType
ClassType::isFinal() — Method in class ClassType
ClassType::isAbstract() — Method in class ClassType
Constant::isFinal() — Method in class Constant
$ Dumper#indentationProperty in class Dumper
Helpers::isIdentifier() — Method in class Helpers
Helpers::isNamespaceIdentifier() — Method in class Helpers
Method::isStatic() — Method in class Method
Method::isFinal() — Method in class Method
Method::isAbstract() — Method in class Method
Parameter::isReference() — Method in class Parameter
Parameter::isNullable() — Method in class Parameter
$ Printer#indentationProperty in class Printer
Printer::indent() — Method in class Printer
PromotedParameter::isReadOnly() — Method in class PromotedParameter
Property::isStatic() — Method in class Property
Property::isNullable() — Method in class Property
Property::isInitialized() — Method in class Property
Property::isReadOnly() — Method in class Property
$ PsrPrinter#indentationProperty in class PsrPrinter
FunctionLike::isVariadic() — Method in class FunctionLike
FunctionLike::isReturnNullable() — Method in class FunctionLike
VisibilityAware::isPublic() — Method in class VisibilityAware
VisibilityAware::isProtected() — Method in class VisibilityAware
VisibilityAware::isPrivate() — Method in class VisibilityAware
Type::intersection() — Method in class Type
$ Context#isKeyProperty in class Context
Type::items() — Method in class Type
Expect::int() — Method in class Expect
Authorizator::isAllowed() — Method in class Authorizator

Performs a role-based authorization.

IAuthorizatorClass in namespace Nette\Security
IIdentityClass in namespace Nette\Security

Represents the user of application.

IResourceClass in namespace Nette\Security
IRoleClass in namespace Nette\Security
IdentityClass in namespace Nette\Security
IdentityHandlerClass in namespace Nette\Security

Adjusts identity from/to storage.

Permission::isAllowed() — Method in class Permission

Returns true if and only if the Role has access to [certain $privileges upon] the Resource.

$ SimpleIdentity#idProperty in class SimpleIdentity
User::isLoggedIn() — Method in class User

Is this user authenticated?

User::isInRole() — Method in class User

Is a user in the specified effective role?

User::isAllowed() — Method in class User

Has a user effective access to the Resource? If $resource is null, then the query applies to all resources.

$ Stream#ignoredProperty in class Stream
Stream::isCurrent() — Method in class Stream

Checks the current token.

Stream::isNext() — Method in class Stream

Checks the next token existence.

Stream::isPrev() — Method in class Stream

Checks the previous token existence.

Arrays::insertBefore() — Method in class Arrays

Inserts the contents of the $inserted array into the $array immediately after the $key.

Arrays::insertAfter() — Method in class Arrays

Inserts the contents of the $inserted array into the $array before the $key.

Arrays::isList() — Method in class Arrays

Checks if the array is indexed in ascending order of numeric keys from zero, a.k.a list.

Arrays::invoke() — Method in class Arrays

Invokes all callbacks and returns array of results.

Arrays::invokeMethod() — Method in class Arrays

Invokes method on every object in an array and returns array of results.

Callback::invokeSafe() — Method in class Callback

Invokes internal PHP function with own error handler.

Callback::isStatic() — Method in class Callback

Checks whether PHP callback is function or static method.

FileSystem::isAbsolute() — Method in class FileSystem

Determines if the path is absolute.

Finder::in() — Method in class Finder

Searches in the given folder(s).

Finder::ignoreUnreadableDirs() — Method in class Finder
$ FinderBatch#inProperty in class FinderBatch
Floats::isZero() — Method in class Floats
Floats::isInteger() — Method in class Floats
Floats::isLessThan() — Method in class Floats

Returns true if $a < $b

Floats::isLessThanOrEqualTo() — Method in class Floats

Returns true if $a <= $b

Floats::isGreaterThan() — Method in class Floats

Returns true if $a > $b

Floats::isGreaterThanOrEqualTo() — Method in class Floats

Returns true if $a >= $b

$ Html#idProperty in class Html
$ Html#integrityProperty in class Html
$ Html#inputmodeProperty in class Html
$ Html#ismapProperty in class Html
$ Html#itempropProperty in class Html
Html::isEmpty() — Method in class Html

Is element empty?

Html::insert() — Method in class Html

Inserts child node.

Html::id() — Method in class Html
Html::integrity() — Method in class Html
Html::inputmode() — Method in class Html
Html::ismap() — Method in class Html
Html::itemprop() — Method in class Html
IHtmlStringClass in namespace Nette\Utils
ImageClass in namespace Nette\Utils

Basic manipulation with images. Supported types are JPEG, PNG, GIF, WEBP and BMP.

$ Image#imageResourceProperty in class Image
Image::interlace() — Method in class Image
Image::isTrueColor() — Method in class Image
ImageExceptionClass in namespace Nette\Utils

The exception that is thrown when an image error occurs.

$ Paginator#itemsPerPageProperty in class Paginator
$ Paginator#itemCountProperty in class Paginator
Paginator::isFirst() — Method in class Paginator

Is the current page the first one?

Paginator::isLast() — Method in class Paginator

Is the current page the last one?

Reflection::isBuiltinType() — Method in class Reflection

Determines if type is PHP built-in type. Otherwise, it is the class name.

Reflection::isClassKeyword() — Method in class Reflection

Determines if type is special class name self/parent/static.

Strings::indent() — Method in class Strings

Indents a multiline text from the left. Second argument sets how many indentation chars should be used, while the indent itself is the third argument (tab by default).

Strings::indexOf() — Method in class Strings

Returns position in characters of $nth occurence of $needle in $haystack or null if the $needle was not found.

Type::isUnion() — Method in class Type

Returns true whether it is a union type.

Type::isIntersection() — Method in class Type

Returns true whether it is an intersection type.

Type::isSingle() — Method in class Type

Returns true whether it is a single type. Simple nullable types are also considered to be single types.

Type::isBuiltin() — Method in class Type

Returns true whether the type is both a single and a PHP built-in type.

Type::isClass() — Method in class Type

Returns true whether the type is both a single and a class name.

Type::isClassKeyword() — Method in class Type

Determines if type is special class name self/parent/static.

Validators::is() — Method in class Validators

Verifies that the value is of expected types separated by pipe.

Validators::isNumber() — Method in class Validators

Checks if the value is an integer or a float.

Validators::isNumericInt() — Method in class Validators

Checks if the value is an integer or a integer written in a string.

Validators::isNumeric() — Method in class Validators

Checks if the value is a number or a number written in a string.

Validators::isCallable() — Method in class Validators

Checks if the value is a syntactically correct callback.

Validators::isUnicode() — Method in class Validators

Checks if the value is a valid UTF-8 string.

Validators::isNone() — Method in class Validators

Checks if the value is 0, '', false or null.

Validators::isMixed() — Method in class Validators
Validators::isList() — Method in class Validators

Checks if a variable is a zero-based integer indexed array.

Validators::isInRange() — Method in class Validators

Checks if the value is in the given range [min, max], where the upper or lower limit can be omitted (null).

Validators::isEmail() — Method in class Validators

Checks if the value is a valid email address. It does not verify that the domain actually exists, only the syntax is verified.

Validators::isUrl() — Method in class Validators

Checks if the value is a valid URL address.

Validators::isUri() — Method in class Validators

Checks if the value is a valid URI address, that is, actually a string beginning with a syntactically valid schema.

Validators::isType() — Method in class Validators

Checks whether the input is a class, interface or trait.

Validators::isPhpIdentifier() — Method in class Validators

Checks whether the input is a valid PHP identifier.

J

JsonResponseClass in namespace Nette\Application\Responses

JSON response used mainly for AJAX requests.

JournalClass in namespace Nette\Caching\Storages

Cache journal provider.

DateTime::jsonSerialize() — Method in class DateTime

Returns JSON representation in ISO 8601 (used by JavaScript).

Selection::joinWhere() — Method in class Selection

Adds ON condition when joining specified table, more calls appends with AND.

$ SqlBuilder#joinConditionProperty in class SqlBuilder
Url::jsonSerialize() — Method in class Url
UrlImmutable::jsonSerialize() — Method in class UrlImmutable
Stream::joinAll() — Method in class Stream

Returns concatenation of all next token values.

Stream::joinUntil() — Method in class Stream

Returns concatenation of all next tokens until it sees a given token type or value.

DateTime::jsonSerialize() — Method in class DateTime

Returns JSON representation in ISO 8601 (used by JavaScript).

FileSystem::joinPaths() — Method in class FileSystem

Joins all segments of the path and normalizes the result.

JsonClass in namespace Nette\Utils

JSON encoder and decoder.

JsonExceptionClass in namespace Nette\Utils

The exception that indicates error of JSON encoding/decoding.

K

ResultSet::key() — Method in class ResultSet
$ Selection#keysProperty in class Selection

of primary key values

Selection::key() — Method in class Selection
$ ArrayItemNode#keyProperty in class ArrayItemNode
$ Html#kindProperty in class Html
Html::kind() — Method in class Html

L

LinkGeneratorClass in namespace Nette\Application

Link generator.

LinkGenerator::link() — Method in class LinkGenerator

Generates URL to presenter.

Component::loadState() — Method in class Component

Loads state informations.

Component::link() — Method in class Component

Generates URL to presenter, action or signal.

Component::lazyLink() — Method in class Component

Returns destination as Link object.

LinkClass in namespace Nette\Application\UI

Lazy encapsulation of Component::link().

Presenter::lastModified() — Method in class Presenter

Attempts to cache the sent entity by its last modification date.

StatePersistent::loadState() — Method in class StatePersistent

Loads state informations.

Configurator::loadContainer() — Method in class Configurator

Loads system DI container class and returns its name.

ConstantsExtension::loadConfiguration() — Method in class ConstantsExtension

Processes configuration data. Intended to be overridden by descendant.

PhpExtension::loadConfiguration() — Method in class PhpExtension

Processes configuration data. Intended to be overridden by descendant.

Cache::load() — Method in class Cache

Reads the specified item from the cache or generate it.

Storage::lock() — Method in class Storage

Prevents item reading and writing. Lock is released by write() or remove().

DevNullStorage::lock() — Method in class DevNullStorage

Prevents item reading and writing. Lock is released by write() or remove().

FileStorage::lock() — Method in class FileStorage

Prevents item reading and writing. Lock is released by write() or remove().

MemcachedStorage::lock() — Method in class MemcachedStorage

Prevents item reading and writing. Lock is released by write() or remove().

MemoryStorage::lock() — Method in class MemoryStorage

Prevents item reading and writing. Lock is released by write() or remove().

SQLiteStorage::lock() — Method in class SQLiteStorage

Prevents item reading and writing. Lock is released by write() or remove().

Component::lookup() — Method in class Component

Finds the closest ancestor specified by class or interface name.

Component::lookupPath() — Method in class Component

Finds the closest ancestor specified by class or interface name and returns backtrace path.

Compiler::loadConfig() — Method in class Compiler

Adds new configuration from file.

Compiler::loadDefinitionsFromConfig() — Method in class Compiler

Loads list of service definitions from configuration.

CompilerExtension::loadFromFile() — Method in class CompilerExtension

Reads configuration from file.

CompilerExtension::loadDefinitionsFromConfig() — Method in class CompilerExtension

Loads list of service definitions from configuration.

CompilerExtension::loadConfiguration() — Method in class CompilerExtension

Processes configuration data. Intended to be overridden by descendant.

Adapter::load() — Method in class Adapter

Reads configuration from file.

NeonAdapter::load() — Method in class NeonAdapter

Reads configuration from NEON file.

PhpAdapter::load() — Method in class PhpAdapter

Reads configuration from PHP file.

LoaderClass in namespace Nette\DI\Config

Configuration file loader.

Loader::load() — Method in class Loader

Reads configuration from file.

ContainerBuilder::literal() — Method in class ContainerBuilder
ContainerLoader::load() — Method in class ContainerLoader
LocatorDefinitionClass in namespace Nette\DI\Definitions

Multi accessor/factory definition.

ExtensionsExtension::loadConfiguration() — Method in class ExtensionsExtension

Processes configuration data. Intended to be overridden by descendant.

ParametersExtension::loadConfiguration() — Method in class ParametersExtension

Processes configuration data. Intended to be overridden by descendant.

SearchExtension::loadConfiguration() — Method in class SearchExtension

Processes configuration data. Intended to be overridden by descendant.

ServicesExtension::loadConfiguration() — Method in class ServicesExtension

Processes configuration data. Intended to be overridden by descendant.

ServicesExtension::loadDefinitions() — Method in class ServicesExtension

Loads list of service definitions.

Connection::literal() — Method in class Connection
Explorer::literal() — Method in class Explorer
Helpers::loadFromFile() — Method in class Helpers

Import SQL dump from file - extremely fast.

Structure::loadStructure() — Method in class Structure
GroupedSelection::loadRefCache() — Method in class GroupedSelection

Loads refCache references

Selection::limit() — Method in class Selection

Sets limit clause, more calls rewrite old values.

Selection::loadRefCache() — Method in class Selection

Loads refCache references

$ SqlBuilder#limitProperty in class SqlBuilder

number of rows to fetch

$ BaseControl#labelProperty in class BaseControl
$ BaseControl#labelPrototypeProperty in class BaseControl
BaseControl::loadHttpData() — Method in class BaseControl

Loads HTTP data.

CheckboxList::loadHttpData() — Method in class CheckboxList

Loads HTTP data.

ChoiceControl::loadHttpData() — Method in class ChoiceControl

Loads HTTP data.

CsrfProtection::loadHttpData() — Method in class CsrfProtection

Loads HTTP data.

ImageButton::loadHttpData() — Method in class ImageButton

Loads HTTP data.

MultiChoiceControl::loadHttpData() — Method in class MultiChoiceControl

Loads HTTP data.

SubmitButton::loadHttpData() — Method in class SubmitButton

Loads HTTP data.

TextInput::loadHttpData() — Method in class TextInput

Loads HTTP data.

UploadControl::loadHttpData() — Method in class UploadControl

Loads HTTP data.

LatteRendererClass in namespace Nette\Forms\Rendering

Generates Latte blueprint of form.

$ CachingIterator#lastProperty in class CachingIterator
LexerClass in namespace Nette\Neon
LiteralNodeClass in namespace Nette\Neon\Node
LiteralClass in namespace Nette\PhpGenerator

PHP literal value.

$ Printer#linesBetweenPropertiesProperty in class Printer
$ Printer#linesBetweenMethodsProperty in class Printer
$ PsrPrinter#linesBetweenMethodsProperty in class PsrPrinter
Expect::listOf() — Method in class Expect
Expect::list() — Method in class Expect
User::login() — Method in class User

Conducts the authentication process. Parameters are optional.

User::logout() — Method in class User

Logs out the user from the current session.

Arrays::last() — Method in class Arrays

Returns the last item from the array or null if array is empty.

Finder::limitDepth() — Method in class Finder

Limits recursion level.

$ Html#labelProperty in class Html
$ Html#langProperty in class Html
$ Html#listProperty in class Html
$ Html#loopProperty in class Html
$ Html#lowProperty in class Html
Html::label() — Method in class Html
Html::lang() — Method in class Html
Html::list() — Method in class Html
Html::loop() — Method in class Html
Html::low() — Method in class Html
Image::layerEffect() — Method in class Image
Image::line() — Method in class Image
$ Paginator#lastPageProperty in class Paginator
$ Paginator#lastItemOnPageProperty in class Paginator
$ Paginator#lastProperty in class Paginator
$ Paginator#lengthProperty in class Paginator
Strings::lower() — Method in class Strings

Converts all characters of UTF-8 string to lower case.

Strings::length() — Method in class Strings

Returns number of characters (not bytes) in UTF-8 string.

M

MicroPresenterClass in namespace NetteModule

Micro presenter.

$ Application#maxLoopProperty in class Application
CliRouter::match() — Method in class CliRouter

Maps command line arguments to an array.

Route::match() — Method in class Route

Maps HTTP request to an array.

RouteList::match() — Method in class RouteList

Maps HTTP request to an array.

MethodReflectionClass in namespace Nette\Application\UI
MultiplierClass in namespace Nette\Application\UI

Component multiplier.

MemcachedStorageClass in namespace Nette\Caching\Storages

Memcached storage using memcached extension.

MemoryStorageClass in namespace Nette\Caching\Storages

Memory cache storage.

Component::monitor() — Method in class Component

Starts monitoring of ancestors.

Helpers::merge() — Method in class Helpers
DefinitionSchema::merge() — Method in class DefinitionSchema
Merging.
MissingServiceExceptionClass in namespace Nette\DI

Service not found exception.

MsSqlDriverClass in namespace Nette\Database\Drivers

Supplemental MS SQL database driver.

MySqlDriverClass in namespace Nette\Database\Drivers

Supplemental MySQL database driver.

$ Helpers#maxLengthProperty in class Helpers

maximum SQL length

Selection::min() — Method in class Selection

Returns minimum value from a column.

Selection::max() — Method in class Selection

Returns maximum value from a column.

MultiChoiceControlClass in namespace Nette\Forms\Controls

Choice control that allows multiple items selection.

MultiSelectBoxClass in namespace Nette\Forms\Controls

Select box control that allows multiple items selection.

$ Form#methodProperty in class Form
$ Rule#messageProperty in class Rule
$ Validator#messagesProperty in class Validator
FileUpload::move() — Method in class FileUpload

Moves an uploaded file to a new location. If the destination file already exists, it will be overwritten.

$ Request#methodProperty in class Request
MapperClass in namespace Nette\Iterators

Applies the callback to the elements of the inner iterator.

MailerClass in namespace Nette\Mail

Mailer interface.

MessageClass in namespace Nette\Mail

Mail provides functionality to compose and send both text and MIME-compliant multipart email messages.

MimePartClass in namespace Nette\Mail

MIME message part.

MemberAccessExceptionClass in namespace Nette

The exception that is thrown when accessing a class member (property or method) fails.

$ Dumper#maxDepthProperty in class Dumper
MethodClass in namespace Nette\PhpGenerator

Class method.

Route::match() — Method in class Route

Maps HTTP request to an array.

RouteList::match() — Method in class RouteList

Maps HTTP request to an array.

RouteList::modify() — Method in class RouteList
Router::match() — Method in class Router

Maps HTTP request to an array.

SimpleRouter::match() — Method in class SimpleRouter

Maps HTTP request to an array.

AnyOf::merge() — Method in class AnyOf
Merging.
Structure::min() — Method in class Structure
Structure::max() — Method in class Structure
Structure::merge() — Method in class Structure
Merging.
Type::mergeDefaults() — Method in class Type
Type::min() — Method in class Type
Type::max() — Method in class Type
Type::merge() — Method in class Type
Merging.
Expect::mixed() — Method in class Expect
Helpers::merge() — Method in class Helpers

Merges dataset. Left has higher priority than right one.

MessageClass in namespace Nette\Schema
$ Message#messageProperty in class Message
Schema::merge() — Method in class Schema
Merging.
Arrays::mergeTree() — Method in class Arrays

Recursively merges two fields. It is useful, for example, for merging tree structures. It behaves as the + operator for array, ie. it adds a key/value pair from the second array to the first one and retains the value from the first array in the case of a key collision.

Arrays::map() — Method in class Arrays

Calls $callback on all elements in the array and returns the array of return values.

DateTime::modifyClone() — Method in class DateTime

Creates a copy with a modified time.

FileSystem::makeWritable() — Method in class FileSystem

Fixes permissions to a specific file or directory. Directories can be fixed recursively.

$ Html#maxProperty in class Html
$ Html#maxlengthProperty in class Html
$ Html#minlengthProperty in class Html
$ Html#mediaProperty in class Html
$ Html#methodProperty in class Html
$ Html#minProperty in class Html
$ Html#multipleProperty in class Html
$ Html#mutedProperty in class Html
Html::max() — Method in class Html
Html::maxlength() — Method in class Html
Html::minlength() — Method in class Html
Html::media() — Method in class Html
Html::method() — Method in class Html
Html::min() — Method in class Html
Html::multiple() — Method in class Html
Html::muted() — Method in class Html
Strings::match() — Method in class Strings

Checks if given string matches a regular expression pattern and returns an array with first found match and each subpattern.

Strings::matchAll() — Method in class Strings

Finds all occurrences matching regular expression pattern and returns a two-dimensional array.

N

$ Component#nameProperty in class Component
$ CompilerExtension#nameProperty in class CompilerExtension
NeonAdapterClass in namespace Nette\DI\Config\Adapters

Reading and generating NEON files.

DefinitionSchema::normalize() — Method in class DefinitionSchema

Normalizes configuration of service definitions.

Helpers::normalizeClass() — Method in class Helpers
NotAllowedDuringResolvingExceptionClass in namespace Nette\DI

Not allowed when container is resolving.

Resolver::normalizeReference() — Method in class Resolver

Normalizes reference to 'self' or named reference (or leaves it typed if it is not possible during resolving) and checks existence of service.

Helpers::normalizeRow() — Method in class Helpers
NotNullConstraintViolationExceptionClass in namespace Nette\Database

Exception for a NOT NULL constraint violation.

ResultSet::normalizeRow() — Method in class ResultSet
ResultSet::next() — Method in class ResultSet
Structure::needStructure() — Method in class Structure
$ Selection#nameProperty in class Selection

table name

Selection::next() — Method in class Selection
$ FileUpload#nameProperty in class FileUpload
$ CachingIterator#nextKeyProperty in class CachingIterator
$ CachingIterator#nextValueProperty in class CachingIterator
CachingIterator::next() — Method in class CachingIterator

Forwards to the next element.

DkimSigner::normalizeNewLines() — Method in class DkimSigner
NeonClass in namespace Nette\Neon

Simple parser & generator for Nette Object Notation.

NodeClass in namespace Nette\Neon
NotImplementedExceptionClass in namespace Nette

The exception that is thrown when a requested method or operation is not implemented.

NotSupportedExceptionClass in namespace Nette

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.

$ Printer#namespaceProperty in class Printer
NameAwareClass in namespace Nette\PhpGenerator\Traits
Type::nullable() — Method in class Type
AnyOf::nullable() — Method in class AnyOf
AnyOf::normalize() — Method in class AnyOf
Normalization.
Structure::normalize() — Method in class Structure
Normalization.
Type::nullable() — Method in class Type
Type::normalize() — Method in class Type
Normalization.
Expect::null() — Method in class Expect
Schema::normalize() — Method in class Schema
Normalization.
Passwords::needsRehash() — Method in class Passwords

Finds out if the hash matches the options given in constructor.

Stream::nextToken() — Method in class Stream

Returns next token.

Stream::nextValue() — Method in class Stream

Returns next token value.

Stream::nextAll() — Method in class Stream

Returns all next tokens.

Stream::nextUntil() — Method in class Stream

Returns all next tokens until it sees a given token type or value.

Stream::next() — Method in class Stream

Moves cursor to next token.

Arrays::normalize() — Method in class Arrays

Normalizes array to associative array. Replace numeric keys with their values, the new value will be $filling.

FileSystem::normalizePath() — Method in class FileSystem

Normalizes .. and . and directory separators in path.

$ Html#nameProperty in class Html
$ Html#novalidateProperty in class Html
Html::name() — Method in class Html
Html::novalidate() — Method in class Html
Strings::normalize() — Method in class Strings

Removes control characters, normalizes line breaks to \n, removes leading and trailing blank lines, trims end spaces on lines, normalizes UTF-8 to the normal form of NFC.

Strings::normalizeNewLines() — Method in class Strings

Standardize line endings to unix-like.

O

$ Application#onStartupProperty in class Application
$ Application#onShutdownProperty in class Application
$ Application#onRequestProperty in class Application
$ Application#onPresenterProperty in class Application
$ Application#onResponseProperty in class Application
$ Application#onErrorProperty in class Application
RouteList::offsetSet() — Method in class RouteList
RouteList::offsetGet() — Method in class RouteList
RouteList::offsetExists() — Method in class RouteList
RouteList::offsetUnset() — Method in class RouteList
$ Component#onAnchorProperty in class Component
$ Form#onAnchorProperty in class Form
$ Presenter#onStartupProperty in class Presenter
$ Presenter#onRenderProperty in class Presenter
$ Presenter#onShutdownProperty in class Presenter
$ Configurator#onCompileProperty in class Configurator
OutputHelperClass in namespace Nette\Caching

Output caching helper.

ArrayAccess::offsetSet() — Method in class ArrayAccess

Adds the component to the container.

ArrayAccess::offsetGet() — Method in class ArrayAccess

Returns component specified by name. Throws exception if component doesn't exist.

ArrayAccess::offsetExists() — Method in class ArrayAccess

Does component specified by name exists?

ArrayAccess::offsetUnset() — Method in class ArrayAccess

Removes component from the container.

$ Connection#onConnectProperty in class Connection
$ Connection#onQueryProperty in class Connection
OciDriverClass in namespace Nette\Database\Drivers

Supplemental Oracle database driver.

OdbcDriverClass in namespace Nette\Database\Drivers

Supplemental ODBC database driver.

Row::offsetGet() — Method in class Row

Returns a item.

Row::offsetExists() — Method in class Row

Checks if $key exists.

ActiveRow::offsetSet() — Method in class ActiveRow

Stores value in column.

ActiveRow::offsetGet() — Method in class ActiveRow

Returns value of column.

ActiveRow::offsetExists() — Method in class ActiveRow

Tests if column exists.

ActiveRow::offsetUnset() — Method in class ActiveRow

Removes column from data.

GroupedSelection::order() — Method in class GroupedSelection

Adds order clause, more calls appends to the end.

$ Selection#observeCacheProperty in class Selection

should instance observe accessed columns caching

Selection::order() — Method in class Selection

Adds order clause, more calls appends to the end.

Selection::offsetSet() — Method in class Selection

Mimic row.

Selection::offsetGet() — Method in class Selection

Returns specified row.

Selection::offsetExists() — Method in class Selection

Tests if row exists.

Selection::offsetUnset() — Method in class Selection

Removes row from result set.

$ SqlBuilder#orderProperty in class SqlBuilder

columns to order by

$ SqlBuilder#offsetProperty in class SqlBuilder

first row to fetch

$ Container#onValidateProperty in class Container

Occurs when the form was validated

$ BaseControl#omittedProperty in class BaseControl
$ BaseControl#optionsProperty in class BaseControl
$ SubmitButton#onClickProperty in class SubmitButton

Occurs when the button is clicked and form is successfully validated

$ SubmitButton#onInvalidClickProperty in class SubmitButton
$ Form#onSuccessProperty in class Form

Occurs when the form is submitted and successfully validated

$ Form#onErrorProperty in class Form
$ Form#onSubmitProperty in class Form
$ Form#onRenderProperty in class Form
$ Form#ownErrorsProperty in class Form
$ FileUpload#okProperty in class FileUpload
$ Session#onStartProperty in class Session
$ Session#onBeforeWriteProperty in class Session
SessionSection::offsetSet() — Method in class SessionSection

Sets a variable in this session section.

SessionSection::offsetGet() — Method in class SessionSection

Gets a variable from this session section.

SessionSection::offsetExists() — Method in class SessionSection

Determines whether a variable in this session section is set.

SessionSection::offsetUnset() — Method in class SessionSection

Unsets a variable in this session section.

$ CachingIterator#oddProperty in class CachingIterator
$ FallbackMailer#onFailureProperty in class FallbackMailer
OutOfRangeExceptionClass in namespace Nette

The exception that is thrown when an illegal index was requested.

Structure::otherItems() — Method in class Structure
$ Processor#onNewContextProperty in class Processor
$ User#onLoggedInProperty in class User
$ User#onLoggedOutProperty in class User
ArrayHash::offsetSet() — Method in class ArrayHash

Replaces or appends a item.

ArrayHash::offsetGet() — Method in class ArrayHash

Returns a item.

ArrayHash::offsetExists() — Method in class ArrayHash

Determines whether a item exists.

ArrayHash::offsetUnset() — Method in class ArrayHash

Removes the element from this list.

ArrayList::offsetSet() — Method in class ArrayList

Replaces or appends a item.

ArrayList::offsetGet() — Method in class ArrayList

Returns a item.

ArrayList::offsetExists() — Method in class ArrayList

Determines whether a item exists.

ArrayList::offsetUnset() — Method in class ArrayList

Removes the element at the specified position in this list.

$ Html#openProperty in class Html
$ Html#optimumProperty in class Html
Html::offsetSet() — Method in class Html

Inserts (replaces) child node (\ArrayAccess implementation).

Html::offsetGet() — Method in class Html

Returns child node (\ArrayAccess implementation).

Html::offsetExists() — Method in class Html

Exists child node? (\ArrayAccess implementation).

Html::offsetUnset() — Method in class Html

Removes child node (\ArrayAccess implementation).

Html::open() — Method in class Html
Html::optimum() — Method in class Html
Image::openPolygon() — Method in class Image
ObjectHelpersClass in namespace Nette\Utils

Nette\SmartObject helpers.

$ Paginator#offsetProperty in class Paginator
Strings::ord() — Method in class Strings

Returns a code point of specific character in UTF-8 (number in range 0x0000..D7FF or 0xE000..10FFFF).

P

Application::processRequest() — Method in class Application
Application::processException() — Method in class Application
PersistentClass in namespace Nette\Application\Attributes
PresenterFactoryClass in namespace Nette\Application

Default presenter loader.

Route::path2action() — Method in class Route

dash-separated -> camelCaseAction name.

Route::presenter2path() — Method in class Route

PascalCase:Presenter name -> dash-and-dot-separated.

Route::path2presenter() — Method in class Route

dash-and-dot-separated -> PascalCase:Presenter name.

$ Component#paramsProperty in class Component
ComponentReflection::parseAnnotation() — Method in class ComponentReflection

Returns an annotation value.

PresenterClass in namespace Nette\Application\UI

Presenter component represents a webpage instance. It converts Request to Response.

$ Presenter#payloadProperty in class Presenter
Presenter::processSignal() — Method in class Presenter
Presenter::parseDestination() — Method in class Presenter

Parse destination in format "[//] [[[module:]presenter:]action | signal! | this] [?query] [#fragment]"

Presenter::popGlobalParameters() — Method in class Presenter

Pops parameters for specified component.

PresenterComponentClass in namespace Nette\Application\UI
PresenterComponentReflectionClass in namespace Nette\Application\UI
PhpExtensionClass in namespace Nette\Bootstrap\Extensions

PHP directives definition.

$ Component#parentProperty in class Component
Compiler::processExtensions() — Method in class Compiler
CompilerExtension::prefix() — Method in class CompilerExtension

Prepend extension name to identifier or service name.

NeonAdapter::process() — Method in class NeonAdapter
PhpAdapterClass in namespace Nette\DI\Config\Adapters

Reading and generating PHP files.

$ Container#parametersProperty in class Container
$ ContainerBuilder#parametersProperty in class ContainerBuilder
$ DIExtension#parentClassProperty in class DIExtension
ParametersExtensionClass in namespace Nette\DI\Extensions
Parameters.
Helpers::prefixServiceName() — Method in class Helpers

Replaces @extension with real extension name in service definition.

Helpers::parseAnnotation() — Method in class Helpers

Returns an annotation value.

PhpGeneratorClass in namespace Nette\DI

Container PHP code generator.

Connection::preprocess() — Method in class Connection
$ StaticConventions#primaryProperty in class StaticConventions
PdoDriverClass in namespace Nette\Database\Drivers

PDO-based driver.

$ PdoDriver#pdoProperty in class PdoDriver
PdoResultDriverClass in namespace Nette\Database\Drivers

PDO-based result-set driver.

PgSqlDriverClass in namespace Nette\Database\Drivers

Supplemental PostgreSQL database driver.

SqlPreprocessor::process() — Method in class SqlPreprocessor
$ Selection#primaryProperty in class Selection
$ Selection#primarySequenceProperty in class Selection

primary column sequence name, false for autodetection

$ Selection#previousAccessedColumnsProperty in class Selection

earlier touched columns

Selection::page() — Method in class Selection

Sets offset using page number, more calls rewrite old values.

$ SqlBuilder#parametersProperty in class SqlBuilder

parameters passed to where conditions

SqlBuilder::parseJoinConditions() — Method in class SqlBuilder
SqlBuilder::parseJoins() — Method in class SqlBuilder
SqlBuilder::parseJoinsCb() — Method in class SqlBuilder
$ DataClassGenerator#propertyPromotionProperty in class DataClassGenerator
$ Request#postProperty in class Request
$ Url#passwordProperty in class Url
$ Url#portProperty in class Url
$ Url#pathProperty in class Url
Url::parseQuery() — Method in class Url

Parses query string. Is affected by directive arg_separator.input.

$ UrlImmutable#passwordProperty in class UrlImmutable
$ UrlImmutable#portProperty in class UrlImmutable
$ UrlImmutable#pathProperty in class UrlImmutable
$ UrlScript#pathInfoProperty in class UrlScript
Decoder::parseToNode() — Method in class Decoder
LiteralNode::parse() — Method in class LiteralNode
StringNode::parse() — Method in class StringNode
ParserClass in namespace Nette\Neon
Parser::parse() — Method in class Parser
ParameterClass in namespace Nette\PhpGenerator

Function/Method parameter description.

PhpFileClass in namespace Nette\PhpGenerator

Instance of PHP file.

PhpLiteralClass in namespace Nette\PhpGenerator
PhpNamespaceClass in namespace Nette\PhpGenerator

Namespaced part of a PHP file.

PrinterClass in namespace Nette\PhpGenerator

Generates PHP code.

Printer::printFunction() — Method in class Printer
Printer::printClosure() — Method in class Printer
Printer::printArrowFunction() — Method in class Printer
Printer::printMethod() — Method in class Printer
Printer::printClass() — Method in class Printer
Printer::printNamespace() — Method in class Printer
Printer::printFile() — Method in class Printer
Printer::printUses() — Method in class Printer
Printer::printParameters() — Method in class Printer
Printer::printType() — Method in class Printer
PromotedParameterClass in namespace Nette\PhpGenerator

Promoted parameter in constructor.

PropertyClass in namespace Nette\PhpGenerator

Class property description.

PsrPrinterClass in namespace Nette\PhpGenerator

Generates PHP code compatible with PSR-2 and PSR-12.

Route::param2path() — Method in class Route

Url encode.

$ RouteList#parentProperty in class RouteList
RouteList::prepend() — Method in class RouteList

Prepends a router.

$ Context#pathProperty in class Context
Type::pattern() — Method in class Type
Helpers::parseAnnotation() — Method in class Helpers

Returns an annotation value.

$ Message#pathProperty in class Message
ProcessorClass in namespace Nette\Schema

Schema validator.

Processor::process() — Method in class Processor

Normalizes and validates data. Result is a clean completed data.

Processor::processMultiple() — Method in class Processor

Normalizes and validates and merges multiple data. Result is a clean completed data.

PasswordsClass in namespace Nette\Security

Password Hashing.

PermissionClass in namespace Nette\Security

Access control list (ACL) functionality and privileges management.

$ Stream#positionProperty in class Stream
ArrayList::prepend() — Method in class ArrayList

Prepends a item.

Arrays::pick() — Method in class Arrays

Returns and removes the value of an item from an array. If it does not exist, it throws an exception, or returns $default, if provided.

$ Html#patternProperty in class Html
$ Html#pingProperty in class Html
$ Html#placeholderProperty in class Html
$ Html#posterProperty in class Html
$ Html#preloadProperty in class Html
Html::pattern() — Method in class Html
Html::ping() — Method in class Html
Html::placeholder() — Method in class Html
Html::poster() — Method in class Html
Html::preload() — Method in class Html
Image::place() — Method in class Image

Puts another image into this image. Left and top accepts pixels or percent.

Image::paletteCopy() — Method in class Image
Image::paletteToTrueColor() — Method in class Image
Image::polygon() — Method in class Image
Image::psText() — Method in class Image
PaginatorClass in namespace Nette\Utils

Paginating math.

$ Paginator#pageProperty in class Paginator
$ Paginator#pageCountProperty in class Paginator
Strings::padLeft() — Method in class Strings

Pads a UTF-8 string to given length by prepending the $pad string to the beginning.

Strings::padRight() — Method in class Strings

Pads UTF-8 string to given length by appending the $pad string to the end.

Strings::pcre() — Method in class Strings

Q

Connection::quote() — Method in class Connection
Connection::query() — Method in class Connection

Generates and executes SQL query.

Connection::queryArgs() — Method in class Connection
Driver::query() — Method in class Driver
Driver::quote() — Method in class Driver

Delimits string for use in SQL statement.

PdoDriver::query() — Method in class PdoDriver
PdoDriver::quote() — Method in class PdoDriver

Delimits string for use in SQL statement.

Explorer::query() — Method in class Explorer

Generates and executes SQL query.

Explorer::queryArgs() — Method in class Explorer
QueryExceptionClass in namespace Nette\Database
$ QueryException#queryStringProperty in class QueryException
Selection::query() — Method in class Selection
$ Request#queryProperty in class Request
$ Url#queryProperty in class Url
$ Url#queryParametersProperty in class Url
$ UrlImmutable#queryProperty in class UrlImmutable
$ UrlImmutable#queryParametersProperty in class UrlImmutable

R

ErrorPresenter::run() — Method in class ErrorPresenter
MicroPresenter::run() — Method in class MicroPresenter
MicroPresenter::redirectUrl() — Method in class MicroPresenter

Redirects to another URL.

Application::run() — Method in class Application

Dispatch a HTTP request to a front controller.

IPresenter::run() — Method in class IPresenter
RequestClass in namespace Nette\Application

Presenter request.

ResponseClass in namespace Nette\Application

Any response returned by presenter.

$ FileResponse#resumingProperty in class FileResponse
RedirectResponseClass in namespace Nette\Application\Responses

Redirects to new URI.

RouteClass in namespace Nette\Application\Routers

The bidirectional route is responsible for mapping HTTP request to an array for dispatch and vice-versa.

RouteListClass in namespace Nette\Application\Routers

The router broker.

Component::redirect() — Method in class Component

Redirect to another presenter, action or signal.

Component::redirectPermanent() — Method in class Component

Permanently redirects to presenter, action or signal.

Control::redrawControl() — Method in class Control

Forces control or its snippet to repaint.

Form::receiveHttpData() — Method in class Form

Internal: returns submitted HTTP data or null when form was not submitted.

Presenter::run() — Method in class Presenter
Presenter::redirectUrl() — Method in class Presenter

Redirect to another URL and ends presenter execution.

Presenter::requestToUrl() — Method in class Presenter

Converts Request to URL.

Presenter::restoreRequest() — Method in class Presenter

Restores request from session.

RenderableClass in namespace Nette\Application\UI

Component with ability to repaint.

Renderable::redrawControl() — Method in class Renderable

Forces control to repaint.

Template::render() — Method in class Template

Renders template to output.

Cache::remove() — Method in class Cache

Removes item from the cache.

OutputHelper::rollback() — Method in class OutputHelper

Stops and throws away the output.

Storage::read() — Method in class Storage

Read from cache.

Storage::remove() — Method in class Storage

Removes item from the cache.

DevNullStorage::read() — Method in class DevNullStorage

Read from cache.

DevNullStorage::remove() — Method in class DevNullStorage

Removes item from the cache.

FileStorage::read() — Method in class FileStorage

Read from cache.

FileStorage::remove() — Method in class FileStorage

Removes item from the cache.

FileStorage::readMetaAndLock() — Method in class FileStorage

Reads cache data from disk.

FileStorage::readData() — Method in class FileStorage

Reads cache data from disk and closes cache file handle.

MemcachedStorage::read() — Method in class MemcachedStorage

Read from cache.

MemcachedStorage::remove() — Method in class MemcachedStorage

Removes item from the cache.

MemoryStorage::read() — Method in class MemoryStorage

Read from cache.

MemoryStorage::remove() — Method in class MemoryStorage

Removes item from the cache.

SQLiteStorage::read() — Method in class SQLiteStorage

Read from cache.

SQLiteStorage::remove() — Method in class SQLiteStorage

Removes item from the cache.

Container::removeComponent() — Method in class Container

Removes the component from the container.

IContainer::removeComponent() — Method in class IContainer

Removes the component from the container.

RecursiveComponentIteratorClass in namespace Nette\ComponentModel

Recursive component iterator. See Container::getComponents().

Autowiring::rebuild() — Method in class Autowiring
NeonAdapter::removeUnderscoreVisitor() — Method in class NeonAdapter
Container::removeService() — Method in class Container

Removes the service from the container.

ContainerBuilder::removeDefinition() — Method in class ContainerBuilder

Removes the specified service definition.

ContainerBuilder::removeAlias() — Method in class ContainerBuilder

Removes the specified alias.

ContainerBuilder::resolve() — Method in class ContainerBuilder

Checks services, resolves types and rebuilts autowiring classlist.

AccessorDefinition::resolveType() — Method in class AccessorDefinition
Definition::resolveType() — Method in class Definition
FactoryDefinition::resolveType() — Method in class FactoryDefinition
ImportedDefinition::resolveType() — Method in class ImportedDefinition
LocatorDefinition::resolveType() — Method in class LocatorDefinition
ReferenceClass in namespace Nette\DI\Definitions

Reference to service. Either by name or by type or reference to the 'self' service.

ServiceDefinition::resolveType() — Method in class ServiceDefinition
ResolverClass in namespace Nette\DI

Services resolver

Resolver::resolveDefinition() — Method in class Resolver
Resolver::resolveReferenceType() — Method in class Resolver
Resolver::resolveEntityType() — Method in class Resolver
Resolver::resolveReference() — Method in class Resolver
Connection::reconnect() — Method in class Connection
Connection::rollBack() — Method in class Connection
Driver::rollBack() — Method in class Driver
PdoDriver::rollBack() — Method in class PdoDriver
Explorer::rollBack() — Method in class Explorer
IStructure::rebuild() — Method in class IStructure

Rebuilds database structure cache.

ResultDriverClass in namespace Nette\Database

Supplemental database driver for result-set.

ResultSetClass in namespace Nette\Database

Represents a result set.

ResultSet::rewind() — Method in class ResultSet
RowClass in namespace Nette\Database

Represents a single table row.

Structure::rebuild() — Method in class Structure

Rebuilds database structure cache.

Structure::resolveFQTableName() — Method in class Structure
ActiveRow::ref() — Method in class ActiveRow

Returns referenced row.

ActiveRow::related() — Method in class ActiveRow

Returns referencing rows.

ActiveRow::removeAccessColumn() — Method in class ActiveRow
$ GroupedSelection#refTableProperty in class GroupedSelection

referenced table

$ GroupedSelection#refCacheCurrentProperty in class GroupedSelection

current assigned referencing array

$ Selection#rowsProperty in class Selection
$ Selection#refCacheProperty in class Selection
Selection::removeAccessColumn() — Method in class Selection
Selection::rewind() — Method in class Selection
$ SqlBuilder#reservedTableNamesProperty in class SqlBuilder

reserved table names associated with chain

SqlBuilder::resetSelect() — Method in class SqlBuilder
ControlGroup::remove() — Method in class ControlGroup
ControlGroup::removeOrphans() — Method in class ControlGroup
$ BaseControl#requiredProperty in class BaseControl
Button::renderAsButton() — Method in class Button
RadioListClass in namespace Nette\Forms\Controls

Set of radio button controls.

$ TextBase#rawValueProperty in class TextBase

unfiltered submitted value

$ Form#rendererProperty in class Form
Form::removeGroup() — Method in class Form

Removes fieldset group from form.

Form::reset() — Method in class Form

Resets form.

Form::receiveHttpData() — Method in class Form

Internal: returns submitted HTTP data or null when form was not submitted.

Form::render() — Method in class Form

Renders form.

FormRenderer::render() — Method in class FormRenderer

Provides complete form rendering.

DefaultFormRenderer::render() — Method in class DefaultFormRenderer

Provides complete form rendering.

DefaultFormRenderer::renderBegin() — Method in class DefaultFormRenderer

Renders form begin.

DefaultFormRenderer::renderEnd() — Method in class DefaultFormRenderer

Renders form end.

DefaultFormRenderer::renderErrors() — Method in class DefaultFormRenderer

Renders validation errors (per form or per control).

DefaultFormRenderer::renderBody() — Method in class DefaultFormRenderer

Renders form body.

DefaultFormRenderer::renderControls() — Method in class DefaultFormRenderer

Renders group of controls.

DefaultFormRenderer::renderPair() — Method in class DefaultFormRenderer

Renders single visual row.

DefaultFormRenderer::renderPairMulti() — Method in class DefaultFormRenderer

Renders single visual row of multiple controls.

DefaultFormRenderer::renderLabel() — Method in class DefaultFormRenderer

Renders 'label' part of visual row of controls.

DefaultFormRenderer::renderControl() — Method in class DefaultFormRenderer

Renders 'control' part of visual row of controls.

LatteRenderer::render() — Method in class LatteRenderer
LatteRenderer::receiveHttpData() — Method in class LatteRenderer
RuleClass in namespace Nette\Forms

Single validation rule or condition represented as value object.

RulesClass in namespace Nette\Forms

List of validation & condition rules.

Rules::removeRule() — Method in class Rules

Removes a validation rule for the current control.

Rules::reset() — Method in class Rules

Clear all validation rules.

IResponse::redirect() — Method in class IResponse

Redirects to a new URL.

RequestClass in namespace Nette\Http

HttpRequest provides access scheme for request sent via HTTP.

$ Request#refererProperty in class Request
$ Request#remoteAddressProperty in class Request
$ Request#remoteHostProperty in class Request
$ Request#rawBodyProperty in class Request
RequestFactoryClass in namespace Nette\Http

HTTP request factory.

ResponseClass in namespace Nette\Http

HttpResponse class.

Response::redirect() — Method in class Response

Redirects to another URL. Don't forget to quit the script then.

Session::regenerateId() — Method in class Session

Regenerates the session ID.

SessionSection::remove() — Method in class SessionSection

Removes a variable or whole section.

SessionSection::removeExpiration() — Method in class SessionSection

Removes the expiration from the section or specific variables.

$ Url#relativeUrlProperty in class Url
$ UrlScript#relativePathProperty in class UrlScript
$ UrlScript#relativeUrlProperty in class UrlScript
CachingIterator::rewind() — Method in class CachingIterator

Rewinds the Iterator.

RobotLoaderClass in namespace Nette\Loaders

Nette auto loader is responsible for loading classes and interfaces.

RobotLoader::register() — Method in class RobotLoader

Register autoloader.

RobotLoader::reportParseErrors() — Method in class RobotLoader
RobotLoader::rebuild() — Method in class RobotLoader

Rebuilds class list cache.

RobotLoader::refresh() — Method in class RobotLoader

Refreshes class list cache.

SmtpMailer::read() — Method in class SmtpMailer

Reads response from server.

Lexer::requiresDelimiters() — Method in class Lexer
ClassType::removeImplement() — Method in class ClassType
ClassType::removeTrait() — Method in class ClassType
ClassType::removeConstant() — Method in class ClassType
ClassType::removeCase() — Method in class ClassType
ClassType::removeProperty() — Method in class ClassType
ClassType::removeMethod() — Method in class ClassType
PhpNamespace::resolveName() — Method in class PhpNamespace
$ Printer#returnTypeColonProperty in class Printer
FunctionLike::removeParameter() — Method in class FunctionLike
RouteClass in namespace Nette\Routing

The bidirectional route is responsible for mapping HTTP request to an array for dispatch and vice-versa.

RouteListClass in namespace Nette\Routing

The router broker.

RouterClass in namespace Nette\Routing

The bi-directional router.

Wrapper::register() — Method in class Wrapper

Registers protocol 'nette.safe://'.

Base::required() — Method in class Base
Permission::roleInheritsFrom() — Method in class Permission

Returns true if $role inherits from $inherit. If $onlyParents is true, then $role must inherit directly from $inherit.

Permission::removeRole() — Method in class Permission

Removes the Role from the list.

Permission::removeAllRoles() — Method in class Permission

Removes all Roles from the list.

Permission::resourceInheritsFrom() — Method in class Permission

Returns true if $resource inherits from $inherit. If $onlyParents is true, then $resource must inherit directly from $inherit.

Permission::removeResource() — Method in class Permission

Removes a Resource and all of its children.

Permission::removeAllResources() — Method in class Permission

Removes all Resources.

Permission::removeAllow() — Method in class Permission

Removes "allow" permissions from the list in the context of the given Roles, Resources, and privileges.

Permission::removeDeny() — Method in class Permission

Removes "deny" restrictions from the list in the context of the given Roles, Resources, and privileges.

ResourceClass in namespace Nette\Security

Represents resource, an object to which access is controlled.

RoleClass in namespace Nette\Security

Represents role, an object that may request access to an IResource.

$ SimpleIdentity#rolesProperty in class SimpleIdentity
User::refreshStorage() — Method in class User
Stream::reset() — Method in class Stream
Arrays::renameKey() — Method in class Arrays

Renames key in array.

FileSystem::rename() — Method in class FileSystem

Renames or moves a file or a directory. Overwrites existing files and directories by default.

FileSystem::read() — Method in class FileSystem

Reads the content of a file.

Finder::recurseFilter() — Method in class Finder

Restricts the search using callback.

$ FinderBatch#recurseFiltersProperty in class FinderBatch
$ Html#radiogroupProperty in class Html
$ Html#readonlyProperty in class Html
$ Html#relProperty in class Html
$ Html#requiredProperty in class Html
$ Html#reversedProperty in class Html
$ Html#rowsProperty in class Html
$ Html#rowspanProperty in class Html
Html::removeAttribute() — Method in class Html

Unsets element's attribute.

Html::removeAttributes() — Method in class Html

Unsets element's attributes.

Html::removeChildren() — Method in class Html

Removes all children.

Html::render() — Method in class Html

Renders element's start tag, content and end tag.

Html::radiogroup() — Method in class Html
Html::readonly() — Method in class Html
Html::rel() — Method in class Html
Html::required() — Method in class Html
Html::reversed() — Method in class Html
Html::rows() — Method in class Html
Html::rowspan() — Method in class Html
Image::rgb() — Method in class Image

Returns RGB color (0..255) and transparency (0..127).

Image::resize() — Method in class Image

Scales an image. Width and height accept pixels or percent.

Image::rectangle() — Method in class Image
Image::resolution() — Method in class Image
Image::rotate() — Method in class Image
RandomClass in namespace Nette\Utils

Secure random string generator.

ReflectionClass in namespace Nette\Utils

PHP reflection helpers.

RegexpExceptionClass in namespace Nette\Utils

The exception that indicates error of the last Regexp execution.

Strings::reverse() — Method in class Strings

Reverses UTF-8 string.

Strings::replace() — Method in class Strings

Replaces all occurrences matching regular expression $pattern which can be string or array in the form pattern => replacement.

Type::resolve() — Method in class Type

Resolves 'self', 'static' and 'parent' to the actual class name.

S

Helpers::splitName() — Method in class Helpers

Splits name into [module, presenter] or [presenter, action]

PresenterFactory::setMapping() — Method in class PresenterFactory

Sets mapping as pairs [module => mask]

Request::setPresenterName() — Method in class Request

Sets the presenter name.

Request::setParameters() — Method in class Request

Sets variables provided to the presenter.

Request::setPost() — Method in class Request

Sets variables provided to the presenter via POST.

Request::setFiles() — Method in class Request

Sets all uploaded files.

Request::setMethod() — Method in class Request

Sets the method.

Request::setFlag() — Method in class Request

Sets the flag.

Response::send() — Method in class Response

Sends response to output.

CallbackResponse::send() — Method in class CallbackResponse

Sends response to output.

FileResponse::send() — Method in class FileResponse

Sends response to output.

ForwardResponse::send() — Method in class ForwardResponse

Sends response to output.

JsonResponse::send() — Method in class JsonResponse

Sends response to output.

RedirectResponse::send() — Method in class RedirectResponse

Sends response to output.

TextResponse::send() — Method in class TextResponse

Sends response to output.

VoidResponse::send() — Method in class VoidResponse

Sends response to output.

SimpleRouterClass in namespace Nette\Application\Routers

The bidirectional route for trivial routing via query parameters.

Component::saveState() — Method in class Component

Saves state informations for next request.

Component::signalReceived() — Method in class Component
ComponentReflection::saveState() — Method in class ComponentReflection

Saves state informations for next request.

$ Control#snippetModeProperty in class Control
Control::setTemplateFactory() — Method in class Control
Form::signalReceived() — Method in class Form

This method is called by presenter.

Link::setParameter() — Method in class Link

Changes link parameter.

Presenter::startup() — Method in class Presenter
Presenter::shutdown() — Method in class Presenter
Presenter::setView() — Method in class Presenter

Changes current view. Any name is allowed.

Presenter::setLayout() — Method in class Presenter

Changes or disables layout.

Presenter::sendTemplate() — Method in class Presenter
Presenter::sendPayload() — Method in class Presenter

Sends AJAX payload to the output.

Presenter::sendJson() — Method in class Presenter

Sends JSON data to the output.

Presenter::sendResponse() — Method in class Presenter

Sends response and terminates presenter.

Presenter::storeRequest() — Method in class Presenter

Stores current request to session.

Presenter::saveState() — Method in class Presenter

Saves state informations for next request.

Presenter::saveGlobalState() — Method in class Presenter

Permanently saves state information for all subcomponents to $this->globalState.

SignalReceiverClass in namespace Nette\Application\UI

Component with ability to receive signal.

SignalReceiver::signalReceived() — Method in class SignalReceiver
StatePersistentClass in namespace Nette\Application\UI

Component with ability to save and load its state.

StatePersistent::saveState() — Method in class StatePersistent

Saves state informations for next request.

Template::setFile() — Method in class Template

Sets the path to the template file.

$ Configurator#staticParametersProperty in class Configurator
$ Configurator#servicesProperty in class Configurator
Configurator::setDebugMode() — Method in class Configurator

Set parameter %debugMode%.

Configurator::setTempDirectory() — Method in class Configurator

Sets path to temporary directory.

Configurator::setTimeZone() — Method in class Configurator

Sets the default timezone.

Cache::save() — Method in class Cache

Writes item into the cache.

Cache::start() — Method in class Cache
StorageClass in namespace Nette\Caching

Cache storage.

SQLiteJournalClass in namespace Nette\Caching\Storages

SQLite based journal.

SQLiteStorageClass in namespace Nette\Caching\Storages

SQLite storage.

Component::setParent() — Method in class Component

Sets or removes the parent of this component. This method is managed by containers and should not be called by applications

IComponent::setParent() — Method in class IComponent

Sets the parent of this component.

Compiler::setClassName() — Method in class Compiler
Compiler::setDynamicParameterNames() — Method in class Compiler

Sets the names of dynamic parameters.

CompilerExtension::setCompiler() — Method in class CompilerExtension
CompilerExtension::setConfig() — Method in class CompilerExtension
Loader::save() — Method in class Loader
Loader::setParameters() — Method in class Loader
AccessorDefinition::setImplement() — Method in class AccessorDefinition
AccessorDefinition::setReference() — Method in class AccessorDefinition
Definition::setName() — Method in class Definition
Definition::setType() — Method in class Definition
Definition::setTags() — Method in class Definition
Definition::setAutowired() — Method in class Definition
Definition::setExported() — Method in class Definition
Definition::setNotifier() — Method in class Definition
Definition::setClass() — Method in class Definition
FactoryDefinition::setImplement() — Method in class FactoryDefinition
FactoryDefinition::setResultDefinition() — Method in class FactoryDefinition
ImportedDefinition::setType() — Method in class ImportedDefinition
LocatorDefinition::setImplement() — Method in class LocatorDefinition
LocatorDefinition::setReferences() — Method in class LocatorDefinition
LocatorDefinition::setTagged() — Method in class LocatorDefinition
ServiceDefinitionClass in namespace Nette\DI\Definitions

Definition of standard service.

ServiceDefinition::setType() — Method in class ServiceDefinition
ServiceDefinition::setFactory() — Method in class ServiceDefinition

Alias for setCreator()

ServiceDefinition::setCreator() — Method in class ServiceDefinition
ServiceDefinition::setArguments() — Method in class ServiceDefinition
ServiceDefinition::setArgument() — Method in class ServiceDefinition
ServiceDefinition::setSetup() — Method in class ServiceDefinition
StatementClass in namespace Nette\DI\Definitions

Assignment or calling statement.

SearchExtensionClass in namespace Nette\DI\Extensions

Services auto-discovery.

ServicesExtensionClass in namespace Nette\DI\Extensions

Service definitions loader.

ServiceCreationExceptionClass in namespace Nette\DI

Service creation exception.

ServiceCreationException::setMessage() — Method in class ServiceCreationException
ServiceDefinitionClass in namespace Nette\DI
StatementClass in namespace Nette\DI
Connection::setRowNormalizer() — Method in class Connection
$ DiscoveredConventions#structureProperty in class DiscoveredConventions
StaticConventionsClass in namespace Nette\Database\Conventions

Conventions based on static definition.

DriverException::setDriverCode() — Method in class DriverException
SqliteDriverClass in namespace Nette\Database\Drivers

Supplemental SQLite3 database driver.

SqlsrvDriverClass in namespace Nette\Database\Drivers

Supplemental SQL Server 2005 and later database driver.

QueryException::setQueryString() — Method in class QueryException
SqlLiteralClass in namespace Nette\Database

SQL literal value.

SqlPreprocessorClass in namespace Nette\Database

SQL preprocessor.

StructureClass in namespace Nette\Database

Cached reflection of database structure.

$ Structure#structureProperty in class Structure
ActiveRow::setTable() — Method in class ActiveRow
GroupedSelection::setActive() — Method in class GroupedSelection

Sets active group.

GroupedSelection::select() — Method in class GroupedSelection

Adds select clause, more calls appends to the end.

SelectionClass in namespace Nette\Database\Table

Filtered table representation.

$ Selection#sqlBuilderProperty in class Selection
$ Selection#specificCacheKeyProperty in class Selection
Selection::setPrimarySequence() — Method in class Selection
Selection::select() — Method in class Selection

Adds select clause, more calls appends to the end.

Selection::sum() — Method in class Selection

Returns sum of values in a column.

Selection::saveCacheState() — Method in class Selection
SqlBuilderClass in namespace Nette\Database\Table

Builds SQL query.

$ SqlBuilder#selectProperty in class SqlBuilder

column to select

SqlBuilder::setOrder() — Method in class SqlBuilder
SqlBuilder::setLimit() — Method in class SqlBuilder
SqlBuilder::setGroup() — Method in class SqlBuilder
SqlBuilder::setHaving() — Method in class SqlBuilder
Container::setDefaults() — Method in class Container

Fill-in with default values.

Container::setValues() — Method in class Container

Fill-in with values.

Container::setMappedType() — Method in class Container
Container::setCurrentGroup() — Method in class Container
Control::setValue() — Method in class Control

Sets control's value.

ControlGroup::setOption() — Method in class ControlGroup

Sets user-specific option.

BaseControl::setCaption() — Method in class BaseControl

Sets textual caption or label.

BaseControl::setValue() — Method in class BaseControl

Sets control's value.

BaseControl::setDefaultValue() — Method in class BaseControl

Sets control's default value.

BaseControl::setDisabled() — Method in class BaseControl

Disables or enables control.

BaseControl::setOmitted() — Method in class BaseControl

Sets whether control value is excluded from $form->getValues() result.

BaseControl::setHtmlId() — Method in class BaseControl

Changes control's HTML id.

BaseControl::setHtmlAttribute() — Method in class BaseControl

Changes control's HTML attribute.

BaseControl::setAttribute() — Method in class BaseControl
BaseControl::setTranslator() — Method in class BaseControl

Sets translate adapter.

BaseControl::setRequired() — Method in class BaseControl

Makes control mandatory.

BaseControl::setOption() — Method in class BaseControl

Sets user-specific option.

Checkbox::setValue() — Method in class Checkbox

Sets control's value.

$ CheckboxList#separatorProperty in class CheckboxList

separator element template

$ CheckboxList#separatorPrototypeProperty in class CheckboxList
$ ChoiceControl#selectedItemProperty in class ChoiceControl
ChoiceControl::setValue() — Method in class ChoiceControl

Sets selected item (by key).

ChoiceControl::setItems() — Method in class ChoiceControl

Sets items from which to choose.

ChoiceControl::setDisabled() — Method in class ChoiceControl

Disables or enables control or items.

$ CsrfProtection#sessionProperty in class CsrfProtection
CsrfProtection::setValue() — Method in class CsrfProtection
HiddenField::setValue() — Method in class HiddenField

Sets control's value.

HiddenField::setNullable() — Method in class HiddenField

Sets whether getValue() returns null instead of empty string.

$ MultiChoiceControl#selectedItemsProperty in class MultiChoiceControl
MultiChoiceControl::setValue() — Method in class MultiChoiceControl

Sets selected items (by keys).

MultiChoiceControl::setItems() — Method in class MultiChoiceControl

Sets items from which to choose.

MultiChoiceControl::setDisabled() — Method in class MultiChoiceControl

Disables or enables control or items.

MultiSelectBox::setItems() — Method in class MultiSelectBox

Sets options and option groups from which to choose.

MultiSelectBox::setOptionAttribute() — Method in class MultiSelectBox
$ RadioList#separatorProperty in class RadioList

separator element template

$ RadioList#separatorPrototypeProperty in class RadioList
SelectBoxClass in namespace Nette\Forms\Controls

Select box control that allows single item selection.

SelectBox::setPrompt() — Method in class SelectBox

Sets first prompt item in select box.

SelectBox::setItems() — Method in class SelectBox

Sets options and option groups from which to choose.

SelectBox::setOptionAttribute() — Method in class SelectBox
SubmitButtonClass in namespace Nette\Forms\Controls

Submittable button control.

$ SubmitButton#submittedByProperty in class SubmitButton
SubmitButton::setValidationScope() — Method in class SubmitButton

Sets the validation scope. Clicking the button validates only the controls within the specified scope.

TextBase::setValue() — Method in class TextBase

Sets control's value.

TextBase::setNullable() — Method in class TextBase

Sets whether getValue() returns null instead of empty string.

TextBase::setEmptyValue() — Method in class TextBase

Sets the special value which is treated as empty string.

TextBase::setMaxLength() — Method in class TextBase

Sets the maximum number of allowed characters.

TextInput::setHtmlType() — Method in class TextInput

Changes control's type attribute.

TextInput::setType() — Method in class TextInput
UploadControl::setValue() — Method in class UploadControl
Form::setAction() — Method in class Form

Sets form's action.

Form::setMethod() — Method in class Form

Sets form's method GET or POST.

Form::setHtmlAttribute() — Method in class Form

Changes forms's HTML attribute.

Form::setTranslator() — Method in class Form

Sets translate adapter.

Form::setSubmittedBy() — Method in class Form

Sets the submittor control.

Form::setRenderer() — Method in class Form

Sets form renderer.

Rules::setRequired() — Method in class Rules

Makes control mandatory.

SubmitterControlClass in namespace Nette\Forms

Defines method that must be implemented to allow a control to submit web form.

$ FileUpload#sanitizedNameProperty in class FileUpload
$ FileUpload#sizeProperty in class FileUpload
IResponse::setCode() — Method in class IResponse

Sets HTTP response code.

IResponse::setHeader() — Method in class IResponse

Sends a HTTP header and replaces a previous one.

IResponse::setContentType() — Method in class IResponse

Sends a Content-type HTTP header.

IResponse::setExpiration() — Method in class IResponse

Sets the time (like '20 minutes') before a page cached on a browser expires, null means "must-revalidate".

IResponse::setCookie() — Method in class IResponse

Sends a cookie.

$ Request#securedProperty in class Request
RequestFactory::setBinary() — Method in class RequestFactory
RequestFactory::setProxy() — Method in class RequestFactory
Response::setCode() — Method in class Response

Sets HTTP response code.

Response::setHeader() — Method in class Response

Sends an HTTP header and overwrites previously sent header of the same name.

Response::setContentType() — Method in class Response

Sends a Content-type HTTP header.

Response::sendAsFile() — Method in class Response

Response should be downloaded with 'Save as' dialog.

Response::setExpiration() — Method in class Response

Sets the expiration of the HTTP document using the Cache-Control and Expires headers.

Response::setCookie() — Method in class Response

Sends a cookie.

SessionClass in namespace Nette\Http

Provides access to session sections as well as session settings and management methods.

Session::start() — Method in class Session

Starts and initializes session data.

Session::setName() — Method in class Session

Sets the session name to a specified one.

Session::setOptions() — Method in class Session

Sets session options.

Session::setExpiration() — Method in class Session

Sets the amount of time (like '20 minutes') allowed between requests before the session will be terminated, null means "for a maximum of 3 hours or until the browser is closed".

Session::setCookieParameters() — Method in class Session

Sets the session cookie parameters.

Session::setSavePath() — Method in class Session

Sets path of the directory used to save session data.

Session::setHandler() — Method in class Session

Sets user session handler.

SessionSectionClass in namespace Nette\Http

Session section.

SessionSection::set() — Method in class SessionSection

Sets a variable in this session section.

SessionSection::setExpiration() — Method in class SessionSection

Sets the expiration of the section or specific variables.

$ Url#schemeProperty in class Url
Url::setScheme() — Method in class Url
Url::setUser() — Method in class Url
Url::setPassword() — Method in class Url
Url::setHost() — Method in class Url
Url::setPort() — Method in class Url
Url::setPath() — Method in class Url
Url::setQuery() — Method in class Url
Url::setQueryParameter() — Method in class Url
Url::setFragment() — Method in class Url
$ UrlImmutable#schemeProperty in class UrlImmutable
$ UrlScript#scriptPathProperty in class UrlScript
RobotLoader::setAutoRefresh() — Method in class RobotLoader

Sets auto-refresh mode.

RobotLoader::setTempDirectory() — Method in class RobotLoader

Sets path to temporary directory.

DkimSigner::sign() — Method in class DkimSigner
FallbackMailer::send() — Method in class FallbackMailer

Sends email.

Mailer::send() — Method in class Mailer

Sends email.

Message::setFrom() — Method in class Message

Sets the sender of the message. Email or format "John Doe" doe@example.com

Message::setSubject() — Method in class Message

Sets the subject of the message.

Message::setReturnPath() — Method in class Message

Sets the Return-Path header of the message.

Message::setPriority() — Method in class Message

Sets email priority.

Message::setHtmlBody() — Method in class Message

Sets HTML body.

MimePart::setHeader() — Method in class MimePart

Sets a header.

MimePart::setContentType() — Method in class MimePart

Sets Content-Type header.

MimePart::setEncoding() — Method in class MimePart

Sets Content-Transfer-Encoding header.

MimePart::setBody() — Method in class MimePart

Sets textual body.

SendExceptionClass in namespace Nette\Mail

Exception thrown when a mail sending error is encountered.

SendmailMailerClass in namespace Nette\Mail

Sends emails via the PHP internal mail() function.

SendmailMailer::setSigner() — Method in class SendmailMailer
SendmailMailer::send() — Method in class SendmailMailer

Sends email.

SignExceptionClass in namespace Nette\Mail
SignerClass in namespace Nette\Mail

Signer interface.

SmtpExceptionClass in namespace Nette\Mail

SMTP mailer exception.

SmtpMailerClass in namespace Nette\Mail

Sends emails via the SMTP server.

SmtpMailer::setSigner() — Method in class SmtpMailer
SmtpMailer::send() — Method in class SmtpMailer

Sends email.

$ Node#startPosProperty in class Node
$ Node#startLineProperty in class Node
StringNodeClass in namespace Nette\Neon\Node
ClassType::setName() — Method in class ClassType
ClassType::setClass() — Method in class ClassType
ClassType::setInterface() — Method in class ClassType
ClassType::setTrait() — Method in class ClassType
ClassType::setType() — Method in class ClassType
ClassType::setFinal() — Method in class ClassType
ClassType::setAbstract() — Method in class ClassType
ClassType::setExtends() — Method in class ClassType
ClassType::setImplements() — Method in class ClassType
ClassType::setTraits() — Method in class ClassType
ClassType::setConstants() — Method in class ClassType
ClassType::setCases() — Method in class ClassType

Sets cases to enum

ClassType::setProperties() — Method in class ClassType
ClassType::setMethods() — Method in class ClassType
Closure::setUses() — Method in class Closure
Constant::setValue() — Method in class Constant
Constant::setFinal() — Method in class Constant
EnumCase::setValue() — Method in class EnumCase
Helpers::simplifyTaggedNames() — Method in class Helpers
Method::setStatic() — Method in class Method
Method::setFinal() — Method in class Method
Method::setAbstract() — Method in class Method
Parameter::setReference() — Method in class Parameter
Parameter::setType() — Method in class Parameter
Parameter::setTypeHint() — Method in class Parameter
Parameter::setNullable() — Method in class Parameter
Parameter::setDefaultValue() — Method in class Parameter
PhpFile::setStrictTypes() — Method in class PhpFile

Adds declare(strict_types=1) to output.

PhpNamespace::setBracketedSyntax() — Method in class PhpNamespace
PhpNamespace::simplifyType() — Method in class PhpNamespace
PhpNamespace::simplifyName() — Method in class PhpNamespace
Printer::setTypeResolving() — Method in class Printer
PromotedParameter::setReadOnly() — Method in class PromotedParameter
Property::setValue() — Method in class Property
Property::setStatic() — Method in class Property
Property::setType() — Method in class Property
Property::setNullable() — Method in class Property
Property::setInitialized() — Method in class Property
Property::setReadOnly() — Method in class Property
AttributeAware::setAttributes() — Method in class AttributeAware
CommentAware::setComment() — Method in class CommentAware
FunctionLike::setBody() — Method in class FunctionLike
FunctionLike::setParameters() — Method in class FunctionLike
FunctionLike::setVariadic() — Method in class FunctionLike
FunctionLike::setReturnType() — Method in class FunctionLike
FunctionLike::setReturnReference() — Method in class FunctionLike
FunctionLike::setReturnNullable() — Method in class FunctionLike
VisibilityAware::setVisibility() — Method in class VisibilityAware
VisibilityAware::setPublic() — Method in class VisibilityAware
VisibilityAware::setProtected() — Method in class VisibilityAware
VisibilityAware::setPrivate() — Method in class VisibilityAware
SimpleRouterClass in namespace Nette\Routing

The bidirectional route for trivial routing via query parameters.

Wrapper::stream_open() — Method in class Wrapper

Opens file.

Wrapper::stream_close() — Method in class Wrapper

Closes file.

Wrapper::stream_read() — Method in class Wrapper

Reads up to length bytes from the file.

Wrapper::stream_write() — Method in class Wrapper

Writes the string to the file.

Wrapper::stream_truncate() — Method in class Wrapper

Truncates a file to a given length.

Wrapper::stream_tell() — Method in class Wrapper

Returns the position of the file.

Wrapper::stream_eof() — Method in class Wrapper

Returns true if the file pointer is at end-of-file.

Wrapper::stream_seek() — Method in class Wrapper

Sets the file position indicator for the file.

Wrapper::stream_stat() — Method in class Wrapper

Gets information about a file referenced by $this->handle.

Wrapper::stream_set_option() — Method in class Wrapper

Does nothing, but since PHP 7.4 needs to be implemented when using wrapper for includes

$ Context#skipDefaultsProperty in class Context
StructureClass in namespace Nette\Schema\Elements
Structure::skipDefaults() — Method in class Structure
Expect::structure() — Method in class Expect
Expect::scalar() — Method in class Expect
Expect::string() — Method in class Expect
Processor::skipDefaults() — Method in class Processor
SchemaClass in namespace Nette\Schema
IdentityHandler::sleepIdentity() — Method in class IdentityHandler
Permission::setRule() — Method in class Permission

Performs operations on Access Control List rules.

SimpleAuthenticatorClass in namespace Nette\Security

Trivial implementation of Authenticator.

SimpleIdentityClass in namespace Nette\Security

Default implementation of IIdentity.

SimpleIdentity::setId() — Method in class SimpleIdentity

Sets the ID of user.

SimpleIdentity::setRoles() — Method in class SimpleIdentity

Sets a list of roles that the user is a member of.

User::setAuthenticator() — Method in class User

Sets authentication handler.

User::setExpiration() — Method in class User

Enables log out after inactivity (like '20 minutes').

User::setAuthorizator() — Method in class User

Sets authorization handler.

UserStorage::saveAuthentication() — Method in class UserStorage

Sets the authenticated state of user.

UserStorage::setExpiration() — Method in class UserStorage

Enables log out from the persistent storage after inactivity (like '20 minutes').

SmartObjectClass in namespace Nette

Strict class for better experience.

StaticClassClass in namespace Nette

Static class.

StreamClass in namespace Nette\Tokenizer

Stream of tokens.

Stream::scan() — Method in class Stream

Looks for (first) (not) wanted tokens.

Arrays::searchKey() — Method in class Arrays
Arrays::some() — Method in class Arrays

Tests whether at least one element in the array passes the test implemented by the provided callback with signature function ($value, $key, array $array): bool.

Finder::sortByName() — Method in class Finder
Finder::size() — Method in class Finder

Restricts the search by size. $operator accepts "[operator] [size] [unit]" example: >=10kB

$ Html#sandboxProperty in class Html
$ Html#scopeProperty in class Html
$ Html#selectedProperty in class Html
$ Html#shapeProperty in class Html
$ Html#sizeProperty in class Html
$ Html#sizesProperty in class Html
$ Html#slotProperty in class Html
$ Html#spanProperty in class Html
$ Html#spellcheckProperty in class Html
$ Html#srcProperty in class Html
$ Html#srcdocProperty in class Html
$ Html#srclangProperty in class Html
$ Html#srcsetProperty in class Html
$ Html#startProperty in class Html
$ Html#stepProperty in class Html
$ Html#styleProperty in class Html
Html::setName() — Method in class Html

Changes element's name.

Html::setAttribute() — Method in class Html

Sets element's attribute.

Html::setHtml() — Method in class Html

Sets element's HTML content.

Html::setText() — Method in class Html

Sets element's textual content.

Html::startTag() — Method in class Html

Returns element's start tag.

Html::sandbox() — Method in class Html
Html::scope() — Method in class Html
Html::selected() — Method in class Html
Html::shape() — Method in class Html
Html::size() — Method in class Html
Html::sizes() — Method in class Html
Html::slot() — Method in class Html
Html::span() — Method in class Html
Html::spellcheck() — Method in class Html
Html::src() — Method in class Html
Html::srcdoc() — Method in class Html
Html::srclang() — Method in class Html
Html::srcset() — Method in class Html
Html::start() — Method in class Html
Html::step() — Method in class Html
Html::style() — Method in class Html
Image::setImageResource() — Method in class Image

Sets image resource.

Image::sharpen() — Method in class Image

Sharpens image a little bit.

Image::save() — Method in class Image

Saves image to the file. Quality is in the range 0..100 for JPEG (default 85) and WEBP (default 80) and 0..9 for PNG (default 9).

Image::send() — Method in class Image

Outputs image to browser. Quality is in the range 0..100 for JPEG (default 85) and WEBP (default 80) and 0..9 for PNG (default 9).

Image::saveAlpha() — Method in class Image
Image::scale() — Method in class Image
Image::setBrush() — Method in class Image
Image::setClip() — Method in class Image
Image::setInterpolation() — Method in class Image
Image::setPixel() — Method in class Image
Image::setStyle() — Method in class Image
Image::setThickness() — Method in class Image
Image::setTile() — Method in class Image
Image::string() — Method in class Image
Image::stringUp() — Method in class Image
ObjectHelpers::strictGet() — Method in class ObjectHelpers
ObjectHelpers::strictSet() — Method in class ObjectHelpers
ObjectHelpers::strictCall() — Method in class ObjectHelpers
ObjectHelpers::strictStaticCall() — Method in class ObjectHelpers
Paginator::setPage() — Method in class Paginator

Sets current page number.

Paginator::setBase() — Method in class Paginator

Sets first page (base) number.

Paginator::setItemsPerPage() — Method in class Paginator

Sets the number of items to display on a single page.

Paginator::setItemCount() — Method in class Paginator

Sets the total number of items.

StringsClass in namespace Nette\Utils

String tools library.

Strings::startsWith() — Method in class Strings

Starts the $haystack string with the prefix $needle?

Strings::substring() — Method in class Strings

Returns a part of UTF-8 string specified by starting position and length. If start is negative, the returned string will start at the start'th character from the end of string.

Strings::split() — Method in class Strings

Splits a string into array by the regular expression. Parenthesized expression in the delimiter are captured.

T

Request::toArray() — Method in class Request
TextResponseClass in namespace Nette\Application\Responses

String output response.

Component::tryCall() — Method in class Component

Calls public method if exists.

$ Control#templateProperty in class Control
Control::templatePrepareFilters() — Method in class Control

Descendant can override this method to customize template compile-time filters.

Presenter::terminate() — Method in class Presenter

Correctly terminates presenter.

TemplateClass in namespace Nette\Application\UI

Defines template.

TemplateFactoryClass in namespace Nette\Application\UI

Defines Template factory.

Helpers::takeParent() — Method in class Helpers
$ Container#typesProperty in class Container
$ Container#tagsProperty in class Container
PhpGenerator::toString() — Method in class PhpGenerator
Connection::transaction() — Method in class Connection
$ StaticConventions#tableProperty in class StaticConventions
Explorer::transaction() — Method in class Explorer
Explorer::table() — Method in class Explorer
$ Helpers#typePatternsProperty in class Helpers
Helpers::toPairs() — Method in class Helpers

Reformat source to key -> value pairs.

ActiveRow::toArray() — Method in class ActiveRow
$ SqlBuilder#tableNameProperty in class SqlBuilder
SqlBuilder::tryDelimite() — Method in class SqlBuilder
BaseControl::translate() — Method in class BaseControl

Returns translated string.

TextAreaClass in namespace Nette\Forms\Controls

Multiline text input control.

TextBaseClass in namespace Nette\Forms\Controls

Implements the basic functionality common to text input controls.

TextInputClass in namespace Nette\Forms\Controls

Single line text input control.

Rules::toggle() — Method in class Rules

Toggles HTML element visibility.

$ FileUpload#temporaryFileProperty in class FileUpload
FileUpload::toImage() — Method in class FileUpload

Loads an image.

RobotLoader::tryLoad() — Method in class RobotLoader

Handles autoloading of classes, interfaces or traits.

TranslatorClass in namespace Nette\Localization

Translator adapter.

Translator::translate() — Method in class Translator

Translates the given string.

Lexer::tokenize() — Method in class Lexer
Node::toValue() — Method in class Node
Node::toString() — Method in class Node
ArrayItemNode::toValue() — Method in class ArrayItemNode
ArrayItemNode::toString() — Method in class ArrayItemNode
ArrayNode::toValue() — Method in class ArrayNode
ArrayNode::toString() — Method in class ArrayNode
BlockArrayNode::toString() — Method in class BlockArrayNode
EntityChainNode::toValue() — Method in class EntityChainNode
EntityChainNode::toString() — Method in class EntityChainNode
EntityNode::toValue() — Method in class EntityNode
EntityNode::toString() — Method in class EntityNode
InlineArrayNode::toString() — Method in class InlineArrayNode
LiteralNode::toValue() — Method in class LiteralNode
LiteralNode::toString() — Method in class LiteralNode
StringNode::toValue() — Method in class StringNode
StringNode::toString() — Method in class StringNode
TokenClass in namespace Nette\Neon
TokenStreamClass in namespace Nette\Neon
TraverserClass in namespace Nette\Neon
Traverser::traverse() — Method in class Traverser
ClassType::trait() — Method in class ClassType
Helpers::tagName() — Method in class Helpers
Helpers::tabsToSpaces() — Method in class Helpers
TraitUseClass in namespace Nette\PhpGenerator

use Trait

TypeClass in namespace Nette\PhpGenerator

PHP return, property and parameter types.

TypeClass in namespace Nette\Schema\Elements
Expect::type() — Method in class Expect
Message::toString() — Method in class Message
$ Stream#tokensProperty in class Stream
TokenClass in namespace Nette\Tokenizer

Simple token.

TokenizerClass in namespace Nette\Tokenizer

Simple lexical analyser.

Tokenizer::tokenize() — Method in class Tokenizer

Tokenizes string.

Arrays::toObject() — Method in class Arrays

Copies the elements of the $array array to the $object object and then returns it.

Arrays::toKey() — Method in class Arrays

Converts value to array key.

Callback::toString() — Method in class Callback

Converts PHP callback to textual form. Class or method may not exists.

Callback::toReflection() — Method in class Callback

Returns reflection for method or function used in PHP callback.

Finder::toArray() — Method in class Finder
$ Html#tabindexProperty in class Html
$ Html#targetProperty in class Html
$ Html#titleProperty in class Html
$ Html#translateProperty in class Html
$ Html#typeProperty in class Html
Html::toHtml() — Method in class Html

Converts to HTML.

Html::toText() — Method in class Html

Converts to plain text.

Html::tabindex() — Method in class Html
Html::target() — Method in class Html
Html::title() — Method in class Html
Html::translate() — Method in class Html
Html::type() — Method in class Html
Image::typeToExtension() — Method in class Image

Returns the file extension for the given Image::XXX constant.

Image::typeToMimeType() — Method in class Image

Returns the mime type for the given Image::XXX constant.

Image::toString() — Method in class Image

Outputs image to string. Quality is in the range 0..100 for JPEG (default 85) and WEBP (default 80) and 0..9 for PNG (default 9).

Image::trueColorToPalette() — Method in class Image
Image::ttfText() — Method in class Image
Reflection::toString() — Method in class Reflection
Strings::toAscii() — Method in class Strings

Converts UTF-8 string to ASCII, ie removes diacritics etc.

Strings::truncate() — Method in class Strings

Truncates a UTF-8 string to given maximal length, while trying not to split whole words. Only if the string is truncated, an ellipsis (or something else set with third argument) is appended to the string.

Strings::trim() — Method in class Strings

Removes all left and right side spaces (or the characters passed as second argument) from a UTF-8 encoded string.

TypeClass in namespace Nette\Utils

PHP type reflection.

U

Component::unmonitor() — Method in class Component

Stops monitoring of ancestors.

ActiveRow::update() — Method in class ActiveRow

Updates row.

GroupedSelection::update() — Method in class GroupedSelection

Updates all rows in result set.

Selection::update() — Method in class Selection

Updates all rows in result set.

UniqueConstraintViolationExceptionClass in namespace Nette\Database

Exception for a unique constraint violation.

UploadControlClass in namespace Nette\Forms\Controls

Text box and browse button that allow users to select a file to upload to the server.

$ DataClassGenerator#useSmartObjectProperty in class DataClassGenerator
$ FileUpload#untrustedFullPathProperty in class FileUpload
$ Request#urlProperty in class Request
$ RequestFactory#urlFiltersProperty in class RequestFactory
UrlClass in namespace Nette\Http

Mutable representation of a URL.

$ Url#userProperty in class Url
Url::unescape() — Method in class Url

Similar to rawurldecode, but preserves reserved chars encoded.

UrlImmutableClass in namespace Nette\Http

Immutable representation of a URL.

$ UrlImmutable#userProperty in class UrlImmutable
UrlScriptClass in namespace Nette\Http

Immutable representation of a URL with application base-path.

Helpers::unformatDocComment() — Method in class Helpers
Helpers::unindent() — Method in class Helpers
PhpNamespace::unresolveName() — Method in class PhpNamespace
Type::union() — Method in class Type
Wrapper::url_stat() — Method in class Wrapper

Gets information about a file referenced by filename.

Wrapper::unlink() — Method in class Wrapper

Deletes a file.

Expect::unicode() — Method in class Expect
UserClass in namespace Nette\Security

User authentication and authorization.

UserStorageClass in namespace Nette\Security

Interface for persistent storage for user object data.

UnexpectedValueExceptionClass in namespace Nette

The exception that is thrown when a value (typically returned by function) does not match with the expected value.

Callback::unwrap() — Method in class Callback

Unwraps closure created by Closure::fromCallable().

$ Html#usemapProperty in class Html
Html::usemap() — Method in class Html
Strings::upper() — Method in class Strings

Converts all characters of a UTF-8 string to upper case.

UnknownImageFileExceptionClass in namespace Nette\Utils

The exception that indicates invalid image file.

V

VoidResponseClass in namespace Nette\Application\Responses

No response.

Component::validateParent() — Method in class Component

Is called by a component when it is about to be set new parent. Descendant can override this method to disallow a parent change by throwing an Nette\InvalidStateException

Form::validateParent() — Method in class Form

Is called by a component when it is about to be set new parent. Descendant can override this method to disallow a parent change by throwing an Nette\InvalidStateException

Component::validateParent() — Method in class Component

Is called by a component when it is about to be set new parent. Descendant can override this method to disallow a parent change by throwing an Nette\InvalidStateException

Container::validateChildComponent() — Method in class Container

Descendant can override this method to disallow insert a child by throwing an Nette\InvalidStateException.

CompilerExtension::validateConfig() — Method in class CompilerExtension

Checks whether $config contains only $expected items and returns combined array.

ResultSet::valid() — Method in class ResultSet
Selection::valid() — Method in class Selection
$ Container#valuesProperty in class Container
Container::validate() — Method in class Container

Performs the server side validation.

Control::validate() — Method in class Control
$ BaseControl#valueProperty in class BaseControl
BaseControl::validate() — Method in class BaseControl

Performs the server side validation.

CsrfProtection::validateCsrf() — Method in class CsrfProtection
Form::validate() — Method in class Form

Performs the server side validation.

Form::validateMaxPostSize() — Method in class Form
$ Rule#validatorProperty in class Rule
Rules::validate() — Method in class Rules

Validates against ruleset.

Rules::validateRule() — Method in class Rules

Validates single rule.

ValidatorClass in namespace Nette\Forms

Common validators.

Validator::validateEqual() — Method in class Validator

Is control's value equal with second parameter?

Validator::validateNotEqual() — Method in class Validator

Is control's value not equal with second parameter?

Validator::validateStatic() — Method in class Validator

Returns argument.

Validator::validateFilled() — Method in class Validator

Is control filled?

Validator::validateBlank() — Method in class Validator

Is control not filled?

Validator::validateValid() — Method in class Validator

Is control valid?

Validator::validateRange() — Method in class Validator

Is a control's value number in specified range?

Validator::validateMin() — Method in class Validator

Is a control's value number greater than or equal to the specified minimum?

Validator::validateMax() — Method in class Validator

Is a control's value number less than or equal to the specified maximum?

Validator::validateLength() — Method in class Validator

Count/length validator. Range is array, min and max length pair.

Validator::validateMinLength() — Method in class Validator

Has control's value minimal count/length?

Validator::validateMaxLength() — Method in class Validator

Is control's value count/length in limit?

Validator::validateSubmitted() — Method in class Validator

Has been button pressed?

Validator::validateEmail() — Method in class Validator

Is control's value valid email address?

Validator::validateUrl() — Method in class Validator

Is control's value valid URL?

Validator::validatePattern() — Method in class Validator

Does the control's value match the regular expression? Case-sensitive to comply with the HTML5 pattern attribute behaviour

Validator::validatePatternCaseInsensitive() — Method in class Validator
Validator::validateNumeric() — Method in class Validator

Is a control's value numeric?

Validator::validateInteger() — Method in class Validator

Is a control's value decimal number?

Validator::validateFloat() — Method in class Validator

Is a control's value float number?

Validator::validateFileSize() — Method in class Validator

Is file size in limit?

Validator::validateMimeType() — Method in class Validator

Has file specified mime type?

Validator::validateImage() — Method in class Validator

Is file image?

Encoder::valueToNode() — Method in class Encoder
$ ArrayItemNode#valueProperty in class ArrayItemNode
ClassType::validate() — Method in class ClassType
Helpers::validateType() — Method in class Helpers
Method::validate() — Method in class Method
Parameter::validate() — Method in class Parameter
PromotedParameter::validate() — Method in class PromotedParameter
Property::validate() — Method in class Property
VisibilityAwareClass in namespace Nette\PhpGenerator\Traits
$ Message#variablesProperty in class Message
ValidationExceptionClass in namespace Nette\Schema

Validation error.

Passwords::verify() — Method in class Passwords

Finds out, whether the given password matches the given hash.

$ Html#valueProperty in class Html
Html::value() — Method in class Html
ValidatorsClass in namespace Nette\Utils

Validation utilities.

$ Validators#validatorsProperty in class Validators

W

LinkGenerator::withReferenceUrl() — Method in class LinkGenerator
RouteList::withModule() — Method in class RouteList
Cache::wrap() — Method in class Cache

Caches results of function/method calls.

Storage::write() — Method in class Storage

Writes item into the cache.

DevNullStorage::write() — Method in class DevNullStorage

Writes item into the cache.

FileStorage::write() — Method in class FileStorage

Writes item into the cache.

Journal::write() — Method in class Journal

Writes entry information into the journal.

MemcachedStorage::write() — Method in class MemcachedStorage

Writes item into the cache.

MemoryStorage::write() — Method in class MemoryStorage

Writes item into the cache.

SQLiteJournal::write() — Method in class SQLiteJournal

Writes entry information into the journal.

SQLiteStorage::write() — Method in class SQLiteStorage

Writes item into the cache.

$ Container#wiringProperty in class Container
Selection::wherePrimary() — Method in class Selection

Adds condition for primary key.

Selection::where() — Method in class Selection

Adds where condition, more calls appends with AND.

Selection::whereOr() — Method in class Selection

Adds where condition using the OR operator between parameters.

$ SqlBuilder#whereProperty in class SqlBuilder
$ DefaultFormRenderer#wrappersProperty in class DefaultFormRenderer

/--- form.container

Request::withUrl() — Method in class Request

Returns a clone with a different URL.

$ Response#warnOnBufferProperty in class Response

Whether warn on possible problem with data in output buffer

UrlImmutable::withScheme() — Method in class UrlImmutable
UrlImmutable::withUser() — Method in class UrlImmutable
UrlImmutable::withPassword() — Method in class UrlImmutable
UrlImmutable::withoutUserInfo() — Method in class UrlImmutable
UrlImmutable::withHost() — Method in class UrlImmutable
UrlImmutable::withPort() — Method in class UrlImmutable
UrlImmutable::withPath() — Method in class UrlImmutable
UrlImmutable::withQuery() — Method in class UrlImmutable
UrlImmutable::withQueryParameter() — Method in class UrlImmutable
UrlImmutable::withFragment() — Method in class UrlImmutable
UrlScript::withPath() — Method in class UrlScript
SmtpMailer::write() — Method in class SmtpMailer

Writes data to server and checks response against expected code if some provided.

ClassType::withBodiesFrom() — Method in class ClassType
$ Dumper#wrapLengthProperty in class Dumper
GlobalFunction::withBodyFrom() — Method in class GlobalFunction
$ Printer#wrapLengthProperty in class Printer
RouteList::warmupCache() — Method in class RouteList
RouteList::withDomain() — Method in class RouteList

Returns an iterator over all routers.

RouteList::withPath() — Method in class RouteList
WrapperClass in namespace Nette\SafeStream

Provides isolation for thread safe file manipulation using stream nette.safe://

$ Context#warningsProperty in class Context
IdentityHandler::wakeupIdentity() — Method in class IdentityHandler
Arrays::wrap() — Method in class Arrays

Returns copy of the $array where every item is converted to string and prefixed by $prefix and suffixed by $suffix.

FileSystem::write() — Method in class FileSystem

Writes the string to a file.

$ Html#widthProperty in class Html
$ Html#wrapProperty in class Html
Html::width() — Method in class Html
Html::wrap() — Method in class Html
$ Image#widthProperty in class Image
Strings::webalize() — Method in class Strings

Modifies the UTF-8 string to the form used in the URL, ie removes diacritics and replaces all characters except letters of the English alphabet and numbers with a hyphens.

_

ErrorPresenter::__construct() — Method in class ErrorPresenter
MicroPresenter::__construct() — Method in class MicroPresenter
Application::__construct() — Method in class Application
AllowedFor::__construct() — Method in class AllowedFor
BadRequestException::__construct() — Method in class BadRequestException
LinkGenerator::__construct() — Method in class LinkGenerator
PresenterFactory::__construct() — Method in class PresenterFactory
Request::__construct() — Method in class Request
CallbackResponse::__construct() — Method in class CallbackResponse
FileResponse::__construct() — Method in class FileResponse
ForwardResponse::__construct() — Method in class ForwardResponse
JsonResponse::__construct() — Method in class JsonResponse
RedirectResponse::__construct() — Method in class RedirectResponse
TextResponse::__construct() — Method in class TextResponse
CliRouter::__construct() — Method in class CliRouter
Route::__construct() — Method in class Route
RouteList::__construct() — Method in class RouteList
SimpleRouter::__construct() — Method in class SimpleRouter
Form::__construct() — Method in class Form

Application form constructor.

Link::__construct() — Method in class Link

Link specification.

Link::__toString() — Method in class Link

Converts link to URL.

Multiplier::__construct() — Method in class Multiplier
Presenter::__construct() — Method in class Presenter
Configurator::__construct() — Method in class Configurator
Cache::__construct() — Method in class Cache
OutputHelper::__construct() — Method in class OutputHelper
FileStorage::__construct() — Method in class FileStorage
MemcachedStorage::__construct() — Method in class MemcachedStorage
SQLiteJournal::__construct() — Method in class SQLiteJournal
SQLiteStorage::__construct() — Method in class SQLiteStorage
Component::__clone() — Method in class Component

Object cloning.

Component::__sleep() — Method in class Component

Prevents serialization.

Component::__wakeup() — Method in class Component

Prevents unserialization.

Container::__clone() — Method in class Container

Object cloning.

Container::_isCloning() — Method in class Container

Is container cloning now?

Autowiring::__construct() — Method in class Autowiring
Compiler::__construct() — Method in class Compiler
Container::__construct() — Method in class Container
ContainerBuilder::__construct() — Method in class ContainerBuilder
ContainerLoader::__construct() — Method in class ContainerLoader
Definition::__clone() — Method in class Definition
FactoryDefinition::__construct() — Method in class FactoryDefinition
FactoryDefinition::__clone() — Method in class FactoryDefinition
Reference::__construct() — Method in class Reference
ServiceDefinition::__construct() — Method in class ServiceDefinition
ServiceDefinition::__clone() — Method in class ServiceDefinition
Statement::__construct() — Method in class Statement
DIExtension::__construct() — Method in class DIExtension
DefinitionSchema::__construct() — Method in class DefinitionSchema
ParametersExtension::__construct() — Method in class ParametersExtension
SearchExtension::__construct() — Method in class SearchExtension
PhpGenerator::__construct() — Method in class PhpGenerator
Resolver::__construct() — Method in class Resolver
Connection::__construct() — Method in class Connection
DiscoveredConventions::__construct() — Method in class DiscoveredConventions
StaticConventions::__construct() — Method in class StaticConventions

Create static conventional structure.

DateTime::__construct() — Method in class DateTime
DateTime::__toString() — Method in class DateTime

Returns the date and time in the format 'Y-m-d H:i:s.u'.

DriverException::__construct() — Method in class DriverException
PdoResultDriver::__construct() — Method in class PdoResultDriver
Explorer::__construct() — Method in class Explorer
ResultSet::__construct() — Method in class ResultSet
Row::__get() — Method in class Row
Row::__isset() — Method in class Row
SqlLiteral::__construct() — Method in class SqlLiteral
SqlLiteral::__toString() — Method in class SqlLiteral
SqlPreprocessor::__construct() — Method in class SqlPreprocessor
Structure::__construct() — Method in class Structure
ActiveRow::__construct() — Method in class ActiveRow
ActiveRow::__toString() — Method in class ActiveRow
ActiveRow::__set() — Method in class ActiveRow
ActiveRow::__get() — Method in class ActiveRow
ActiveRow::__isset() — Method in class ActiveRow
ActiveRow::__unset() — Method in class ActiveRow
GroupedSelection::__construct() — Method in class GroupedSelection

Creates filtered and grouped table representation.

Selection::__construct() — Method in class Selection

Creates filtered table representation.

Selection::__destruct() — Method in class Selection
Selection::__clone() — Method in class Selection
SqlBuilder::__construct() — Method in class SqlBuilder
Container::__call() — Method in class Container
Container::__clone() — Method in class Container

Object cloning.

ControlGroup::__construct() — Method in class ControlGroup
BaseControl::__construct() — Method in class BaseControl
BaseControl::__call() — Method in class BaseControl
Button::__construct() — Method in class Button
Checkbox::__construct() — Method in class Checkbox
CheckboxList::__construct() — Method in class CheckboxList
ChoiceControl::__construct() — Method in class ChoiceControl
CsrfProtection::__construct() — Method in class CsrfProtection
HiddenField::__construct() — Method in class HiddenField
ImageButton::__construct() — Method in class ImageButton
MultiChoiceControl::__construct() — Method in class MultiChoiceControl
MultiSelectBox::__construct() — Method in class MultiSelectBox
RadioList::__construct() — Method in class RadioList
SelectBox::__construct() — Method in class SelectBox
SubmitButton::__construct() — Method in class SubmitButton
TextArea::__construct() — Method in class TextArea
TextInput::__construct() — Method in class TextInput
UploadControl::__construct() — Method in class UploadControl
Form::__construct() — Method in class Form
Form::__toString() — Method in class Form

Renders form to string.

Rules::__construct() — Method in class Rules
HtmlStringable::__toString() — Method in class HtmlStringable

Returns string in HTML format

Context::__construct() — Method in class Context
FileUpload::__construct() — Method in class FileUpload
FileUpload::__toString() — Method in class FileUpload

Returns the path of the temporary location of the uploaded file.

Request::__construct() — Method in class Request
Response::__construct() — Method in class Response
Response::__destruct() — Method in class Response
Session::__construct() — Method in class Session
Session::__destruct() — Method in class Session
SessionSection::__construct() — Method in class SessionSection

Do not call directly. Use Session::getSection().

SessionSection::__set() — Method in class SessionSection

Sets a variable in this session section.

SessionSection::__get() — Method in class SessionSection

Gets a variable from this session section.

SessionSection::__isset() — Method in class SessionSection

Determines whether a variable in this session section is set.

SessionSection::__unset() — Method in class SessionSection

Unsets a variable in this session section.

Url::__construct() — Method in class Url
Url::__toString() — Method in class Url
UrlImmutable::__construct() — Method in class UrlImmutable
UrlImmutable::__toString() — Method in class UrlImmutable
UrlScript::__construct() — Method in class UrlScript
CachingIterator::__construct() — Method in class CachingIterator
Mapper::__construct() — Method in class Mapper
RobotLoader::__construct() — Method in class RobotLoader
RobotLoader::__destruct() — Method in class RobotLoader
DkimSigner::__construct() — Method in class DkimSigner
FallbackMailer::__construct() — Method in class FallbackMailer
Message::__construct() — Method in class Message
SmtpMailer::__construct() — Method in class SmtpMailer
Entity::__construct() — Method in class Entity
Entity::__set_state() — Method in class Entity
BlockArrayNode::__construct() — Method in class BlockArrayNode
EntityChainNode::__construct() — Method in class EntityChainNode
EntityNode::__construct() — Method in class EntityNode
InlineArrayNode::__construct() — Method in class InlineArrayNode
LiteralNode::__construct() — Method in class LiteralNode
StringNode::__construct() — Method in class StringNode
Token::__construct() — Method in class Token
TokenStream::__construct() — Method in class TokenStream
Attribute::__construct() — Method in class Attribute
ClassType::__construct() — Method in class ClassType
ClassType::__toString() — Method in class ClassType
ClassType::__clone() — Method in class ClassType
Closure::__toString() — Method in class Closure
Extractor::__construct() — Method in class Extractor
GlobalFunction::__toString() — Method in class GlobalFunction
Literal::__construct() — Method in class Literal
Literal::__toString() — Method in class Literal
Method::__toString() — Method in class Method
PhpFile::__toString() — Method in class PhpFile
PhpNamespace::__construct() — Method in class PhpNamespace
PhpNamespace::__toString() — Method in class PhpNamespace
Printer::__construct() — Method in class Printer
TraitUse::__construct() — Method in class TraitUse
TraitUse::__call() — Method in class TraitUse
NameAware::__construct() — Method in class NameAware
Route::__construct() — Method in class Route
RouteList::__construct() — Method in class RouteList
SimpleRouter::__construct() — Method in class SimpleRouter
AnyOf::__construct() — Method in class AnyOf
Structure::__construct() — Method in class Structure
Type::__construct() — Method in class Type
Expect::__callStatic() — Method in class Expect
Message::__construct() — Method in class Message
ValidationException::__construct() — Method in class ValidationException
Passwords::__construct() — Method in class Passwords

Chooses which secure algorithm is used for hashing and how to configure it.

SimpleAuthenticator::__construct() — Method in class SimpleAuthenticator
SimpleIdentity::__construct() — Method in class SimpleIdentity
SimpleIdentity::__set() — Method in class SimpleIdentity

Sets user data value.

SimpleIdentity::__get() — Method in class SimpleIdentity

Returns user data value.

SimpleIdentity::__isset() — Method in class SimpleIdentity
SimpleIdentity::__serialize() — Method in class SimpleIdentity
SimpleIdentity::__unserialize() — Method in class SimpleIdentity
User::__construct() — Method in class User
SmartObject::__call() — Method in class SmartObject
SmartObject::__callStatic() — Method in class SmartObject
SmartObject::__get() — Method in class SmartObject
SmartObject::__set() — Method in class SmartObject
SmartObject::__unset() — Method in class SmartObject
SmartObject::__isset() — Method in class SmartObject
StaticClass::__construct() — Method in class StaticClass
StaticClass::__callStatic() — Method in class StaticClass

Call to undefined static method.

Stream::__construct() — Method in class Stream
Token::__construct() — Method in class Token
Tokenizer::__construct() — Method in class Tokenizer
DateTime::__toString() — Method in class DateTime

Returns the date and time in the format 'Y-m-d H:i:s'.

FileInfo::__construct() — Method in class FileInfo
Finder::__construct() — Method in class Finder
Html::__set() — Method in class Html

Overloaded setter for element's attribute.

Html::__get() — Method in class Html

Overloaded getter for element's attribute.

Html::__isset() — Method in class Html

Overloaded tester for element's attribute.

Html::__unset() — Method in class Html

Overloaded unsetter for element's attribute.

Html::__call() — Method in class Html

Overloaded setter for element's attribute.

Html::__toString() — Method in class Html

Returns string in HTML format

Html::__clone() — Method in class Html

Clones all children too.

Image::__construct() — Method in class Image

Wraps GD image.

Image::__toString() — Method in class Image

Outputs image to string.

Image::__call() — Method in class Image

Call to undefined method.

Image::__clone() — Method in class Image
Image::__sleep() — Method in class Image

Prevents serialization.

Type::__toString() — Method in class Type