Source for file Callback.php
Documentation is available at Callback.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * PHP callback encapsulation.
- 17: *
- 20: */
- 22: {
- 32: /**
- 35: */
- 37: {
- 42: }
- 45: // __invoke support
- 50: // explode 'Class::method' into array
- 53: }
- 55: // remove class namespace
- 58: }
- 61: // remove class namespace
- 67: }
- 68: }
- 73: }
- 74: }
- 78: /**
- 79: * Invokes callback. Do not call directly.
- 81: */
- 83: {
- 86: }
- 89: }
- 93: /**
- 94: * Invokes callback.
- 96: */
- 98: {
- 101: }
- 104: }
- 108: /**
- 109: * Invokes callback with an array of parameters.
- 112: */
- 114: {
- 117: }
- 119: }
- 123: /**
- 124: * Verifies that callback can be called.
- 126: */
- 128: {
- 130: }
- 134: /**
- 135: * Returns PHP callback pseudotype.
- 137: */
- 139: {
- 141: }
- 145: /**
- 147: */
- 149: {
- 152: }
- 154: }