Exemple #1
0
 public function __construct(AuthorFile $fileModel, ElementFactory $factoryElement, ElementCollectionFactory $factoryCollection, Escaper $escaper, $data = [])
 {
     $this->fileModel = $fileModel;
     parent::__construct($factoryElement, $factoryCollection, $escaper, $data);
     $this->setType('file');
     $this->setExtType('file');
 }