Beispiel #1
0
 public function __construct(TypeInterface $type)
 {
     $this->partial = $type->getSlug() . '-all';
     $this->path = $type->getPath();
 }