示例#1
0
 /**
  * @return bool
  */
 public function isDirectory()
 {
     return $this->_filesystem->isDirectory($this->getPath());
 }