예제 #1
0
 protected function buildNotification($protocol)
 {
     /** @var Request $object */
     $object = $this->requestFactory->create($protocol);
     $object->setMethod('core.default.index');
     $object->setParams($this->buildData());
     return $object;
 }