public function __construct(FileLocatorInterface $fileLocator)
 {
     $this->fileLocator = $fileLocator;
     parent::__construct(array());
 }