コード例 #1
0
ファイル: Paginator.php プロジェクト: riki343/naidusvoe
 /**
  * @param EventDispatcherInterface|null $eventDispatcher
  */
 public function __construct(EventDispatcherInterface $eventDispatcher = null)
 {
     parent::__construct($eventDispatcher);
 }