Public Member Functions | |
getTsId () | |
setTsId ($sId) | |
getRatings () | |
Public Attributes | |
const | CACHE_TTL = 43200 |
const | TS_RATINGS = 'TS_RATINGS' |
Protected Member Functions | |
_executeCurl ($sUrl) | |
Protected Attributes | |
$_aChannel = array() | |
$_sTsId = null |
Manages Trusted Shops ratings.
Definition at line 6 of file oxtsratings.php.
oxTsRatings._executeCurl | ( | $ | sUrl | ) | [protected] |
Executes curl request to trusted shops
string | $sUrl Trusted shops url |
Definition at line 61 of file oxtsratings.php.
oxTsRatings.getRatings | ( | ) |
Returns trusted shop ratings, if possible, if not returns array with key empty set to true
Definition at line 79 of file oxtsratings.php.
oxTsRatings.getTsId | ( | ) |
oxTsRatings.setTsId | ( | $ | sId | ) |
Sets trusted shop id
string | $sId Trusted shops id |
Definition at line 49 of file oxtsratings.php.
oxTsRatings.$_aChannel = array() [protected] |
Definition at line 25 of file oxtsratings.php.
oxTsRatings.$_sTsId = null [protected] |
Definition at line 32 of file oxtsratings.php.
const oxTsRatings.CACHE_TTL = 43200 |
timeout in seconds for regenerating data (3h)
Definition at line 12 of file oxtsratings.php.
const oxTsRatings.TS_RATINGS = 'TS_RATINGS' |
data id for cache
Definition at line 17 of file oxtsratings.php.