| 1 | <?php |
||
| 8 | class RegistrationListener |
||
| 9 | { |
||
| 10 | protected static $callbacks; |
||
| 11 | |||
| 12 | public static function executeCallbacks(AbstractTestCase $testCase) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return SplPriorityQueue |
||
| 27 | */ |
||
| 28 | |||
| 29 | protected static function getCallbacks() |
||
| 36 | |||
| 37 | public static function addCallback(RegistrationCallbackInterface $callback, $priority = 0) |
||
| 41 | |||
| 42 | } |
||
| 43 |