getHumanReadableSize() public static method

public static getHumanReadableSize ( integer $sizeInBytes ) : string
$sizeInBytes integer
return string
 /**
  * @return string
  */
 public function getHumanReadableSizeAttribute()
 {
     return File::getHumanReadableSize($this->size);
 }