Class

ModuleCssFiles

Package: PHPBoost\Module\css Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Kevin MASSY reidlos@phpboost.com Version: PHPBoost 5.2 - last update: 2016 10 24 Since: PHPBoost 3.0 - 2012 03 27 Contributor: Julien BRISWALTER j1.seth@phpboost.com Located at: phpboost/module/css/ModuleCssFiles.class.php

This class allows you to manage css files of a module

ModuleCssFiles implements CssFilesExtensionPoint
Methods summary
public
# adding_always_displayed_file( string $css_file )

Adding css files to the module to display only the pages of the module

public array
# get_css_files_always_displayed( )
public
# adding_running_module_displayed_file( string $css_file, $module_id = '' )

Adding css files to display on all pages

public array
# get_css_files_running_module_displayed( )
Constants inherited from CssFilesExtensionPoint
EXTENSION_POINT