A

Compiler::addMacro() — Method in class Compiler

Adds new macro with Macro flags.

Compiler::addMethod() — Method in class Compiler

Adds custom method to template.

Compiler::addProperty() — Method in class Compiler

Adds custom property to template.

Compiler::addConstant() — Method in class Compiler

Adds custom constant to template.

Engine::addFilter() — Method in class Engine

Registers run-time filter.

Engine::addFilterLoader() — Method in class Engine

Registers filter loader.

Engine::addMacro() — Method in class Engine

Adds new macro.

Engine::addFunction() — Method in class Engine

Registers run-time function.

Engine::addProvider() — Method in class Engine

Adds new provider.

$ HtmlNode#attrs — Property in class HtmlNode
$ HtmlNode#attrCode — Property in class HtmlNode
$ MacroNode#args — Property in class MacroNode
$ MacroNode#attrCode — Property in class MacroNode
MacroTokens::append() — Method in class MacroTokens

Appends simple token or string (will be parsed).

MacroSet::addMacro() — Method in class MacroSet
Blueprint::addProperties() — Method in class Blueprint
Blueprint::addFunctions() — Method in class Blueprint
FilterExecutor::add() — Method in class FilterExecutor

Registers run-time filter.

Template::addBlock() — Method in class Template

Creates block if doesn't exist and checks if content type is the same.

SecurityPolicy::allowMacros() — Method in class SecurityPolicy
SecurityPolicy::allowFilters() — Method in class SecurityPolicy
SecurityPolicy::allowFunctions() — Method in class SecurityPolicy
SecurityPolicy::allowMethods() — Method in class SecurityPolicy
SecurityPolicy::allowProperties() — Method in class SecurityPolicy
AbortException — Class in namespace Nette\Application

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

Application — Class in namespace Nette\Application

Front Controller.

ApplicationException — Class in namespace Nette\Application

Application fatal error.

Route::action2path() — Method in class Route

camelCaseAction name -> dash-separated.

RouteList::addRoute() — Method in class RouteList
Form::allowCrossOrigin() — Method in class Form

Disables CSRF protection using a SameSite cookie.

$ Presenter#autoCanonicalize — Property in class Presenter
$ Presenter#absoluteUrls — Property in class Presenter
$ Presenter#action — Property in class Presenter
Presenter::afterRender() — Method in class Presenter

Common render method.

Presenter::argsToParams() — Method in class Presenter

Converts list of arguments to named parameters.

ArgumentOutOfRangeException — Class 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.

MemcachedStorage::addServer() — Method in class MemcachedStorage
ArrayAccess — Class 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.

$ Configurator#autowireExcludedClasses — Property in class Configurator
Configurator::addParameters() — Method in class Configurator

Adds new parameters. The %params% will be expanded.

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.

Autowiring — Class 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.

Adapter — Class 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#aliases — Property 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.

AccessorDefinition — Class in namespace Nette\DI\Definitions

Accessor definition.

Definition::addTag() — Method in class Definition
FactoryDefinition::addSetup() — Method in class FactoryDefinition
ServiceDefinition::addSetup() — Method in class ServiceDefinition
$ Statement#arguments — Property 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.

AmbiguousReferenceKeyException — Class in namespace Nette\Database\Conventions

Ambiguous reference key exception.

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.

ISupplementalDriver::applyLimit() — Method in class ISupplementalDriver

Injects LIMIT/OFFSET to the SQL query.

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

Single row representation.

ActiveRow::accessColumn() — Method in class ActiveRow
$ GroupedSelection#active — Property in class GroupedSelection
GroupedSelection::aggregation() — Method in class GroupedSelection
$ Selection#aggregation — Property in class Selection
$ Selection#accessedColumns — Property in class Selection
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#aliases — Property in class SqlBuilder
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::addImage() — Method in class Container

Adds graphical button used to submit form.

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::addError() — Method in class BaseControl

Adds error message to the list.

