| 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() | |
| 24 | |||
| 25 | /** | ||
| 26 | * | ||
| 27 |      * {@inheritdoc} | ||
| 28 | * @see \Generics\Streams\Interceptor\StreamInterceptor::onCreate() | ||
| 29 | */ | ||
| 30 | 1 | public function onCreate() | |
| 32 | } |