Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function get_insert_array()
 {
     $data = parent::get_insert_array();
     $data['notification_time'] = $this->notification_time;
     return $data;
 }