There is at least one abstract method in this class. Maybe declare it as abstract, or implement the remaining methods: find, findAll, findBy, findOneBy, getClassName
Loading history...
11
{
12
/**
13
* @var string
14
*/
15
private $staticContentPath;
16
17
/**
18
* @param DocumentManagerInterface $dm
19
* @param ClassMetadata $class
20
* @param string $staticContentPath
21
*/
22
public function __construct(DocumentManagerInterface $dm, ClassMetadata $class, $staticContentPath)