Ejemplo n.º 1
0
 static function GetViewSettingsObj($view)
 {
     // return a view setting object that can be used in place of the getPageParameters object
     // needs info about what view we are in, and access to the view settings
     FSS_Settings::_Get_View_Settings();
     return new FSS_View_Settings($view, FSS_Settings::$fss_view_settings);
 }