HiddenField::addFilter() — Method in class HiddenField

Appends input string filter callback.

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::addFilter() — Method in class TextBase

Appends input string filter callback.

TextBase::addRule() — Method in class TextBase
TextInput::addRule() — Method in class TextInput
UploadControl::addRule() — Method in class UploadControl
$ Form#action — Property in class Form
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#arg — Property 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#ajax — Property in class Request
Response::addHeader() — Method in class Response

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

$ Url#absoluteUrl — Property in class Url
$ Url#authority — Property in class Url
Url::appendQuery() — Method in class Url
$ UrlImmutable#absoluteUrl — Property in class UrlImmutable
$ UrlImmutable#authority — Property in class UrlImmutable
$ RobotLoader#acceptFiles — Property 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.

$ Entity#attributes — Property in class Entity
ArrayItemNode — Class in namespace Nette\Neon\Node
ArrayNode — Class in namespace Nette\Neon\Node
$ EntityNode#attributes — Property in class EntityNode
Attribute — Class 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::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::addNamespace() — Method in class PhpFile
PhpFile::addUse() — Method in class PhpFile
PhpNamespace::addUse() — 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
AttributeAware — Class 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
AnyOf — Class 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
AuthenticationException — Class in namespace Nette\Security

Authentication exception.

IAuthenticator::authenticate() — Method in class IAuthenticator

Performs an authentication against e.g. database.

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#authenticatedRole — Property in class User
$ User#authenticator — Property in class User
$ User#authorizator — Property in class User
ArrayHash — Class in namespace Nette\Utils

Provides objects to work as array.

ArrayList — Class in namespace Nette\Utils

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

Arrays — Class 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'.

AssertionException — Class in namespace Nette\Utils

The exception that indicates assertion error.

$ Html#attrs — Property in class Html
$ Html#accept — Property in class Html
$ Html#accesskey — Property in class Html
$ Html#action — Property in class Html
$ Html#align — Property in class Html
$ Html#allow — Property in class Html
$ Html#alt — Property in class Html
$ Html#async — Property in class Html
$ Html#autocapitalize — Property in class Html
$ Html#autocomplete — Property in class Html
$ Html#autofocus — Property in class Html
$ Html#autoplay — Property 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.

Bar::addPanel() — Method in class Bar

Add custom panel.

BlueScreen::addPanel() — Method in class BlueScreen

Add custom panel as function (?\Throwable $e): ?array

BlueScreen::addAction() — Method in class BlueScreen

Add action.

B

$ FileLoader#baseDir — Property in class FileLoader
BlockMacros — Class in namespace Latte\Macros

Block macros.

Block — Class in namespace Latte\Runtime
Blueprint — Class in namespace Latte\Runtime

Generates blueprint of template class.

Filters::bytes() — Method in class Filters

Converts to human readable file size.

Filters::breaklines() — Method in class Filters
Filters::batch() — Method in class Filters

Chunks items by returning an array of arrays with the given number of items.

BadRequestException — Class in namespace Nette\Application

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

BadSignalException — Class in namespace Nette\Application\UI

Signal exception.

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

Common render method.

Cache::bulkLoad() — Method in class Cache

Reads multiple items from the cache.

IBulkReader::bulkRead() — Method in class IBulkReader

Reads from cache in bulk.

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
Context::beginTransaction() — Method in class Context
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
BaseControl — Class in namespace Nette\Forms\Controls

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

Button — Class in namespace Nette\Forms\Controls

Push button control with no default behavior.

Form::beforeRender() — Method in class Form
$ Rule#branch — Property in class Rule
$ Url#basePath — Property in class Url
$ Url#baseUrl — Property in class Url
UrlImmutable::build() — Method in class UrlImmutable
$ UrlScript#basePath — Property in class UrlScript
$ UrlScript#baseUrl — Property 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.

