Packages

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • none

Classes

Interfaces

Exceptions

  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class FreezableObject

Defines an object that has a modifiable and a read-only (frozen) state.

Object
Extended by FreezableObject implements IFreezable

Direct known subclasses

DIContainer, Identity, PresenterRequest, Url

Indirect known subclasses

UrlScript
Abstract
Package: Nette
Author: David Grudl
Located at common/FreezableObject.php
Methods summary
public
# freeze( )

Makes the object unmodifiable.

Makes the object unmodifiable.

Implementation of

IFreezable::freeze()
public boolean
# isFrozen( )

Is the object unmodifiable?

Is the object unmodifiable?

Returns

boolean

Implementation of

IFreezable::isFrozen()
public
# __clone( )

Creates a modifiable clone of the object.

Creates a modifiable clone of the object.

protected
# updating( )
Methods inherited from Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Magic properties summary
public read-only boolean $frozen
#
Magic properties inherited from Object
$reflection
Nette Framework 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0