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

 _getAdditionalParams ($aSeoData)
 _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._getAdditionalParams ( aSeoData  )  [protected]

Gets additional params from aSeoData['oxparams'] if it is set.

Parameters:
array $aSeoData Seo data array
Returns:
null|string

Definition at line 81 of file object_seo.php.

Object_Seo._getAltSeoEntryId (  )  [protected]

Returns alternative seo entry id

Returns:
null

Reimplemented in Article_Seo.

Definition at line 172 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 203 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 98 of file object_seo.php.

Object_Seo._getSeoEntryType (  )  [protected]

Returns seo entry type

Returns:
string

Reimplemented in Article_Seo.

Definition at line 181 of file object_seo.php.

Object_Seo._getStdUrl ( sOxid  )  [protected]

Returns objects std url

Parameters:
string $sOxid object id
Returns:
string

Definition at line 147 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 136 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 251 of file object_seo.php.

Object_Seo.getEditLang (  ) 

Returns edit language id

Returns:
int

Reimplemented in Article_Seo.

Definition at line 162 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 110 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 212 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 120 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 221 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 231 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 193 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 241 of file object_seo.php.


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