$ MimePart#body — Property in class MimePart
$ Encoder#blockMode — Property in class Encoder
BlockArrayNode — Class in namespace Nette\Neon\Node
$ InlineArrayNode#bracket — Property in class InlineArrayNode
$ Closure#body — Property in class Closure
$ GlobalFunction#body — Property in class GlobalFunction
$ Method#body — Property in class Method
Base — Class in namespace Nette\Schema\Elements
Base::before() — Method in class Base
Expect::bool() — Method in class Expect
$ Paginator#base — Property 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.

Bar — Class in namespace Tracy

Debug Bar.

BlueScreen — Class in namespace Tracy

Red BlueScreen.

$ Debugger#browser — Property in class Debugger
Debugger::barDump() — Method in class Debugger

Dumps information about a variable in Tracy Debug Bar.

C

CompileException — Class in namespace Latte

The exception occured during Latte compilation.

Compiler — Class in namespace Latte

Latte compiler.

Compiler::compile() — Method in class Compiler

Compiles tokens to PHP file

Compiler::closeMacro() — Method in class Compiler

Generates code for {/macro ...} to the output.

Engine::createTemplate() — Method in class Engine

Creates template object.

Engine::compile() — Method in class Engine

Compiles template to PHP code.

Helpers::checkCallback() — Method in class Helpers

Checks callback.

$ HtmlNode#closing — Property in class HtmlNode
$ MacroNode#closing — Property in class MacroNode
$ MacroNode#closingCode — Property in class MacroNode
$ MacroNode#content — Property in class MacroNode
$ MacroNode#context — Property in class MacroNode
MacroNode::closest() — Method in class MacroNode
CoreMacros — Class in namespace Latte\Macros

Basic macros for Latte.

MacroSet::checkExtraArgs() — Method in class MacroSet
$ Block#contentType — Property in class Block
$ Block#code — Property in class Block
$ Block#comment — Property in class Block
CachingIterator — Class in namespace Latte\Runtime

Smarter caching iterator.

$ CachingIterator#counter — Property in class CachingIterator
$ CachingIterator#counter0 — Property in class CachingIterator
CachingIterator::count() — Method in class CachingIterator

Returns the count of elements.

$ FilterInfo#contentType — Property in class FilterInfo
Filters::convertTo() — Method in class Filters

Converts ... to .

Filters::capitalize() — Method in class Filters

Capitalize string.

Filters::clamp() — Method in class Filters

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

Filters::ceil() — Method in class Filters
Filters::checkTagSwitch() — Method in class Filters
Template::createTemplate() — Method in class Template

Renders template.

Template::capture() — Method in class Template

Captures output to string.

Template::copyBlockLayer() — Method in class Template
Template::call() — Method in class Template
SecurityPolicy::createSafePolicy() — Method in class SecurityPolicy
$ Token#closing — Property in class Token
TokenIterator::currentToken() — Method in class TokenIterator

Returns current token.

TokenIterator::currentValue() — Method in class TokenIterator

Returns current token value.

TokenIterator::consumeValue() — Method in class TokenIterator

Returns next expected token or throws exception.

MicroPresenter::createTemplate() — Method in class MicroPresenter

Template factory.

$ Application#catchExceptions — Property in class Application
Application::createInitialRequest() — Method in class Application
CrossOrigin — Class in namespace Nette\Application\Attributes
$ BadRequestException#code — Property in class BadRequestException
$ ForbiddenRequestException#code — Property in class ForbiddenRequestException
IPresenterFactory::createPresenter() — Method in class IPresenterFactory

Creates new presenter instance.

PresenterFactory::createPresenter() — Method in class PresenterFactory

Creates new presenter instance.

CallbackResponse — Class in namespace Nette\Application\Responses

Callback response.

CliRouter — Class 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.

RouteList::count() — Method in class RouteList
SimpleRouter::constructUrl() — Method in class SimpleRouter

Constructs absolute URL from array.

$ BadSignalException#code — Property in class BadSignalException
Component — Class 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.

ComponentReflection — Class 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.

