Cms_Theme class
Defined in |
/modules/cms/models/cms_theme.php, lines 24-780 |
Inheritance |
Phpr_Extension » Phpr_Extensible » Phpr_Validatable » Db_Base » Db_WhereBase » Db_SqlBase » Db_ActiveRecord » Cms_Object » Cms_Theme |
Author |
LemonStand eCommerce Inc. |
Represents a CMS theme.
Cms_Page class represents a front-end website theme.
Show inherited properties.
Property details
¶
agent_detection_code property
public string $agent_detection_code;
Specifies the user agent detection PHP code for the custom agent detection mode.
¶
agent_detection_mode property
public string $agent_detection_mode;
Specifies the user agent detection mode. Supported options are disabled, built-in, custom.
¶
agent_list property
public string $agent_list;
Specifies a list of user agent for the built-in agent detection.
¶
author_name property
public string $author_name;
Specifies the theme author name.
¶
author_website property
public string $author_website;
Specifies an URL of the theme author's website.
¶
code property
public string $code;
Specifies the theme code.
¶
description property
public string $description;
Specifies the theme description.
¶
id property
public integer $id;
Specifies the theme identifier in the database.
¶
is_default property
public boolean $is_default;
Determines whether the theme is default.
¶
is_enabled property
public boolean $is_enabled;
Determines whether the theme is enabled.
¶
name property
public string $name;
Specifies the theme name.
¶
templating_engine property
public string $templating_engine;
Specifies a templating engine the theme uses. Supported options are php, twig.
|