namespace Nette
Class FreezableObject
Defines an object that has a modifiable and a read-only (frozen) state.
- Nette\Object
-
Nette\FreezableObject implements IFreezable
Direct Known Subclasses
Nette\Application\PresenterRequest, Context, Nette\Security\Identity, Nette\Web\Uri
public
void
|
#
freeze(
)
Makes the object unmodifiable. |
final public
bool
|
#
isFrozen(
)
Is the object unmodifiable? |
public
void
|
#
__clone(
)
Creates a modifiable clone of the object. Creates a modifiable clone of the object. |
protected
void
|
#
updating(
)
|