Control — Class in namespace Nette\Application\UI

Control is renderable Presenter component.

Control::createTemplate() — Method in class Control
$ Form#crossOrigin — Property in class Form
ITemplateFactory::createTemplate() — Method in class ITemplateFactory
Multiplier::createComponent() — Method in class Multiplier

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

$ Presenter#context — Property in class Presenter
Presenter::checkRequirements() — Method in class Presenter

Checks authorization.

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.

Cache — Class 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::checkCallbacks() — Method in class Cache

Checks CALLBACKS dependencies.

IStorage::clean() — Method in class IStorage

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.

IJournal::clean() — Method in class IJournal

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.

Component — Class in namespace Nette\ComponentModel

Component is the base class for all components.

Container — Class in namespace Nette\ComponentModel

ComponentContainer is default implementation of IContainer.

$ Container#components — Property 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.

Configurator — Class in namespace Nette

Initial system DI container generator.

$ Configurator#configs — Property 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
Compiler — Class in namespace Nette\DI

DI container compiler.

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

Configurator compiling extension.

$ CompilerExtension#compiler — Property in class CompilerExtension
$ CompilerExtension#config — Property in class CompilerExtension
CompilerExtension::createLoader() — Method in class CompilerExtension
DefinitionSchema::complete() — Method in class DefinitionSchema

Validation and finalization.

DefinitionSchema::completeDefault() — Method in class DefinitionSchema
Container — Class 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.

ContainerBuilder — Class in namespace Nette\DI

Container builder.

ContainerBuilder::complete() — Method in class ContainerBuilder
ContainerLoader — Class 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#class — Property in class ServiceDefinition
ServiceDefinition::complete() — Method in class ServiceDefinition
ConstantsExtension — Class in namespace Nette\DI\Extensions

Constant definitions.

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.

PhpGenerator::convertParameters() — Method in class PhpGenerator

Converts parameters from Definition to PhpGenerator.

Resolver::completeDefinition() — Method in class Resolver
Resolver::completeStatement() — Method in class Resolver
Resolver::completeArguments() — Method in class Resolver
Connection — Class 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
ConnectionException — Class in namespace Nette\Database

Server connection related errors.

ConstraintViolationException — Class in namespace Nette\Database

Base class for all constraint violation related exceptions.

Context — Class in namespace Nette\Database

Database context.

Context::commit() — Method in class Context
MsSqlDriver::convertException() — Method in class MsSqlDriver

Converts PDOException to DriverException or its descendant.

MySqlDriver::convertException() — Method in class MySqlDriver

Converts PDOException to DriverException or its descendant.

OciDriver::convertException() — Method in class OciDriver

Converts PDOException to DriverException or its descendant.

OdbcDriver::convertException() — Method in class OdbcDriver

Converts PDOException to DriverException or its descendant.

PgSqlDriver::convertException() — Method in class PgSqlDriver

Converts PDOException to DriverException or its descendant.

SqliteDriver::convertException() — Method in class SqliteDriver

Converts PDOException to DriverException or its descendant.

SqlsrvDriver::convertException() — Method in class SqlsrvDriver

Converts PDOException to DriverException or its descendant.

Helpers::createDebugPanel() — Method in class Helpers
ISupplementalDriver::convertException() — Method in class ISupplementalDriver

Converts PDOException to DriverException or its descendant.

ResultSet::current() — Method in class ResultSet
SqlPreprocessor::callback() — Method in class SqlPreprocessor
$ Structure#connection — Property in class Structure
$ Structure#cache — Property in class Structure
$ GroupedSelection#column — Property in class GroupedSelection
GroupedSelection::count() — Method in class GroupedSelection

Counts number of rows.

$ Selection#context — Property in class Selection
$ Selection#conventions — Property in class Selection
$ Selection#cache — Property 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#conventions — Property in class SqlBuilder
$ SqlBuilder#conditions — Property in class SqlBuilder
$ SqlBuilder#currentAlias — Property in class SqlBuilder
SqlBuilder::checkUniqueTableName() — Method in class SqlBuilder
Container — Class in namespace Nette\Forms

