_model === null) { return $this->_model = new FileModel(); } return $this->_model; } public function save($content): bool { if (!parent::save($content)) { return false; } //mb_files 모델작업 return true; } }