Exemplo n.º 1
0
 /**
  * Default constructor
  *
  * @param MessengingService $service
  * @param CursorInterface $cursor
  */
 public function __construct(NotificationService $service, CursorInterface $cursor)
 {
     parent::__construct($cursor);
     $this->service = $service;
 }
Exemplo n.º 2
0
 /**
  * Default constructor
  *
  * @param MessengingService $service
  * @param CursorInterface $cursor
  */
 public function __construct(MessengingService $service, CursorInterface $cursor)
 {
     parent::__construct($cursor);
     $this->service = $service;
 }