Container for form controls.

$ Container#currentGroup — Property in class Container
$ Container#controls — Property in class Container
ControlGroup — Class in namespace Nette\Forms

A user group of form controls.

$ ControlGroup#controls — Property in class ControlGroup
$ BaseControl#control — Property in class BaseControl
$ BaseControl#caption — Property in class BaseControl
$ BaseControl#controlPrototype — Property in class BaseControl
BaseControl::cleanErrors() — Method in class BaseControl
Checkbox — Class in namespace Nette\Forms\Controls

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

CheckboxList — Class in namespace Nette\Forms\Controls

Set of checkboxes.

$ CheckboxList#container — Property in class CheckboxList
$ CheckboxList#containerPrototype — Property in class CheckboxList
ChoiceControl — Class in namespace Nette\Forms\Controls

Choice control that allows single item selection.

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

CSRF protection field.

MultiChoiceControl::checkDefaultValue() — Method in class MultiChoiceControl
$ RadioList#container — Property in class RadioList
$ RadioList#containerPrototype — Property in class RadioList
SubmitButton::click() — Method in class SubmitButton

Fires click event.

Form::cleanErrors() — Method in class Form
Helpers::createInputList() — Method in class Helpers
Helpers::createSelectBox() — Method in class Helpers
$ DefaultFormRenderer#counter — Property in class DefaultFormRenderer
$ Rule#control — Property in class Rule
Context — Class in namespace Nette\Http

HTTP-specific tasks.

$ FileUpload#contentType — Property in class FileUpload
$ FileUpload#contents — Property in class FileUpload
$ Request#cookies — Property in class Request
RequestFactory::createHttpRequest() — Method in class RequestFactory
$ Response#cookieDomain — Property in class Response
$ Response#cookiePath — Property in class Response
$ Response#cookieSecure — Property in class Response
$ Response#cookieHttpOnly — Property in class Response
Session::close() — Method in class Session

Ends the current session and store session data.

Session::clean() — Method in class Session

Cleans and minimizes meta structures. This method is called automatically on shutdown, do not call it directly.

Url::canonicalize() — Method in class Url

Transforms URL to canonical form.

CachingIterator — Class in namespace Nette\Iterators

Smarter caching iterator.

$ CachingIterator#counter — Property 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#commandArgs — Property in class SendmailMailer
SmtpMailer::connect() — Method in class SmtpMailer

Connects and authenticates to SMTP server.

$ EntityChainNode#chain — Property in class EntityChainNode
TokenStream::consume() — Method in class TokenStream
ClassType — Class in namespace Nette\PhpGenerator

Class/Interface/Trait description.

Closure — Class in namespace Nette\PhpGenerator
Closure.
Constant — Class in namespace Nette\PhpGenerator

Class constant.

Dumper::createObject() — Method in class Dumper
Helpers::createObject() — Method in class Helpers
CommentAware — Class 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.

Context — Class 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#code — Property in class Message
Schema::complete() — Method in class Schema

Validation and finalization.

Schema::completeDefault() — Method in class Schema
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.

Callback — Class in namespace Nette\Utils

PHP callable tools.

Callback::closure() — Method in class Callback
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.

Finder::count() — Method in class Finder

Get the number of found files and/or directories.

Finder::compare() — Method in class Finder

Compares two values.

Helpers::capture() — Method in class Helpers

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

$ Html#children — Property in class Html
$ Html#charset — Property in class Html
$ Html#checked — Property in class Html
$ Html#cite — Property in class Html
$ Html#class — Property in class Html
$ Html#cols — Property in class Html
$ Html#colspan — Property in class Html
$ Html#content — Property in class Html
$ Html#contenteditable — Property in class Html
$ Html#controls — Property in class Html
$ Html#coords — Property in class Html
$ Html#crossorigin — Property 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.

