public function get_glider_mode()
 {
     if ($this->glider_mode) {
         $this->parent->set_glider_view();
     }
 }