Пример #1
0
 /**
  * @param FileInterface $file
  */
 public function __construct(FileInterface $file, FileIteratorInterface $iterator = null)
 {
     $this->file = $file;
     $this->iterator = $iterator === null ? $file->getIterator() : $iterator;
 }