theme
in package
This is the base theme class
Tags
Table of Contents
- $stock_theme : mixed
- $user_configured : mixed
- __construct() : mixed
- author() : mixed
- configureTheme() : mixed
- Method to Configure theme settings This generic routine parses the theme's config.php file and presents the values as text boxes.
- description() : mixed
- name() : mixed
- saveThemeConfig() : mixed
- Method to save/update theme settings This generic routine parses the passed params and saves them to the theme's config.php file It attempts to remove non-theme params such as analytics, etc.
- supported() : mixed
- are all prerequisites available?
Properties
$stock_theme
public
mixed
$stock_theme
= \false
$user_configured
public
mixed
$user_configured
= \false
Methods
__construct()
public
__construct([array<string|int, mixed> $params = array() ]) : mixed
Parameters
- $params : array<string|int, mixed> = array()
Return values
mixed —author()
public
author() : mixed
Return values
mixed —configureTheme()
Method to Configure theme settings This generic routine parses the theme's config.php file and presents the values as text boxes.
public
configureTheme() : mixed
Return values
mixed —description()
public
description() : mixed
Return values
mixed —name()
public
name() : mixed
Return values
mixed —saveThemeConfig()
Method to save/update theme settings This generic routine parses the passed params and saves them to the theme's config.php file It attempts to remove non-theme params such as analytics, etc.
public
saveThemeConfig( $params) : mixed
.
Parameters
Return values
mixed —supported()
are all prerequisites available?
public
supported() : mixed