Пример #1
0
 /**
  */
 protected function get_property($name)
 {
     switch ($name) {
         case 'image_class':
             return $this->{$name};
         default:
             return parent::get_property($name);
     }
 }
Пример #2
0
 /**
  */
 protected function get_property($name)
 {
     switch ($name) {
         case 'custom_selector':
         case 'target_selector':
             return $this->{$name};
         default:
             return parent::get_property($name);
     }
 }
Пример #3
0
 /**
  */
 protected function get_property($name)
 {
     switch ($name) {
         case 'combine':
         case 'group_page_text':
         case 'nested':
         case 'prepend_to':
         case 'switch_width':
         case 'target_selector':
         case 'top_option_text':
             return $this->{$name};
         default:
             return parent::get_property($name);
     }
 }
Пример #4
0
 /**
  */
 protected function get_property($name)
 {
     switch ($name) {
         case 'cookie_domain':
         case 'cookie_monster':
         case 'cookie_name':
         case 'inline':
         case 'next_button':
         case 'post_ride_callback':
         case 'post_step_callback':
         case 'scroll_speed':
         case 'start_timer_on_click':
         case 'timer':
         case 'tip_animation':
         case 'tip_animation_fade_speed':
         case 'tip_container':
         case 'tip_content':
         case 'tip_location':
             return $this->{$name};
         default:
             return parent::get_property($name);
     }
 }