Пример #1
0
 public function fileDownload()
 {
     $file = new \Meta\Core\File($this->value);
     $label = $file->name . ' (' . $file->prettySize() . ')';
     return anchor($file->getDownloadPath(), $label);
 }