-
Notifications
You must be signed in to change notification settings - Fork 35
icms_ipf_seo_Object
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!
icms_ipf_Object base SEO-enabled class
Base class representing a single icms_ipf_Object with "search engine optimisation" capabilities
- Class name: icms_ipf_seo_Object
- Namespace:
- Parent class: icms_ipf_Object
public string meta_keywords
Meta keywords
- Visibility: public
public string meta_description
Meta description
- Visibility: public
public string short_url
Short URL
- Visibility: public
mixed icms_ipf_seo_Object::__construct(mixed handler)
- Visibility: public
- handler mixed
mixed icms_ipf_seo_Object::initiateSEO()
- Visibility: public
string icms_ipf_seo_Object::short_url()
Return the value of the short_url field of this object
- Visibility: public
string icms_ipf_seo_Object::meta_keywords()
Return the value of the meta_keywords field of this object
- Visibility: public
string icms_ipf_seo_Object::meta_description()
Return the value of the meta_description field of this object
- Visibility: public