Source for file IRenderable.php
Documentation is available at IRenderable.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: *
- 17: *
- 20: */
- 22: {
- 24: /**
- 25: * Forces control to repaint.
- 28: */
- 31: /**
- 32: * Is required to repaint the control?
- 34: */
- 37: }
- 41: /**
- 42: *
- 43: *
- 46: */
- 48: {
- 50: /**
- 51: * Forces control or its snippet to repaint.
- 54: */
- 55: //function invalidateControl($snippet = NULL);
- 57: /**
- 58: * Is required to repaint the control or its snippet?
- 61: */
- 62: //function isControlInvalid($snippet = NULL);
- 64: }