コード例 #1
0
 public function __construct($response, $product)
 {
     $this->product = $product;
     parent::__construct($response);
 }
コード例 #2
0
 public function __construct($response, $content_object)
 {
     $this->content_object = $content_object;
     parent::__construct($response);
 }