/**
  *
  * @param $href
  * @param array $options
  * @return \CodesWholesale\Resource\Product
  */
 public static function get($href, array $options = array())
 {
     return Client::get($href, CodesWholesale::PRODUCT, self::PATH, $options);
 }
Пример #2
0
 public static function get($href, array $options = array())
 {
     return Client::get($href, CodesWholesale::CODE, null, $options);
 }