Changeset 22417 for branches/version-2_12-multilang/data/class
- Timestamp:
- 2013/01/27 15:57:04 (13 years ago)
- Location:
- branches/version-2_12-multilang/data/class/api/operations
- Files:
-
- 9 edited
-
AddrFromZip.php (modified) (1 diff)
-
BrowseNodeLookup.php (modified) (1 diff)
-
CartAdd.php (modified) (1 diff)
-
CartClear.php (modified) (1 diff)
-
CartCreate.php (modified) (1 diff)
-
CartGet.php (modified) (1 diff)
-
CartModify.php (modified) (1 diff)
-
ItemLookup.php (modified) (2 diffs)
-
ItemSearch.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/api/operations/AddrFromZip.php
r22100 r22417 42 42 public function __construct() { 43 43 parent::__construct(); 44 $this->operation_description = t(' API_AddrFromZip_001');44 $this->operation_description = t('c_Search for an address from the postal code._01'); 45 45 } 46 46 -
branches/version-2_12-multilang/data/class/api/operations/BrowseNodeLookup.php
r22100 r22417 42 42 public function __construct() { 43 43 parent::__construct(); 44 $this->operation_description = t(' API_BrowseNodeLookup_001');44 $this->operation_description = t('c_Category retrieval_01'); 45 45 } 46 46 -
branches/version-2_12-multilang/data/class/api/operations/CartAdd.php
r22100 r22417 42 42 public function __construct() { 43 43 parent::__construct(); 44 $this->operation_description = t(' API_CartAdd_001');44 $this->operation_description = t('c_Add product to cart_01'); 45 45 } 46 46 -
branches/version-2_12-multilang/data/class/api/operations/CartClear.php
r22100 r22417 42 42 public function __construct() { 43 43 parent::__construct(); 44 $this->operation_description = t(' API_CartClear_001');44 $this->operation_description = t('c_Empty cart_01'); 45 45 } 46 46 -
branches/version-2_12-multilang/data/class/api/operations/CartCreate.php
r22100 r22417 42 42 public function __construct() { 43 43 parent::__construct(); 44 $this->operation_description = t(' API_CartCreate_001');44 $this->operation_description = t('c_Newly create cart_01'); 45 45 } 46 46 -
branches/version-2_12-multilang/data/class/api/operations/CartGet.php
r22100 r22417 42 42 public function __construct() { 43 43 parent::__construct(); 44 $this->operation_description = t(' API_CartGet_001');44 $this->operation_description = t('c_Cart retrieval_01'); 45 45 } 46 46 -
branches/version-2_12-multilang/data/class/api/operations/CartModify.php
r22100 r22417 42 42 public function __construct() { 43 43 parent::__construct(); 44 $this->operation_description = t(' API_CartModify_001');44 $this->operation_description = t('c_Cart repair_01'); 45 45 } 46 46 -
branches/version-2_12-multilang/data/class/api/operations/ItemLookup.php
r22100 r22417 42 42 public function __construct() { 43 43 parent::__construct(); 44 $this->operation_description = t(' API_ItemLookup_001');44 $this->operation_description = t('c_Product details information will be retrieved_01'); 45 45 } 46 46 … … 73 73 return true; 74 74 } else { 75 $this->addError('ItemLookup.Error', t(' API_ItemLookup_002'));75 $this->addError('ItemLookup.Error', t('c_* The requested information was not found._01')); 76 76 } 77 77 } -
branches/version-2_12-multilang/data/class/api/operations/ItemSearch.php
r22100 r22417 42 42 public function __construct() { 43 43 parent::__construct(); 44 $this->operation_description = t(' API_ItemSearch_001');44 $this->operation_description = t('c_Product search and product list information are retrieved._01'); 45 45 } 46 46 … … 90 90 return true; 91 91 } else { 92 $this->addError('ItemSearch.Error', t(' API_ItemSearch_002'));92 $this->addError('ItemSearch.Error', t('c_* The requested information was not found._01')); 93 93 } 94 94 }
Note: See TracChangeset
for help on using the changeset viewer.
