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
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
      • Traits
    • Reflection
    • Security
    • Tokenizer
    • Utils
  • Tracy
    • Bridges
      • Nette
  • none

Classes

  • Compiler
  • Engine
  • Helpers
  • HtmlNode
  • MacroNode
  • MacroTokens
  • Parser
  • PhpHelpers
  • PhpWriter
  • Token
  • TokenIterator
  • Tokenizer

Interfaces

  • ILoader
  • IMacro

Traits

  • Strict

Exceptions

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

Trait Strict

Better OOP experience.

Direct Known Users

Latte\Compiler, Latte\Engine, Latte\Runtime\FilterInfo, Latte\Runtime\Html, Latte\Runtime\SnippetDriver, Latte\Runtime\Template, Latte\Token, Latte\TokenIterator, Latte\Tokenizer, Latte\HtmlNode, Latte\Loaders\FileLoader, Latte\Loaders\StringLoader, Latte\MacroNode, Latte\Macros\MacroSet, Latte\Parser, Latte\PhpWriter, Latte\Runtime\CachingIterator

Indirect Known Users

Latte\Macros\BlockMacros, Latte\Macros\CoreMacros, Latte\MacroTokens, Nette\Bridges\ApplicationLatte\Loader, Nette\Bridges\ApplicationLatte\UIMacros, Nette\Bridges\FormsLatte\FormMacros
Namespace: Latte
Located at Latte/Strict.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.4-20180918 API API documentation generated by ApiGen 2.8.0