Ejemplo n.º 1
0
 /**
  * Returns a human readable file-size
  *
  * Expected Params:
  *  value          int    the number to convert
  *
  * @return string
  */
 public function humanFilesize()
 {
     return FileSystemUtils::humanFilesize($this->getParameter('value') . '');
 }