function is_advanced()
 {
     return $this->is_expanded() || parent::is_advanced();
 }