Namespaces

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • ArrayTools
  • Callback
  • Component
  • ComponentContainer
  • Configurator
  • DateTime
  • Debug
  • Environment
  • Framework
  • FreezableObject
  • GenericRecursiveIterator
  • Image
  • ImageMagick
  • InstanceFilterIterator
  • Object
  • ObjectMixin
  • Paginator
  • RecursiveComponentIterator
  • ServiceLocator
  • SmartCachingIterator
  • String
  • Tools

Interfaces

  • IComponent
  • IComponentContainer
  • IDebuggable
  • IServiceLocator
  • ITranslator

Exceptions

  • AmbiguousServiceException
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Class FreezableObject

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

Nette\Object
Extended by Nette\FreezableObject

Direct known subclasses

Nette\Application\PresenterRequest, Nette\Security\Identity, Nette\Web\Uri

Indirect known subclasses

Nette\Web\UriScript
Abstract
Namespace: Nette
Author: David Grudl
Located at Utils/FreezableObject.php
Methods summary
public
# freeze( )

Makes the object unmodifiable.

Makes the object unmodifiable.

final public boolean
# isFrozen( )

Is the object unmodifiable?

Is the object unmodifiable?

Returns

boolean
public
# __clone( )

Creates a modifiable clone of the object.

Creates a modifiable clone of the object.

protected
# updating( )
Methods inherited from Nette\Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Nette Framework 0.9.7 API documentation generated by ApiGen 2.3.0