Definition at line 7 of file oxseoencodertag.php.
Public Member Functions | |
getTagUri ($sTag, $iLang=null) | |
getStdTagUri ($sTag, $blIncludeIndex=true) | |
getTagUrl ($sTag, $iLang=null) | |
getTagPageUrl ($sTag, $iPage, $iLang=null, $blFixed=false) | |
Static Public Member Functions | |
static | getInstance () |
Static Protected Attributes | |
static | $_instance = null |
static oxSeoEncoderTag.getInstance | ( | ) | [static] |
Singleton method
Reimplemented from oxSeoEncoder.
Definition at line 19 of file oxseoencodertag.php.
oxSeoEncoderTag.getTagUri | ( | $ | sTag, | |
$ | iLang = null | |||
) |
Returns SEO uri for tag.
string | $sTag tag | |
int | $iLang language |
Definition at line 50 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 63 of file oxseoencodertag.php.
oxSeoEncoderTag.getTagUrl | ( | $ | sTag, | |
$ | iLang = null | |||
) |
Returns full url for passed tag
string | $sTag tag | |
int | $iLang language |
Definition at line 81 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 99 of file oxseoencodertag.php.
oxSeoEncoderTag.$_instance = null [static, protected] |
Singleton instance.
Reimplemented from oxSeoEncoder.
Definition at line 12 of file oxseoencodertag.php.