Public Member Functions | |
getTagUri ($sTag, $iLang=null, $sOxid=null) | |
getStdTagUri ($sTag, $blIncludeIndex=true) | |
getTagUrl ($sTag, $iLang=null) | |
getTagPageUrl ($sTag, $iPage, $iLang=null, $blFixed=false) | |
Static Public Member Functions | |
static | getInstance () |
Protected Member Functions | |
_getDynamicTagUri ($sTag, $sStdUrl, $sSeoUrl, $iLang, $sOxid=null) | |
_prepareTag ($sTag) | |
Protected Attributes | |
$_oTagPrepareUtil = null | |
Static Protected Attributes | |
static | $_instance = 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 73 of file oxseoencodertag.php.
oxSeoEncoderTag._prepareTag | ( | $ | sTag | ) | [protected] |
Prepares tag for search in db
string | $sTag tag to prepare |
Definition at line 123 of file oxseoencodertag.php.
static oxSeoEncoderTag.getInstance | ( | ) | [static] |
Singleton method
Reimplemented from oxSeoEncoder.
Definition at line 26 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 140 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 176 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 57 of file oxseoencodertag.php.
oxSeoEncoderTag.getTagUrl | ( | $ | sTag, | |
$ | iLang = null | |||
) |
Returns full url for passed tag
string | $sTag tag | |
int | $iLang language |
Definition at line 158 of file oxseoencodertag.php.
oxSeoEncoderTag.$_instance = null [static, protected] |
Singleton instance.
Reimplemented from oxSeoEncoder.
Definition at line 12 of file oxseoencodertag.php.
oxSeoEncoderTag.$_oTagPrepareUtil = null [protected] |
Definition at line 19 of file oxseoencodertag.php.