Class GoogleRichSnippetThemeContentView
package |
Default |
---|
__construct( $p_get_array = false, $p_post_array = false)
add_cache_id_elements( $p_elements_array)
before_build_html()
build_html( $p_content_data_array = false, $p_template_file = false)
clear_cache_id_elements()
get_active() : boolean
boolean
get_cache_id()
get_content_array( $p_max_deprecation_level = false)
get_content_template()
get_currency() : string
string
get_date_available() : string
string
get_default_template(string $filePath, string $prefix, string $template = 'default') : string
this function gets the first template from the folder, if the given filepath not an file
string
Path to the templates
string
prefix of the type of template
string
Name of the template
string
Template basename
get_flat_assigns()
get_fsk18_purchasable() : boolean
boolean
get_html()
get_merged_deprecated_array( $p_max_deprecation_level = false)
get_price() : double
double
get_price_status() : integer
integer
get_products_name() : string
string
get_quantity() : double
double
get_review_date_created() : string
string
get_review_snippet() : array
get_session_id_placeholder()
init_smarty()
is_cached()
is_caching_enabled()
is_compile_check_enabled()
is_rich_snippet_active() : boolean
boolean
prepare_data()
replace_session_id_placeholder( $p_content)
search_deprecated_keys( $p_key_array, &$p_array)
set_active(boolean $p_active)
boolean
set_caching_enabled( $p_status)
set_compile_check_enabled( $p_status)
set_content_data( $p_content_name, $p_content_item, $p_deprecation_level) : void
set_content_template( $p_filepath) : void
set_content_template_from_string(string $p_template, boolean $storeCompiledTemplate = true)
string
boolean
If set on "true", each unique template string will create a new compiled template file. If your template strings are accessed frequently, this is a good choice. If you have frequently changing template strings (or strings with low reuse value), "false" may be a better choice, as it doesn't save compiled templates to disk.
set_currency(string $p_currency)
string
set_date_available(string $p_date_available)
string
set_deprecated_array()
set_escape_html(boolean $value)
set_flat_assigns( $p_status)
set_fsk18(boolean $p_fsk18_purchasable)
boolean
set_price(double $p_price)
double
set_price_status(integer $p_price_status)
integer
set_products_name(string $p_products_name)
string
set_quantity(double $p_quantity)
double
set_review_date_created(string $p_review_date_created)
string
set_template_dir( $p_dir_path) : void
active :
fsk18_purchasable :
price_status :
quantity :
date_available :
price :
currency :
products_name :
review_date_created :
v_env_get_array :
v_env_post_array :
v_content_template :
content_array :
deprecated_array :
v_min_deprecation_level :
v_flat_assigns :
v_coo_smarty :
v_cache_id_elements_array :
v_template_dir :
v_caching_enabled :
v_compile_check_enabled :
v_session_id_placeholder :
escape_html :
build_html :