1 | <?php |
||
14 | class CollectInformation implements ContainerAwareInterface |
||
15 | { |
||
16 | use InformationCollectionTrait; |
||
17 | use ContainerAwareTrait; |
||
18 | |||
19 | /** |
||
20 | * Displays and handles information collection. |
||
21 | * |
||
22 | * @param ContentValueView $view |
||
23 | * @param Request $request |
||
24 | * |
||
25 | * @return ContentValueView |
||
26 | */ |
||
27 | public function __invoke(ContentValueView $view, Request $request) |
||
41 | } |
||
42 |