Example #1
0
 /**
  * @inheritdoc
  */
 public function __construct(FileSystem $fileSystem, array $array = [])
 {
     parent::__construct($array);
     $this->fileSystem = $fileSystem;
 }