Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationDI
      • ApplicationLatte
      • ApplicationTracy
      • CacheDI
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsDI
      • FormsLatte
      • Framework
      • HttpDI
      • HttpTracy
      • MailDI
      • ReflectionDI
      • SecurityDI
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Conventions
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Utils
  • none
  • Tracy
    • Bridges
      • Nette

Classes

  • Compiler
  • Engine
  • HtmlNode
  • MacroNode
  • MacroTokens
  • Object
  • Parser
  • PhpWriter
  • Token

Interfaces

  • ILoader
  • IMacro

Exceptions

  • CompileException
  • RegexpException
  • RuntimeException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class Object

Object is the ultimate ancestor of all instantiable classes.

Direct known subclasses

Latte\Compiler, Latte\Engine, Latte\Runtime\Html, Latte\Token, Latte\HtmlNode, Latte\Loaders\FileLoader, Latte\Loaders\StringLoader, Latte\MacroNode, Latte\Macros\BlockMacrosRuntime, Latte\Macros\MacroSet, Latte\Parser, Latte\PhpWriter

Indirect known subclasses

Latte\Macros\BlockMacros, Latte\Macros\CoreMacros, Latte\MacroTokens, Nette\Bridges\ApplicationLatte\Loader, Nette\Bridges\ApplicationLatte\UIMacros, Nette\Bridges\FormsLatte\FormMacros
Abstract
Namespace: Latte
Located at Latte/Object.php
Methods summary
public
# __call( $name, $args )

Call to undefined method.

Call to undefined method.

Throws

LogicException
LogicException
public static
# __callStatic( $name, $args )

Call to undefined static method.

Call to undefined static method.

Throws

LogicException
LogicException
public &
# __get( $name )

Access to undeclared property.

Access to undeclared property.

Throws

LogicException
LogicException
public
# __set( $name, $value )

Access to undeclared property.

Access to undeclared property.

Throws

LogicException
LogicException
public boolean
# __isset( $name )

Returns

boolean
bool
public
# __unset( $name )

Access to undeclared property.

Access to undeclared property.

Throws

LogicException
LogicException
Nette 2.3-20161221 API API documentation generated by ApiGen 2.8.0