getHumanReadableSize() public static méthode

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