1 | <?php |
||
13 | class Neo4jResultExtension extends AbstractExtension |
||
14 | { |
||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | * |
||
18 | * @return array |
||
19 | */ |
||
20 | public function getFilters() |
||
26 | |||
27 | /** |
||
28 | * @param mixed $object |
||
29 | * |
||
30 | * @return string |
||
31 | */ |
||
32 | 6 | public function getType($object): string |
|
36 | |||
37 | public function getName(): string |
||
41 | |||
42 | /** |
||
43 | * @param mixed $object |
||
44 | * @param bool $recursive |
||
45 | * |
||
46 | * @return string |
||
47 | */ |
||
48 | 6 | private function doGetType($object, bool $recursive): string |
|
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.