コード例 #1
0
ファイル: comment.php プロジェクト: Nowhit/onliner-test
 public function get_file_id()
 {
     if (!isset($this->data['file_id'])) {
         $this->data['file_id'] = comment_model::get_file_id($this->get_id());
     }
     return $this->data['file_id'];
 }