Inheritance diagram for oxSeoEncoderContent:
 Collaboration diagram for oxSeoEncoderContent:Public Member Functions | |
| getContentUri ($oCont, $iLang=null, $blRegenerate=false) | |
| getContentUrl ($oCont, $iLang=null) | |
| onDeleteContent ($sId) | |
Static Public Member Functions | |
| static | getInstance () | 
Protected Member Functions | |
| _getUrlExtension () | |
| _getAltUri ($sObjectId, $iLang) | |
Static Protected Attributes | |
| static | $_instance = null | 
Seo encoder base
Definition at line 7 of file oxseoencodercontent.php.
| oxSeoEncoderContent._getAltUri | ( | $ | sObjectId, | |
| $ | iLang | |||
| ) |  [protected] | 
        
Returns alternative uri used while updating seo
| string | $sObjectId object id | |
| int | $iLang language id | 
Reimplemented from oxSeoEncoder.
Definition at line 122 of file oxseoencodercontent.php.
| oxSeoEncoderContent._getUrlExtension | ( | ) |  [protected] | 
        
Returns target "extension" (/)
Reimplemented from oxSeoEncoder.
Definition at line 31 of file oxseoencodercontent.php.
| oxSeoEncoderContent.getContentUri | ( | $ | oCont, | |
| $ |  iLang = null,  | 
        |||
| $ |  blRegenerate = false | |||
| ) | 
Returns SEO uri for content object. Includes parent category path info if content is assigned to it
| oxcontent | $oCont content category object | |
| int | $iLang language | |
| bool | $blRegenerate if TRUE forces seo url regeneration | 
Definition at line 46 of file oxseoencodercontent.php.
| oxSeoEncoderContent.getContentUrl | ( | $ | oCont, | |
| $ |  iLang = null | |||
| ) | 
encodeContentUrl encodes content link
| oxContent | $oCont category object | |
| int | $iLang language | 
public
Definition at line 91 of file oxseoencodercontent.php.
| static oxSeoEncoderContent.getInstance | ( | ) |  [static] | 
        
Singleton method
Reimplemented from oxSeoEncoder.
Definition at line 21 of file oxseoencodercontent.php.
| oxSeoEncoderContent.onDeleteContent | ( | $ | sId | ) | 
deletes content seo entries
| string | $sId content ids | 
Definition at line 106 of file oxseoencodercontent.php.
oxSeoEncoderContent.$_instance = null [static, protected] | 
        
Singleton instance.
Reimplemented from oxSeoEncoder.
Definition at line 12 of file oxseoencodercontent.php.
 1.7.1