Public Member Functions | |
getContentList () | |
getCustomers () | |
submitUrl () | |
getHttpResponseCode ($sURL) | |
Protected Attributes | |
$_sThisTemplate = 'shop_rdfa.tpl' | |
$_aCustomers |
Admin shop system RDFa manager. Collects shop system settings, updates it on user submit, etc. Admin Menu: Main Menu -> Core Settings -> RDFa.
Definition at line 9 of file shop_rdfa.php.
shop_rdfa.getContentList | ( | ) |
Gets list of content pages which could be used for embedding business entity, price specification, and delivery specification data
Definition at line 34 of file shop_rdfa.php.
shop_rdfa.getCustomers | ( | ) |
shop_rdfa.getHttpResponseCode | ( | $ | sURL | ) |
Returns an array with the headers
string | $sURL target URL |
Definition at line 93 of file shop_rdfa.php.
shop_rdfa.submitUrl | ( | ) |
Submits shop main page to web search engines
Definition at line 67 of file shop_rdfa.php.
shop_rdfa.$_aCustomers [protected] |
array( "Enduser" => 0, "Reseller" => 0, "Business" => 0, "PublicInstitution" => 0)
Definition at line 23 of file shop_rdfa.php.
shop_rdfa.$_sThisTemplate = 'shop_rdfa.tpl' [protected] |
Reimplemented from Shop_Config.
Definition at line 16 of file shop_rdfa.php.