コード例 #1
0
 /**
  *
  * set view that will be the master
  */
 protected static function setMasterView($masterView)
 {
     self::$master_view = $masterView;
 }
コード例 #2
0
 /**
  *
  * store settings
  */
 public static function storeSettings($name, $settings)
 {
     parent::storeSettings($name, $settings);
 }