예제 #1
0
파일: zappos.php 프로젝트: brynner/postr
 /**
  * Returns Zappos products
  *
  * @param *string api key
  * @return Eden_Zappos_Product
  */
 public function product($apiKey)
 {
     return Eden_Zappos_Product::i($apiKey);
 }
 /**
  * Returns Zappos statistics
  *
  * @param *string api key
  * @return Eden_Zappos_Product
  */
 public function getStatistics($apiKey)
 {
     return Eden_Zappos_Product::i($apiKey);
 }