コード例 #1
0
ファイル: File.php プロジェクト: NicolasSchmutz/cm
 /**
  * @return int
  */
 public function getSize()
 {
     return $this->_filesystem->getSize($this->getPath());
 }