Skip to content

mod_system_Tags

Raimondas Rimkevičius edited this page Mar 9, 2020 · 1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!

mod_system_Tags

The tag object - for tagging content

Base class representing a single icms_ipf_Object with "search engine optimisation" capabilities

Properties

id

public int id

Unique identifier for the tag

  • Visibility: public

tag

public string tag

Text of the tag

  • Visibility: public

status

public int status

Status of the tag - enabled, disabled

  • Visibility: public

count

public int count

The number of occurrences of the tag across the site

  • Visibility: public

meta_keywords

public string meta_keywords

Meta keywords

meta_description

public string meta_description

Meta description

short_url

public string short_url

Short URL

Methods

__construct

mixed icms_ipf_seo_Object::__construct(mixed handler)

Arguments

  • handler mixed

getVar

mixed mod_system_Tags::getVar(\str key, \str format)

Overriding the icms_ipf_Object::getVar method to assign a custom method on some specific fields to handle the value before returning it

  • Visibility: public

Arguments

  • key str - <p>key of the field</p>
  • format str - <p>format that is requested</p>

initiateSEO

mixed icms_ipf_seo_Object::initiateSEO()

short_url

string icms_ipf_seo_Object::short_url()

Return the value of the short_url field of this object

meta_keywords

string icms_ipf_seo_Object::meta_keywords()

Return the value of the meta_keywords field of this object

meta_description

string icms_ipf_seo_Object::meta_description()

Return the value of the meta_description field of this object

Clone this wiki locally