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#attrsProperty in class HtmlNode
$ HtmlNode#attrCodeProperty in class HtmlNode
$ MacroNode#argsProperty in class MacroNode
$ MacroNode#attrCodeProperty 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
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.

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#autoCanonicalizeProperty in class Presenter
$ Presenter#absoluteUrlsProperty in class Presenter
$ Presenter#actionProperty 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.

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.

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.

$ Configurator#autowireExcludedClassesProperty 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.

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

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
ActiveRowClass in namespace Nette\Database\Table

Single row representation.

ActiveRow::accessColumn() — Method in class ActiveRow
$ GroupedSelection#activeProperty in class GroupedSelection
GroupedSelection::aggregation() — Method in class GroupedSelection
$ Selection#aggregationProperty in class Selection
$ Selection#accessedColumnsProperty 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#aliasesProperty 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#actionProperty 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#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.

$ 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.

$ Entity#attributesProperty in class Entity
ArrayItemNodeClass in namespace Nette\Neon\Node
ArrayNodeClass in namespace Nette\Neon\Node
$ EntityNode#attributesProperty in class EntityNode
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::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
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.

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#authenticatedRoleProperty in class User
$ User#authenticatorProperty in class User
$ User#authorizatorProperty in class User
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.

$ 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.

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#baseDirProperty in class FileLoader
BlockMacrosClass in namespace Latte\Macros

Block macros.

BlockClass in namespace Latte\Runtime
BlueprintClass 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.

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.

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
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
$ 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.

$ MimePart#bodyProperty in class MimePart
$ Encoder#blockModeProperty in class Encoder
BlockArrayNodeClass in namespace Nette\Neon\Node
$ InlineArrayNode#bracketProperty in class InlineArrayNode
$ Closure#bodyProperty in class Closure
$ GlobalFunction#bodyProperty in class GlobalFunction
$ Method#bodyProperty in class Method
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.

BarClass in namespace Tracy

Debug Bar.

BlueScreenClass in namespace Tracy

Red BlueScreen.

$ Debugger#browserProperty in class Debugger
Debugger::barDump() — Method in class Debugger

Dumps information about a variable in Tracy Debug Bar.

C

CompileExceptionClass in namespace Latte

The exception occured during Latte compilation.

CompilerClass 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#closingProperty in class HtmlNode
$ MacroNode#closingProperty in class MacroNode
$ MacroNode#closingCodeProperty in class MacroNode
$ MacroNode#contentProperty in class MacroNode
$ MacroNode#contextProperty in class MacroNode
MacroNode::closest() — Method in class MacroNode
CoreMacrosClass in namespace Latte\Macros

Basic macros for Latte.

MacroSet::checkExtraArgs() — Method in class MacroSet
$ Block#contentTypeProperty in class Block
$ Block#codeProperty in class Block
$ Block#commentProperty in class Block
CachingIteratorClass in namespace Latte\Runtime

Smarter caching iterator.

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

Returns the count of elements.

$ FilterInfo#contentTypeProperty 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#closingProperty 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#catchExceptionsProperty in class Application
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.

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

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
$ Form#crossOriginProperty 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#contextProperty 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.

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::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.

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

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
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
DefinitionSchema::complete() — Method in class DefinitionSchema

Validation and finalization.

DefinitionSchema::completeDefault() — Method in class DefinitionSchema
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#classProperty in class ServiceDefinition
ServiceDefinition::complete() — Method in class ServiceDefinition
ConstantsExtensionClass 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
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

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#connectionProperty in class Structure
$ Structure#cacheProperty in class Structure
$ GroupedSelection#columnProperty in class GroupedSelection
GroupedSelection::count() — Method in class GroupedSelection

Counts number of rows.

$ Selection#contextProperty in class Selection
$ 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
$ SqlBuilder#currentAliasProperty in class SqlBuilder
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
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
$ 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
$ RadioList#containerPrototypeProperty 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#counterProperty in class DefaultFormRenderer
$ Rule#controlProperty 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
$ Response#cookiePathProperty in class Response
$ Response#cookieSecureProperty in class Response
$ Response#cookieHttpOnlyProperty 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.

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.

$ EntityChainNode#chainProperty in class EntityChainNode
TokenStream::consume() — Method in class TokenStream
ClassTypeClass in namespace Nette\PhpGenerator

Class/Interface/Trait description.

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
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.

CallbackClass 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#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.

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#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.

TokenIterator::currentToken() — Method in class TokenIterator

Returns current token.

TokenIterator::currentValue() — Method in class TokenIterator

Returns current token value.

$ Validators#countersProperty in class Validators
$ BlueScreen#collapsePathsProperty in class BlueScreen
$ Debugger#customCssFilesProperty in class Debugger
$ Debugger#customJsFilesProperty in class Debugger
Helpers::capture() — Method in class Helpers

Captures PHP output into a string.

D

$ HtmlNode#dataProperty in class HtmlNode
$ MacroNode#dataProperty in class MacroNode
$ MacroTokens#depthProperty in class MacroTokens
$ Parser#defaultSyntaxProperty in class Parser
PhpHelpers::dump() — Method in class PhpHelpers
DefaultsClass in namespace Latte\Runtime
$ Filters#dateFormatProperty 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#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.

$ 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.

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.

DefinitionSchemaClass in namespace Nette\DI\Config

Service configuration schema.

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.

$ 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.

DriverExceptionClass 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#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
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
$ Parameter#defaultValueProperty in class Parameter
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
$ Identity#dataProperty in class Identity
Permission::deny() — Method in class Permission

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

DateTimeClass 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#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
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.

DebuggerClass 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.

DefaultBarPanelClass in namespace Tracy

IBarPanel implementation helper.

$ DefaultBarPanel#dataProperty in class DefaultBarPanel
DumperClass in namespace Tracy

Dumps a variable.

Dumper::dump() — Method in class Dumper

Dumps variable to the output.

$ Logger#directoryProperty 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.

EngineClass in namespace Latte

Templating engine Latte.

$ Helpers#emptyElementsProperty in class Helpers
$ HtmlNode#emptyProperty in class HtmlNode
$ HtmlNode#endLineProperty in class HtmlNode
$ MacroNode#emptyProperty in class MacroNode
$ MacroNode#endLineProperty in class MacroNode
PhpWriter::expandCastPass() — Method in class PhpWriter

Pseudocast (expand).

PhpWriter::escapePass() — Method in class PhpWriter

Escapes expression in tokens.

$ CachingIterator#emptyProperty in class CachingIterator
$ CachingIterator#evenProperty 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