Beispiel #1
0
 /**
  * Returns the file size as string.
  * @return string Returns the size as string.
  */
 public function sizeToString()
 {
     return FileHelper::sizeToString($this->file_size);
 }