Public Member Functions | Protected Member Functions

Object_Seo Class Reference

Inheritance diagram for Object_Seo:
Collaboration diagram for Object_Seo:

List of all members.

Public Member Functions

 render ()
 save ()
 getEntryMetaData ($sMetaType)
 isEntryFixed ()
 getEditLang ()
 processParam ($sParam)
 getEntryUri ()
 isEntrySuffixed ()
 isSuffixSupported ()
 showCatSelect ()
 getActCatType ()

Protected Member Functions

 _getSaveObjectId ()
 _getType ()
 _getStdUrl ($sOxid)
 _getAltSeoEntryId ()
 _getSeoEntryType ()
 _getEncoder ()

Detailed Description

Base seo config class

Definition at line 6 of file object_seo.php.


Member Function Documentation

Object_Seo._getAltSeoEntryId (  )  [protected]

Returns alternative seo entry id

Returns:
null

Reimplemented in Article_Seo.

Definition at line 152 of file object_seo.php.

Object_Seo._getEncoder (  )  [protected]

Returns current object type seo encoder object

Returns:
oxSeoEncoder

Reimplemented in Article_Seo, Category_Seo, Content_Seo, Manufacturer_Seo, and Vendor_Seo.

Definition at line 183 of file object_seo.php.

Object_Seo._getSaveObjectId (  )  [protected]

Returns id of object which must be saved

Returns:
string

Reimplemented in Article_Seo.

Definition at line 78 of file object_seo.php.

Object_Seo._getSeoEntryType (  )  [protected]

Returns seo entry type

Returns:
string

Reimplemented in Article_Seo.

Definition at line 161 of file object_seo.php.

Object_Seo._getStdUrl ( sOxid  )  [protected]

Returns objects std url

Parameters:
string $sOxid object id
Returns:
string

Definition at line 127 of file object_seo.php.

Object_Seo._getType (  )  [protected]

Returns url type

Returns:
string

Reimplemented in Article_Seo, Category_Seo, Content_Seo, Manufacturer_Seo, and Vendor_Seo.

Definition at line 116 of file object_seo.php.

Object_Seo.getActCatType (  ) 

Returns FALSE, as this view does not support active selection type

Returns:
bool

Reimplemented in Article_Seo.

Definition at line 231 of file object_seo.php.

Object_Seo.getEditLang (  ) 

Returns edit language id

Returns:
int

Reimplemented in Article_Seo.

Definition at line 142 of file object_seo.php.

Object_Seo.getEntryMetaData ( sMetaType  ) 

Returns object seo data

Parameters:
string $sMetaType meta data type (oxkeywords/oxdescription)
Returns:
string

Definition at line 90 of file object_seo.php.

Object_Seo.getEntryUri (  ) 

Returns seo uri

Returns:
string

Reimplemented in Article_Seo, Category_Seo, Content_Seo, Manufacturer_Seo, and Vendor_Seo.

Definition at line 192 of file object_seo.php.

Object_Seo.isEntryFixed (  ) 

Returns TRUE if current seo entry has fixed state

Returns:
bool

Reimplemented in Article_Seo.

Definition at line 100 of file object_seo.php.

Object_Seo.isEntrySuffixed (  ) 

Returns true if SEO object id has suffix enabled. Default is FALSE

Returns:
bool

Reimplemented in Category_Seo, Manufacturer_Seo, and Vendor_Seo.

Definition at line 201 of file object_seo.php.

Object_Seo.isSuffixSupported (  ) 

Returns TRUE if seo object supports suffixes. Default is FALSE

Returns:
bool

Reimplemented in Category_Seo, Manufacturer_Seo, and Vendor_Seo.

Definition at line 211 of file object_seo.php.

Object_Seo.processParam ( sParam  ) 

Processes parameter before writing to db

Parameters:
string $sParam parameter to process
Returns:
string

Reimplemented in Article_Seo.

Definition at line 173 of file object_seo.php.

Object_Seo.render (  ) 

Executes parent method parent.render(), and returns name of template file "object_main.tpl".

Returns:
string

Reimplemented from oxAdminDetails.

Definition at line 15 of file object_seo.php.

Object_Seo.save (  ) 

Saves selection list parameters changes.

Returns:
mixed

Reimplemented from oxAdminView.

Reimplemented in Category_Seo, Manufacturer_Seo, and Vendor_Seo.

Definition at line 48 of file object_seo.php.

Object_Seo.showCatSelect (  ) 

Returns FALSE, as this view does not support category selector

Returns:
bool

Reimplemented in Article_Seo.

Definition at line 221 of file object_seo.php.


The documentation for this class was generated from the following file: