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: {
- 34: /**
- 37: */
- 39: {
- 44: }
- 47: // __invoke support
- 52: // explode 'Class::method' into array
- 55: }
- 57: // remove class namespace
- 60: }
- 63: // remove class namespace
- 69: }
- 70: }
- 75: }
- 76: }
- 80: /**
- 81: * Invokes callback. Do not call directly.
- 83: */
- 85: {
- 88: }
- 91: }
- 95: /**
- 96: * Invokes callback.
- 98: */
- 100: {
- 103: }
- 106: }
- 110: /**
- 111: * Invokes callback with an array of parameters.
- 114: */
- 116: {
- 119: }
- 121: }
- 125: /**
- 126: * Verifies that callback can be called.
- 128: */
- 130: {
- 132: }
- 136: /**
- 137: * Returns PHP callback pseudotype.
- 139: */
- 141: {
- 143: }
- 147: /**
- 149: */
- 151: {
- 154: }
- 156: }