admin_id; $data['department_id'] = $this->department_id; $data['teacher_id'] = $this->teacher_id; $data['is_virtual'] = (bool) $this->is_virtual; $data['show_txl'] = (bool) $this->show_txl; $data['show_mobile'] = (bool) $this->show_mobile; return $data; } }