1 | <?php |
||
14 | abstract class AbstractStreamInterceptor implements StreamInterceptor |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * |
||
19 | * {@inheritdoc} |
||
20 | * @see \Generics\Streams\Interceptor\StreamInterceptor::onClose() |
||
21 | */ |
||
22 | 1 | public function onClose() |
|
25 | |||
26 | /** |
||
27 | * |
||
28 | * {@inheritdoc} |
||
29 | * @see \Generics\Streams\Interceptor\StreamInterceptor::onCreate() |
||
30 | */ |
||
31 | 1 | public function onCreate() |
|
34 | } |
||
35 |