コード例 #1
0
ファイル: Item.php プロジェクト: samwilson/swidau
 public function getVersionCount()
 {
     $filesystem = App::getFilesystem();
     $out = $filesystem->getFilesystem('storage')->listContents($this->getHashedPath());
     return count($out);
 }