public function get_file() { if (empty($this->file_id)) { return 'nw'; } return \Model_File::get_name($this->file_id); }