Image::crop() — Method in class Image

Crops image.

Image::calculateCutout() — Method in class Image

Calculates dimensions of cutout in image.

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#countdownOffset — Property 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.

TokenIterator::currentToken() — Method in class TokenIterator

Returns current token.

TokenIterator::currentValue() — Method in class TokenIterator

Returns current token value.

$ Validators#counters — Property in class Validators
$ BlueScreen#collapsePaths — Property in class BlueScreen
$ Debugger#customCssFiles — Property in class Debugger
$ Debugger#customJsFiles — Property in class Debugger
Helpers::capture() — Method in class Helpers

Captures PHP output into a string.

D

$ HtmlNode#data — Property in class HtmlNode
$ MacroNode#data — Property in class MacroNode
$ MacroTokens#depth — Property in class MacroTokens
$ Parser#defaultSyntax — Property in class Parser
PhpHelpers::dump() — Method in class PhpHelpers
Defaults — Class in namespace Latte\Runtime
$ Filters#dateFormat — Property in class Filters
Filters::date() — Method in class Filters

Date/time formatting.

Filters::dataStream() — Method in class Filters

The data: URI generator.

Filters::divisibleBy() — Method in class Filters

Is divisible by?

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

This method will be called when CSRF is detected.

Cache::derive() — Method in class Cache

Returns new nested cache object.

$ OutputHelper#dependencies — Property in class OutputHelper
DevNullStorage — Class 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.

$ Configurator#defaultExtensions — Property in class Configurator
$ Configurator#dynamicParameters — Property in class Configurator
Configurator::detectDebugMode() — Method in class Configurator

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

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.

DefinitionSchema — Class in namespace Nette\DI\Config

Service configuration schema.

Definition — Class in namespace Nette\DI\Definitions

Definition used by ContainerBuilder.

DependencyChecker — Class in namespace Nette\DI

Cache dependencies checker.

DynamicParameter — Class in namespace Nette\DI
DIExtension — Class in namespace Nette\DI\Extensions

DI extension.

$ DIExtension#debugger — Property in class DIExtension
DecoratorExtension — Class in namespace Nette\DI\Extensions

Decorators for services.

$ ParametersExtension#dynamicParams — Property in class ParametersExtension
$ ParametersExtension#dynamicValidators — Property in class ParametersExtension
Connection::disconnect() — Method in class Connection
DiscoveredConventions — Class in namespace Nette\Database\Conventions

Conventions based on database structure.

DriverException — Class in namespace Nette\Database

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

MsSqlDriver::delimite() — Method in class MsSqlDriver

Delimites identifier for use in a SQL statement.

MySqlDriver::delimite() — Method in class MySqlDriver

Delimites identifier for use in a SQL statement.

OciDriver::delimite() — Method in class OciDriver

Delimites identifier for use in a SQL statement.

OdbcDriver::delimite() — Method in class OdbcDriver

Delimites identifier for use in a SQL statement.

PgSqlDriver::delimite() — Method in class PgSqlDriver

Delimites identifier for use in a SQL statement.

SqliteDriver::delimite() — Method in class SqliteDriver

Delimites identifier for use in a SQL statement.

SqlsrvDriver::delimite() — Method in class SqlsrvDriver

Delimites identifier for use in a 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.

ISupplementalDriver::delimite() — Method in class ISupplementalDriver

Delimites identifier for use in a SQL statement.

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#data — Property in class Selection
$ Selection#dataRefreshed — Property in class Selection
Selection::delete() — Method in class Selection

Deletes all rows in result set.

$ SqlBuilder#delimitedTable — Property in class SqlBuilder
DeprecatedException — Class in namespace Nette

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

DirectoryNotFoundException — Class in namespace Nette

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

