コード例 #1
0
ファイル: class.php プロジェクト: nathan929/infinity
 /**
  */
 protected function get_property($name)
 {
     switch ($name) {
         case 'image_class':
             return $this->{$name};
         default:
             return parent::get_property($name);
     }
 }
コード例 #2
0
ファイル: class.php プロジェクト: shads196770/cbox-theme
 /**
  */
 protected function get_property($name)
 {
     switch ($name) {
         case 'custom_selector':
         case 'target_selector':
             return $this->{$name};
         default:
             return parent::get_property($name);
     }
 }
コード例 #3
0
ファイル: class.php プロジェクト: nathan929/infinity
 /**
  */
 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
ファイル: class.php プロジェクト: shads196770/cbox-theme
 /**
  */
 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);
     }
 }