Ejemplo n.º 1
0
 public function __construct(HttpMethodsClient $httpMethodsClient, string $siteId)
 {
     parent::__construct($httpMethodsClient);
     $this->siteId = $siteId;
 }
Ejemplo n.º 2
0
 public function __construct(HttpMethodsClient $httpMethodsClient, string $categoryId)
 {
     parent::__construct($httpMethodsClient);
     $this->categoryId = $categoryId;
 }