$ BaseControl#disabled — Property in class BaseControl
DefaultFormRenderer — Class 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#defaultPorts — Property in class Url
DkimSigner — Class in namespace Nette\Mail
$ Message#defaultHeaders — Property in class Message
SmtpMailer::disconnect() — Method in class SmtpMailer

Disconnects from SMTP server.

Decoder — Class 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.

Dumper — Class 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
$ Parameter#defaultValue — Property in class Parameter
Printer::dump() — Method in class Printer
$ Route#defaultMeta — Property in class Route
$ Context#dynamics — Property in class Context
DynamicParameter — Class 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
$ Identity#data — Property in class Identity
Permission::deny() — Method in class Permission

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

DateTime — Class in namespace Nette\Utils
DateTime.
FileSystem::delete() — Method in class FileSystem

Deletes a file or directory if exists.

Finder::date() — Method in class Finder

Restricts the search by modified time.

$ Html#data — Property in class Html
$ Html#datetime — Property in class Html
$ Html#decoding — Property in class Html
$ Html#default — Property in class Html
$ Html#defer — Property in class Html
$ Html#dir — Property in class Html
$ Html#dirname — Property in class Html
$ Html#disabled — Property in class Html
$ Html#download — Property in class Html
$ Html#draggable — Property in class Html
$ Html#dropzone — Property 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
Json::decode() — Method in class Json

Parses JSON to PHP value. The flag can be Json::FORCE_ARRAY, which forces an array instead of an object as the return value.

Bar::dispatchAssets() — Method in class Bar

Renders debug bar assets.

Debugger — Class in namespace Tracy

Debugger: displays and logs errors.

Debugger::dispatch() — Method in class Debugger
Debugger::dump() — Method in class Debugger

Dumps information about a variable in readable format.

Debugger::detectDebugMode() — Method in class Debugger

Detects debug mode by IP address.

DefaultBarPanel — Class in namespace Tracy

IBarPanel implementation helper.

$ DefaultBarPanel#data — Property in class DefaultBarPanel
Dumper — Class in namespace Tracy

Dumps a variable.

Dumper::dump() — Method in class Dumper

Dumps variable to the output.

$ Logger#directory — Property in class Logger
Logger::defaultMailer() — Method in class Logger

Default mailer.

E

Compiler::expandTokens() — Method in class Compiler
Compiler::expandMacro() — Method in class Compiler

Expands macro and returns node & code.

Engine — Class in namespace Latte

Templating engine Latte.

$ Helpers#emptyElements — Property in class Helpers
$ HtmlNode#empty — Property in class HtmlNode
$ HtmlNode#endLine — Property in class HtmlNode
$ MacroNode#empty — Property in class MacroNode
$ MacroNode#endLine — Property in class MacroNode
PhpWriter::expandCastPass() — Method in class PhpWriter

Pseudocast (expand).

PhpWriter::escapePass() — Method in class PhpWriter

Escapes expression in tokens.

$ CachingIterator#empty — Property in class CachingIterator
$ CachingIterator#even — Property in class CachingIterator
Filters::escapeHtml() — Method in class Filters

Escapes string for use everywhere inside HTML (except for comments).

Filters::escapeHtmlText() — Method in class Filters

Escapes string for use inside HTML text.

Filters::escapeHtmlAttr() — Method in class Filters

Escapes string for use inside HTML attribute value.

Filters::escapeHtmlAttrConv() — Method in class Filters

Escapes HTML for use inside HTML attribute.

Filters::escapeHtmlAttrUnquoted() — Method in class Filters

Escapes string for use inside HTML attribute name.

Filters::escapeHtmlComment() — Method in class Filters

Escapes string for use inside HTML/XML comments.

Filters::escapeXml() — Method in class Filters

Escapes string for use everywhere inside XML (except for comments).

Filters::escapeXmlAttrUnquoted() — Method in class Filters

Escapes string for use inside XML attribute name.

Filters::escapeCss() — Method in class Filters

Escapes string for use inside CSS template.

Filters::escapeJs() — Method in class Filters

Escapes variables for use inside