function display($var) { if ($var === 'size') { return getKBOrMB(round($this->{$var} / 1024)); } return parent::display($var); }