Example #1
0
 /**
  * Get the size of a file
  * @return int size of a file in bytes
  */
 public function getSize()
 {
     return $this->fs->getSize($this);
 }