1 | <?php |
||
11 | abstract class AbstractDatagrid extends Datagrid implements FactoryInterface |
||
|
|||
12 | { |
||
13 | /** |
||
14 | * @param ContainerInterface $container |
||
15 | * @param string $requestedName |
||
16 | * @param array|null $options |
||
17 | * |
||
18 | * @return $this |
||
19 | */ |
||
20 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
44 | |||
45 | /** |
||
46 | * @param ServiceLocatorInterface $serviceLocator |
||
47 | * |
||
48 | * @return Datagrid |
||
49 | */ |
||
50 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
54 | |||
55 | /** |
||
56 | * Call initGrid on rendering. |
||
57 | */ |
||
58 | public function render() |
||
64 | |||
65 | abstract public function initGrid(); |
||
66 | } |
||
67 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.