| 1 | <?php |
||
| 22 | class PaginatorService extends AbstractPluginManager |
||
| 23 | { |
||
| 24 | |||
| 25 | public function __construct(ServiceLocatorInterface $serviceLocator, ConfigInterface $configuration = null) |
||
| 30 | |||
| 31 | /** |
||
| 32 | * check class |
||
| 33 | * |
||
| 34 | * @param mixed $plugin |
||
| 35 | * @return bool|void |
||
| 36 | */ |
||
| 37 | public function validatePlugin($plugin) |
||
| 44 | } |
||
| 45 |