Public Member Functions | |
getTagUri ($sTag, $iLang=null, $sOxid=null) | |
getStdTagUri ($sTag, $blIncludeIndex=true) | |
getTagUrl ($sTag, $iLang=null) | |
getTagPageUrl ($sTag, $iPage, $iLang=null, $blFixed=false) | |
Protected Member Functions | |
_getDynamicTagUri ($sTag, $sStdUrl, $sSeoUrl, $iLang, $sOxid=null) | |
_prepareTag ($sTag) | |
Protected Attributes | |
$_oTagPrepareUtil = null |
Seo encoder base
Definition at line 7 of file oxseoencodertag.php.
oxSeoEncoderTag._getDynamicTagUri | ( | $ | sTag, | |
$ | sStdUrl, | |||
$ | sSeoUrl, | |||
$ | iLang, | |||
$ | sOxid = null | |||
) | [protected] |
Returns dynamic object SEO URI
string | $sTag tag | |
string | $sStdUrl standart url | |
string | $sSeoUrl seo uri | |
int | $iLang active language | |
string | $sOxid object id [optional] |
Definition at line 42 of file oxseoencodertag.php.
oxSeoEncoderTag._prepareTag | ( | $ | sTag | ) | [protected] |
Prepares tag for search in db
string | $sTag tag to prepare |
Definition at line 76 of file oxseoencodertag.php.
oxSeoEncoderTag.getStdTagUri | ( | $ | sTag, | |
$ | blIncludeIndex = true | |||
) |
Returns standard tag url
string | $sTag tag | |
bool | $blIncludeIndex if you need only parameters set this param to false (optional) |
Definition at line 93 of file oxseoencodertag.php.
oxSeoEncoderTag.getTagPageUrl | ( | $ | sTag, | |
$ | iPage, | |||
$ | iLang = null , |
|||
$ | blFixed = false | |||
) |
Returns tag SEO url for specified page
string | $sTag manufacturer object | |
int | $iPage page tu prepare number | |
int | $iLang language | |
bool | $blFixed fixed url marker (default is false) |
Definition at line 131 of file oxseoencodertag.php.
oxSeoEncoderTag.getTagUri | ( | $ | sTag, | |
$ | iLang = null , |
|||
$ | sOxid = null | |||
) |
Returns SEO uri for tag.
string | $sTag tag | |
int | $iLang language | |
string | $sOxid object id [optional] |
Definition at line 26 of file oxseoencodertag.php.
oxSeoEncoderTag.getTagUrl | ( | $ | sTag, | |
$ | iLang = null | |||
) |
Returns full url for passed tag
string | $sTag tag | |
int | $iLang language |
Definition at line 112 of file oxseoencodertag.php.
oxSeoEncoderTag.$_oTagPrepareUtil = null [protected] |
Definition at line 15 of file oxseoencodertag.php.