Packages

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

Classes

  • ArrayHash
  • ArrayList
  • Callback
  • DateTime53
  • Framework
  • FreezableObject
  • Image
  • Object
  • ObjectMixin

Interfaces

  • IFreezable

Exceptions

  • ArgumentOutOfRangeException
  • DeprecatedException
  • DirectoryNotFoundException
  • FatalErrorException
  • FileNotFoundException
  • InvalidStateException
  • IOException
  • MemberAccessException
  • NotImplementedException
  • NotSupportedException
  • StaticClassException
  • Overview
  • Package
  • Class
  • Tree

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
final 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()
Nette Framework 2.0beta2 (for PHP 5.2) API API documentation generated by ApiGen 2.3.0