コード例 #1
0
 /**
  * Return an instance of SplFileInfo with support for relative paths
  *
  * @return SplFileInfo File information
  */
 public function current()
 {
     return new SplFileInfo(parent::current()->getPathname(), $this->getSubPath(), $this->getSubPathname());
 }