Example #1
0
 /**
  * Record from 'feedback' table corresponding to the current feedback
  * @return stdClass
  */
 public function get_feedback()
 {
     return $this->structure->get_feedback();
 }