The doc comment class-string<GeneratorInterface> at position 0 could not be parsed: Unknown type name 'class-string' at position 0 in class-string<GeneratorInterface>.
Loading history...
22
*/
23
2
public function getClass(): string
24
{
25
2
return $this->class;
26
}
27
28
2
public function loadGenerator(): GeneratorInterface