src/Doctrine/MongoDBPagerProvider.php 1 location
|
@@ 48-54 (lines=7) @@
|
45 |
|
* @param string $objectClass |
46 |
|
* @param array $baseOptions |
47 |
|
*/ |
48 |
|
public function __construct(ManagerRegistry $doctrine, RegisterListenersService $registerListenersService, $objectClass, array $baseOptions) |
49 |
|
{ |
50 |
|
$this->doctrine = $doctrine; |
51 |
|
$this->objectClass = $objectClass; |
52 |
|
$this->baseOptions = $baseOptions; |
53 |
|
$this->registerListenersService = $registerListenersService; |
54 |
|
} |
55 |
|
|
56 |
|
/** |
57 |
|
* {@inheritdoc} |
src/Doctrine/ORMPagerProvider.php 1 location
|
@@ 52-58 (lines=7) @@
|
49 |
|
* @param string $objectClass |
50 |
|
* @param array $baseOptions |
51 |
|
*/ |
52 |
|
public function __construct(ManagerRegistry $doctrine, RegisterListenersService $registerListenersService, $objectClass, array $baseOptions) |
53 |
|
{ |
54 |
|
$this->doctrine = $doctrine; |
55 |
|
$this->objectClass = $objectClass; |
56 |
|
$this->baseOptions = $baseOptions; |
57 |
|
$this->registerListenersService = $registerListenersService; |
58 |
|
} |
59 |
|
|
60 |
|
/** |
61 |
|
* {@inheritdoc} |
src/Doctrine/PHPCRPagerProvider.php 1 location
|
@@ 50-56 (lines=7) @@
|
47 |
|
* @param string $objectClass |
48 |
|
* @param array $baseOptions |
49 |
|
*/ |
50 |
|
public function __construct(ManagerRegistry $doctrine, RegisterListenersService $registerListenersService, $objectClass, array $baseOptions) |
51 |
|
{ |
52 |
|
$this->doctrine = $doctrine; |
53 |
|
$this->objectClass = $objectClass; |
54 |
|
$this->baseOptions = $baseOptions; |
55 |
|
$this->registerListenersService = $registerListenersService; |
56 |
|
} |
57 |
|
|
58 |
|
/** |
59 |
|
* {@inheritdoc} |