예제 #1
0
 public function isDotFile()
 {
     $this->getIterator();
     return $this->iterator->current()->isFile() && WebFilesystem::isDotFile($this->iterator->current()->getRealPath());
 }