Source for file IStatePersistent.php
Documentation is available at IStatePersistent.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Component with ability to save and load its state.
- 17: *
- 20: */
- 22: {
- 24: /**
- 25: * Loads state informations.
- 28: */
- 31: /**
- 24: /**
- 25: * Saves state informations for next request.
- 35: */
- 38: }