Element index for namespace Nette

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

_

_netteClosePanel
in file bluescreen.phtml, function _netteClosePanel()
    Closes panel.
_netteDebugPrintCode
in file bluescreen.phtml, function _netteDebugPrintCode()
    Prints source code.
_netteOpenPanel
in file bluescreen.phtml, function _netteOpenPanel()
    Opens panel.
__call
in file Object.php, method Object::__call()
    Call to undefined method.
__call
in file Image.php, method Image::__call()
    Call to undefined method.
__call
in file SmartCachingIterator.php, method SmartCachingIterator::__call()
    Call to undefined method.
__callStatic
in file Object.php, method Object::__callStatic()
    Call to undefined static method.
__clone
in file ComponentContainer.php, method ComponentContainer::__clone()
    Object cloning.
__clone
in file Component.php, method Component::__clone()
    Object cloning.
__construct
in file Annotations.php, method Annotations::__construct()
    Static class - cannot be instantiated.
__construct
in file ServiceLocator.php, method ServiceLocator::__construct()
__construct
in file InstanceFilterIterator.php, method InstanceFilterIterator::__construct()
    Constructs a filter around another iterator.
__construct
in file Logger.php, method Logger::__construct()
__construct
in file SmartCachingIterator.php, method SmartCachingIterator::__construct()
__construct
in file ImageMagick.php, method ImageMagick::__construct()
    Wraps image file.
__construct
in file Framework.php, method Framework::__construct()
    Static class - cannot be instantiated.
__construct
in file Debug.php, method Debug::__construct()
    Static class - cannot be instantiated.
__construct
in file Tools.php, method Tools::__construct()
    Static class - cannot be instantiated.
__construct
in file Component.php, method Component::__construct()
__construct
in file Environment.php, method Environment::__construct()
    Static class - cannot be instantiated.
__construct
in file exceptions.php, method FatalErrorException::__construct()
__construct
in file Image.php, method Image::__construct()
    Wraps GD image.
__construct
in file ObjectMixin.php, method ObjectMixin::__construct()
    Static class - cannot be instantiated.
__construct
in file exceptions.php, method InvalidStateException::__construct()
__construct
in file String.php, method String::__construct()
    Static class - cannot be instantiated.
__destruct
in file ImageMagick.php, method ImageMagick::__destruct()
    Delete temporary files.
__get
in file Object.php, method Object::__get()
    Returns property value. Do not call directly.
__get
in file SmartCachingIterator.php, method SmartCachingIterator::__get()
    Returns property value. Do not call directly.
__isset
in file Object.php, method Object::__isset()
    Is property defined?
__isset
in file SmartCachingIterator.php, method SmartCachingIterator::__isset()
    Is property defined?
__set
in file Object.php, method Object::__set()
    Sets value of a property. Do not call directly.
__set
in file SmartCachingIterator.php, method SmartCachingIterator::__set()
    Sets value of a property. Do not call directly.
__toString
in file Image.php, method Image::__toString()
    Outputs image to string.
__unset
in file SmartCachingIterator.php, method SmartCachingIterator::__unset()
    Access to undeclared property.
__unset
in file Object.php, method Object::__unset()
    Access to undeclared property.
__wakeup
in file Component.php, method Component::__wakeup()
    Prevents unserialization.
top

a

accept
in file InstanceFilterIterator.php, method InstanceFilterIterator::accept()
    Expose the current element of the inner iterator?
addColophon
in file Debug.php, method Debug::addColophon()
    Add custom descriptions.
addComponent
in file ComponentContainer.php, method ComponentContainer::addComponent()
    Adds the specified component to the IComponentContainer.
addComponent
in file IComponentContainer.php, method IComponentContainer::addComponent()
    Adds the specified component to the IComponentContainer.
addService
in file ServiceLocator.php, method ServiceLocator::addService()
    Adds the specified service to the service container.
addService
in file IServiceLocator.php, method IServiceLocator::addService()
    Adds the specified service to the service container.
