Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. use MagentoFrameworkFilesystemIoFile;
  2.  
  3. /** @var File */
  4. private $file;
  5.  
  6. /**
  7. * @param File $file
  8. */
  9. public function __construct(File $file)
  10. {
  11. $this->file = $file;
  12. }
  13.  
  14. $this->file->fileExists($file);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement