onHandlerListener(); $this->onBaseListener(); } /** * @throws NotFindClassException * @throws ReflectionException */ public function onBaseListener() { $this->on('request', $this->createHandler('request')); } }