AmbiguousServiceException
in file ServiceLocator.php, class AmbiguousServiceException
    Ambiguous service resolution exception.
Annotations
in file Annotations.php, class Annotations
    Annotations support for PHP.
Annotations.php
procedural page Annotations.php
ArgumentOutOfRangeException
in file exceptions.php, class ArgumentOutOfRangeException
    The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
arrayGet
in file Tools.php, method Tools::arrayGet()
    Returns array item or $default if item is not set.
arrayMergeTree
in file Tools.php, method Tools::arrayMergeTree()
    Recursively appends elements of remaining keys from the second array to the first.
attached
in file Component.php, method Component::attached()
    This method will be called when the component (or component's parent) becomes attached to a monitored object. Do not call this method yourself.
top

b

bytes
in file String.php, method String::bytes()
bluescreen.phtml
procedural page bluescreen.phtml
top

c

$consoleMode
in file Debug.php, variable Debug::$consoleMode
$counters
in file Debug.php, variable Debug::$counters
calculateSize
in file Image.php, method Image::calculateSize()
    Calculates dimensions of resized image.
call
in file ObjectMixin.php, method ObjectMixin::call()
    Call to undefined method.
capitalize
in file String.php, method String::capitalize()
    Capitalize string.
catchError
in file Tools.php, method Tools::catchError()
    Returns catched error/warning message.
checkEncoding
in file String.php, method String::checkEncoding()
    Checks if the string is valid for the specified encoding.
chr
in file String.php, method String::chr()
    Returns a specific character.
compareVersion
in file Framework.php, method Framework::compareVersion()
    Compares current Nette Framework version with given version.
compatibility.php
procedural page compatibility.php
Component
in file Component.php, class Component
    Component is the base class for all components.
Component.php
procedural page Component.php
ComponentContainer
in file ComponentContainer.php, class ComponentContainer
    ComponentContainer is default implementation of IComponentContainer.
ComponentContainer.php
procedural page ComponentContainer.php
Configurator
in file Configurator.php, class Configurator
    Nette\Environment helper.
Configurator.php
procedural page Configurator.php
CONSOLE
in file Environment.php, class constant Environment::CONSOLE
    environment name
createCacheStorage
in file Configurator.php, method Configurator::createCacheStorage()
createComponent
in file ComponentContainer.php, method ComponentContainer::createComponent()
    Component factory. Descendant can override this method to enable lazy component loading.
createServiceLocator
in file Configurator.php, method Configurator::createServiceLocator()
    Get initial instance of service locator.
crop
in file ImageMagick.php, method ImageMagick::crop()
    Crops image.
crop
in file Image.php, method Image::crop()
    Crops image.
top

d

$defaultConfigFile
in file Configurator.php, variable Configurator::$defaultConfigFile
$defaultServices
in file Configurator.php, variable Configurator::$defaultServices
DAY
in file Tools.php, class constant Tools::DAY
    day in seconds
DEBUG
in file Environment.php, class constant Environment::DEBUG
    mode name
Debug
in file Debug.php, class Debug
    Debug static class.
Debug.php
procedural page Debug.php
defaultize
in file Tools.php, method Tools::defaultize()
    Initializes variable with $default value.
DeprecatedException
in file exceptions.php, class DeprecatedException
    The exception that is thrown when a requested method or operation is deprecated.
detached
in file Component.php, method Component::detached()
    This method will be called before the component (or component's parent) becomes detached from a monitored object. Do not call this method yourself.
detect
in file Configurator.php, method Configurator::detect()
    Detect environment mode.
DETECT
in file Debug.php, class constant Debug::DETECT
    server modes Debug::enable()
DEVELOPMENT
in file Debug.php, class constant Debug::DEVELOPMENT
    server modes Debug::enable()
DEVELOPMENT
in file Environment.php, class constant Environment::DEVELOPMENT
    environment name
DirectoryNotFoundException
in file exceptions.php, class DirectoryNotFoundException
    The exception that is thrown when part of a file or directory cannot be found.
disableProfiler
in file Debug.php, method Debug::disableProfiler()
    Disables profiler.
dump
in file Debug.php, method Debug::dump()
    Dumps information about a variable in readable format.
top

e

$emailProbability
in file Debug.php, variable Debug::$emailProbability
EMPTY_GIF
in file Image.php, class constant Image::EMPTY_GIF
enable
in file Debug.php, method Debug::enable()
    Enables displaying or logging errors and exceptions.
enableProfiler
in file Debug.php, method Debug::enableProfiler()
    Enables profiler.
endsWith
in file String.php, method String::endsWith()
    Ends the $haystack string with the suffix $needle?
ENLARGE
in file Image.php, class constant Image::ENLARGE
    resizing flags resize()
Environment
in file Environment.php, class Environment
    Nette environment and configuration.
Environment.php
procedural page Environment.php
ERROR
in file Debug.php, class constant Debug::ERROR
    FirePHP log priority
EXCEPTION
in file Debug.php, class constant Debug::EXCEPTION
    FirePHP log priority
exceptions.php
procedural page exceptions.php
expand
in file Environment.php, method Environment::expand()
    Returns expanded variable.
exportConstant
in file Environment.php, method Environment::exportConstant()
    Define one or more variables as constants.
extensionMethod
in file ObjectMixin.php, method ObjectMixin::extensionMethod()
    Adding method to class.
extensionMethod
in file Object.php, method Object::extensionMethod()
    Adding method to class.
top

f

FatalErrorException
in file exceptions.php, class FatalErrorException
    The exception that indicates errors that can not be recovered from. Execution of the script should be halted.
FileNotFoundException
in file exceptions.php, class FileNotFoundException
    The exception that is thrown when accessing a file that does not exist on disk.
fireDump
in file Debug.php, method Debug::fireDump()
    Sends variable dump to Firebug tab request/server.
fireLog
in file Debug.php, method Debug::fireLog()
    Sends message to Firebug console.
fixCallback
in file compatibility.php, function fixCallback()
    Fix for class::method callback in PHP < 5.2.2
fixEncoding
in file String.php, method String::fixEncoding()
    Returns correctly encoded string.
fixNamespace
in file compatibility.php, function fixNamespace()
    Fix for namespaced classes/interfaces in PHP < 5.3
Framework
in file Framework.php, class Framework
    The Nette Framework.
Framework.php
procedural page Framework.php
fromBlank
in file Image.php, method Image::fromBlank()
    Creates blank image.
fromFile
in file Image.php, method Image::fromFile()
    Opens image from file.
fromString
in file Image.php, method Image::fromString()
    Create a new image from the image stream in the string.
top

g

get
in file Annotations.php, method Annotations::get()
    Returns an annotation value.
get
in file ObjectMixin.php, method ObjectMixin::get()
    Returns property value.
getAll
in file Annotations.php, method Annotations::getAll()
    Returns all annotations.
getApplication
in file Environment.php, method Environment::getApplication()
getBase
in file Paginator.php, method Paginator::getBase()
    Returns first page (base) number.
getCache
in file Environment.php, method Environment::getCache()
getChildren
in file ComponentContainer.php, method RecursiveComponentIterator::getChildren()
    The sub-iterator for the current element.
getClass
in file Object.php, method Object::getClass()
    Returns the name of the class of this object.
getComponent
in file ComponentContainer.php, method ComponentContainer::getComponent()
    Returns component specified by name or path.
getComponent
in file IComponentContainer.php, method IComponentContainer::getComponent()
    Returns single component.
getComponents
in file IComponentContainer.php, method IComponentContainer::getComponents()
    Iterates over a components.
getComponents
in file ComponentContainer.php, method ComponentContainer::getComponents()
    Iterates over a components.
getConfig
in file Environment.php, method Environment::getConfig()
    Returns the global configuration.
getConfigurator
in file Environment.php, method Environment::getConfigurator()
    Gets "class behind Environment" configurator.
getCountdownOffset
in file Paginator.php, method Paginator::getCountdownOffset()
    Returns the absolute index of the first item on current page in countdown paging.
getCounter
in file SmartCachingIterator.php, method SmartCachingIterator::getCounter()
    Returns the counter.
getDefaultColophons
in file Debug.php, method Debug::getDefaultColophons()
    Returns default colophons.
getFirstPage
in file Paginator.php, method Paginator::getFirstPage()
    Returns first page number.
getHeight
in file ImageMagick.php, method ImageMagick::getHeight()
    Returns image height.
getHeight
in file Image.php, method Image::getHeight()
    Returns image height.
getHttpRequest
in file Environment.php, method Environment::getHttpRequest()
getHttpResponse
in file Environment.php, method Environment::getHttpResponse()
getImageResource
in file ImageMagick.php, method ImageMagick::getImageResource()
    Returns image GD resource.
getImageResource
in file Image.php, method Image::getImageResource()
    Returns image GD resource.
getIndex
in file SmartCachingIterator.php, method SmartCachingIterator::getIndex()
    Returns the current index (counter - 1).
getItemCount
in file Paginator.php, method Paginator::getItemCount()
    Returns the total number of items.
getItemsPerPage
in file Paginator.php, method Paginator::getItemsPerPage()
    Returns the number of items to display on a single page.
getLastPage
in file Paginator.php, method Paginator::getLastPage()
    Returns last page number.
getLength
in file Paginator.php, method Paginator::getLength()
    Returns the number of items on current page.
getMode
in file Environment.php, method Environment::getMode()
    Returns the mode.
getName
in file Environment.php, method Environment::getName()
    Returns the current environment name.
getName
in file IComponent.php, method IComponent::getName()
getName
in file Component.php, method Component::getName()
getOffset
in file Paginator.php, method Paginator::getOffset()
    Returns the absolute index of the first item on current page.
getPage
in file Paginator.php, method Paginator::getPage()
    Returns current page number.
getPageCount
in file Paginator.php, method Paginator::getPageCount()
    Returns the total number of pages.
getPageIndex
in file Paginator.php, method Paginator::getPageIndex()
    Returns zero-based page number.
getPanels
in file IDebuggable.php, method IDebuggable::getPanels()
    Returns custom panels.
getParent
in file IServiceLocator.php, method IServiceLocator::getParent()
    Returns the parent container if any.
getParent
in file IComponent.php, method IComponent::getParent()
    Returns the container if any.
getParent
in file ServiceLocator.php, method ServiceLocator::getParent()
    Returns the parent container if any.
getParent
in file Component.php, method Component::getParent()
    Returns the container if any.
getReflection
in file Object.php, method Object::getReflection()
    Access to reflection.
getService
in file IServiceLocator.php, method IServiceLocator::getService()
    Gets the service object of the specified type.
getService
in file Component.php, method Component::getService()
    Gets the service (experimental).
getService
in file Environment.php, method Environment::getService()
    Gets the service object of the specified type.
getService
in file ServiceLocator.php, method ServiceLocator::getService()
    Gets the service object of the specified type.
getServiceLocator
in file IComponent.php, method IComponent::getServiceLocator()
    Gets the service locator (EXPERIMENTAL).
getServiceLocator
in file Environment.php, method Environment::getServiceLocator()
    Get initial instance of service locator.
getServiceLocator
in file Component.php, method Component::getServiceLocator()
    Gets the service locator (experimental).
getSession
in file Environment.php, method Environment::getSession()
    Returns instance of session or session namespace.
getSeverity
in file exceptions.php, method FatalErrorException::getSeverity()
getSteps
in file Paginator.php, method Paginator::getSteps()
    Generates list of pages used for visual control. (experimental)
getUser
in file Environment.php, method Environment::getUser()
getVariable
in file Environment.php, method Environment::getVariable()
    Returns the value of an environment variable or $default if there is no element set.
getWidth
in file ImageMagick.php, method ImageMagick::getWidth()
    Returns image width.
getWidth
in file Image.php, method Image::getWidth()
    Returns image width.
GIF
in file Image.php, class constant Image::GIF
glob
in file Tools.php, method Tools::glob()
    Recursive glob(). Finds pathnames matching a pattern.
GROUP_END
in file Debug.php, class constant Debug::GROUP_END
    FirePHP log priority
GROUP_START
in file Debug.php, class constant Debug::GROUP_START
    FirePHP log priority
top

h

$html
in file Debug.php, variable Debug::$html
has
in file ObjectMixin.php, method ObjectMixin::has()
    Is property defined?
has
in file Annotations.php, method Annotations::has()
    Has class/method/property specified annotation?
hasChildren
in file ComponentContainer.php, method RecursiveComponentIterator::hasChildren()
    Has the current element has children?
HOUR
in file Tools.php, class constant Tools::HOUR
    hour in seconds
top

i

IComponent
in file IComponent.php, class IComponent
    Provides functionality required by all components.
IComponent.php
procedural page IComponent.php
IComponentContainer
in file IComponentContainer.php, class IComponentContainer
    Containers are objects that logically contain zero or more IComponent components.
IComponentContainer.php
procedural page IComponentContainer.php
IDebuggable
in file IDebuggable.php, class IDebuggable
    Custom output for Nette\Debug.
IDebuggable.php
procedural page IDebuggable.php
Image
in file Image.php, class Image
    Basic manipulation with images.
Image.php
procedural page Image.php
ImageMagick
in file ImageMagick.php, class ImageMagick
    Manipulation with large images using ImageMagick.
ImageMagick.php
procedural page ImageMagick.php
indent
in file String.php, method String::indent()
    Indents the content from the left.
INFO
in file Debug.php, class constant Debug::INFO
    FirePHP log priority
iniFlag
in file Tools.php, method Tools::iniFlag()
    Gets the boolean value of a configuration option.
init
in file Debug.php, method Debug::init()
    Static class constructor.
init
in file Annotations.php, method Annotations::init()
    Parses and caches annotations.
InstanceFilterIterator
in file InstanceFilterIterator.php, class InstanceFilterIterator
    Instance iterator filter.
InstanceFilterIterator.php
procedural page InstanceFilterIterator.php
InvalidStateException
in file exceptions.php, class InvalidStateException
    The exception that is thrown when a method call is invalid for the object's current state, method has been invoked at an illegal or inappropriate time.
IOException
in file exceptions.php, class IOException
    The exception that is thrown when an I/O error occurs.
isConsole
in file Environment.php, method Environment::isConsole()
    Detects console (non-HTTP) mode.
isDebugging
in file Environment.php, method Environment::isDebugging()
    Determines whether the debugger is active.
isEmpty
in file SmartCachingIterator.php, method SmartCachingIterator::isEmpty()
    Is the iterator empty?
isEnabled
in file Debug.php, method Debug::isEnabled()
    Unregister error handler routine.
IServiceLocator
in file IServiceLocator.php, class IServiceLocator
    The service locator (EXPERIMENTAL).
IServiceLocator.php
procedural page IServiceLocator.php
isEven
in file SmartCachingIterator.php, method SmartCachingIterator::isEven()
    Is the counter even?
isFirst
in file SmartCachingIterator.php, method SmartCachingIterator::isFirst()
    Is the current element the first one?
isFirst
in file Paginator.php, method Paginator::isFirst()
    Is the current page the first one?
isLast
in file SmartCachingIterator.php, method SmartCachingIterator::isLast()
    Is the current element the last one?
isLast
in file Paginator.php, method Paginator::isLast()
    Is the current page the last one?
isLive
in file Environment.php, method Environment::isLive()
isOdd
in file SmartCachingIterator.php, method SmartCachingIterator::isOdd()
    Is the counter odd?
isProduction
in file Environment.php, method Environment::isProduction()
    Determines whether a server is running in production mode.
ITranslator
in file ITranslator.php, class ITranslator
    Translator adapter.
ITranslator.php
procedural page ITranslator.php
top

j

JPEG
in file Image.php, class constant Image::JPEG
top

k

$keysToHide
in file Debug.php, variable Debug::$keysToHide
top

l

LAB
in file Environment.php, class constant Environment::LAB
    environment name
loadConfig
in file Configurator.php, method Configurator::loadConfig()
    Loads global configuration from file and process it.
loadConfig
in file Environment.php, method Environment::loadConfig()
    Loads global configuration from file and process it.
loader.php
procedural page loader.php
LOG
in file Debug.php, class constant Debug::LOG
    FirePHP log priority
Logger
in file Logger.php, class Logger
    Message logger.
Logger.php
procedural page Logger.php
lookup
in file Component.php, method Component::lookup()
    Lookup hierarchy for component specified by class or interface name.
lookupPath
in file Component.php, method Component::lookupPath()
    Lookup for component specified by class or interface name. Returns backtrace path.
lower
in file String.php, method String::lower()
    Convert to lower case.
top

m

$mailer
in file Debug.php, variable Debug::$mailer
$maxDepth
in file Debug.php, variable Debug::$maxDepth
$maxLen
in file Debug.php, variable Debug::$maxLen
MemberAccessException
in file exceptions.php, class MemberAccessException
    The exception that is thrown when accessing a class member (property or method) fails.
monitor
in file Component.php, method Component::monitor()
    Starts monitoring.
top

n

NAME
in file Framework.php, class constant Framework::NAME
    Nette Framework version identification
NAME_SEPARATOR
in file IComponent.php, class constant IComponent::NAME_SEPARATOR
    Separator for component names in path concatenation.
next
in file SmartCachingIterator.php, method SmartCachingIterator::next()
    Forwards to the next element.
normalize
in file String.php, method String::normalize()
    Removes special controls characters and normalizes line endings and spaces.
NotImplementedException
in file exceptions.php, class NotImplementedException
    The exception that is thrown when a requested method or operation is not implemented.
NotSupportedException
in file exceptions.php, class NotSupportedException
    The exception that is thrown when an invoked method is not supported. For scenarios where it is sometimes possible to perform the requested operation, see InvalidStateException.
top

o

Object
in file Object.php, class Object
    Nette\Object is the ultimate ancestor of all instantiable classes.
Object.php
procedural page Object.php
ObjectMixin
in file ObjectMixin.php, class ObjectMixin
    Nette\Object behaviour mixin.
ObjectMixin.php
procedural page ObjectMixin.php
top

p

$path
in file ImageMagick.php, variable ImageMagick::$path
$productionMode
in file Debug.php, variable Debug::$productionMode
profiler.phtml
procedural page profiler.phtml
Paginator
in file Paginator.php, class Paginator
    Paginating math.
Paginator.php
procedural page Paginator.php
PERFORMANCE
in file Environment.php, class constant Environment::PERFORMANCE
    mode name
place
in file Image.php, method Image::place()
    Puts another image into this image.
PNG
in file Image.php, class constant Image::PNG
processException
in file Debug.php, method Debug::processException()
    Logs or displays exception.
PRODUCTION
in file Environment.php, class constant Environment::PRODUCTION
    environment name
PRODUCTION
in file Debug.php, class constant Debug::PRODUCTION
    server modes Debug::enable()
promo
in file Framework.php, method Framework::promo()
    Nette Framework promotion.
top

r

RecursiveComponentIterator
in file ComponentContainer.php, class RecursiveComponentIterator
    Recursive component iterator. See ComponentContainer::getComponents().
removeComponent
in file ComponentContainer.php, method ComponentContainer::removeComponent()
    Removes a component from the IComponentContainer.
removeComponent
in file IComponentContainer.php, method IComponentContainer::removeComponent()
    Removes a component from the IComponentContainer.
removeService
in file ServiceLocator.php, method ServiceLocator::removeService()
    Removes the specified service type from the service container.
removeService
in file IServiceLocator.php, method IServiceLocator::removeService()
    Removes the specified service type from the service container.
resize
in file Image.php, method Image::resize()
    Resizes image.
resize
in file ImageMagick.php, method ImageMagick::resize()
    Resizes image.
REVISION
in file Framework.php, class constant Framework::REVISION
    Nette Framework version identification
rewind
in file SmartCachingIterator.php, method SmartCachingIterator::rewind()
    Rewinds the Iterator.
rgb
in file Image.php, method Image::rgb()
    Returns RGB color.
top

s

save
in file ImageMagick.php, method ImageMagick::save()
    Saves image to the file.
save
in file Image.php, method Image::save()
    Saves image to the file.
send
in file Image.php, method Image::send()
    Outputs image to browser.
ServiceLocator
in file ServiceLocator.php, class ServiceLocator
    Service locator pattern implementation.
ServiceLocator.php
procedural page ServiceLocator.php
set
in file ObjectMixin.php, method ObjectMixin::set()
    Sets value of a property.
setBase
in file Paginator.php, method Paginator::setBase()
    Sets first page (base) number.
setConfigurator
in file Environment.php, method Environment::setConfigurator()
    Sets "class behind Environment" configurator.
setImageResource
in file Image.php, method Image::setImageResource()
    Sets image resource.
setItemCount
in file Paginator.php, method Paginator::setItemCount()
    Sets the total number of items.
setItemsPerPage
in file Paginator.php, method Paginator::setItemsPerPage()
    Sets the number of items to display on a single page.
setMode
in file Environment.php, method Environment::setMode()
    Sets the mode.
setName
in file Environment.php, method Environment::setName()
    Sets the current environment name.
setPage
in file Paginator.php, method Paginator::setPage()
    Sets current page number.
setParent
in file Component.php, method Component::setParent()
    Sets the parent of this component. This method is managed by containers and should.
setParent
in file IComponent.php, method IComponent::setParent()
    Sets the parent of this component.
setServiceLocator
in file Component.php, method Component::setServiceLocator()
    Sets the service location (experimental).
setServiceLocator
in file IComponent.php, method IComponent::setServiceLocator()
    Sets the service location (EXPERIMENTAL).
setVariable
in file Environment.php, method Environment::setVariable()
    Sets the environment variable.
sharpen
in file Image.php, method Image::sharpen()
    Sharpen image.
SmartCachingIterator
in file SmartCachingIterator.php, class SmartCachingIterator
    Smarter caching interator.
SmartCachingIterator.php
procedural page SmartCachingIterator.php
startsWith
in file String.php, method String::startsWith()
    Starts the $haystack string with the prefix $needle?
STRETCH
in file Image.php, class constant Image::STRETCH
    resizing flags resize()
String
in file String.php, class String
    String tools library.
String.php
procedural page String.php
top

t

$tempDir
in file ImageMagick.php, variable ImageMagick::$tempDir
$time
in file Debug.php, variable Debug::$time
timer
in file Debug.php, method Debug::timer()
    Starts/stops stopwatch.
Tools
in file Tools.php, class Tools
    Tools library.
Tools.php
procedural page Tools.php
toString
in file Image.php, method Image::toString()
    Outputs image to string.
TRACE
in file Debug.php, class constant Debug::TRACE
    FirePHP log priority
translate
in file ITranslator.php, method ITranslator::translate()
    Translates the given string.
truncate
in file String.php, method String::truncate()
    Truncates string to maximal length.
tryError
in file Tools.php, method Tools::tryError()
    Starts catching potential errors/warnings.
top

u

$useImageMagick
in file Image.php, variable Image::$useImageMagick
upper
in file String.php, method String::upper()
    Convert to upper case.
top

v

validateChildComponent
in file ComponentContainer.php, method ComponentContainer::validateChildComponent()
    Descendant can override this method to disallow insert a child by throwing an \InvalidStateException.
validateParent
in file Component.php, method Component::validateParent()
    Is called by a component when it is about to be set new parent. Descendant can
VERSION
in file Framework.php, class constant Framework::VERSION
    Nette Framework version identification
top

w

WARN
in file Debug.php, class constant Debug::WARN
    FirePHP log priority
webalize
in file String.php, method String::webalize()
    Converts to web safe characters [a-z0-9-] text.
top

y

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