The doc comment class-string<FilterInterface> at position 0 could not be parsed: Unknown type name 'class-string' at position 0 in class-string<FilterInterface>.
Loading history...
21
*/
22
protected $instanceOf = FilterInterface::class;
23
24
/**
25
* @param QueryFilterManagerInterface $manager
26
* @param string $name
27
* @param array<mixed> $options
28
*
29
* @return FilterInterface
30
*
31
* @throws ContainerExceptionInterface
32
*/
33
public function create(QueryFilterManagerInterface $manager, string $name, array $options = []): FilterInterface