Class

ThemesConfig

Package: PHPBoost\Config Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Kevin MASSY reidlos@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2011 04 11 Located at: phpboost/config/ThemesConfig.class.php
AbstractConfigData implements ConfigData
Extended by ThemesConfig
Methods summary
public string[mixed]
# get_default_values( )

Returns a map associating to each property name the corresponding default value

public
public
# get_theme( $theme_id )
public
# set_themes( array $themes )
public
# add_theme( Theme $theme )
public
# remove_theme( Theme $theme )
public
# remove_theme_by_id( $theme_id )
public
# update( Theme $theme )
public static themesConfig
# load( )

Loads and returns the themes cached data.

public static
# save( )

Invalidates the current themes cached data.