|
Cms_Theme class
Represents a CMS theme.
Cms_Page class represents a front-end website theme.
Public propertiesShow inherited properties.
Public methodsShow inherited methods.
Events
Property details¶ agent_detection_code propertypublic string $agent_detection_code;
Specifies the user agent detection PHP code for the custom agent detection mode.
¶ agent_detection_mode propertypublic string $agent_detection_mode;
Specifies the user agent detection mode. Supported options are disabled, built-in, custom.
¶ agent_list propertypublic string $agent_list;
Specifies a list of user agent for the built-in agent detection.
¶ author_name propertypublic string $author_name;
Specifies the theme author name.
¶ author_website propertypublic string $author_website;
Specifies an URL of the theme author's website.
¶ code propertypublic string $code;
Specifies the theme code.
¶ description propertypublic string $description;
Specifies the theme description.
¶ id propertypublic integer $id;
Specifies the theme identifier in the database.
¶ is_default propertypublic boolean $is_default;
Determines whether the theme is default.
¶ is_enabled propertypublic boolean $is_enabled;
Determines whether the theme is enabled.
¶ name propertypublic string $name;
Specifies the theme name.
¶ templating_engine propertypublic string $templating_engine;
Specifies a templating engine the theme uses. Supported options are php, twig.
|