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
     FSF_Settings::_Get_View_Settings();
     return new FSF_View_Settings($view, FSF_Settings::$fsf_view_settings);
 }