Exemplo n.º 1
0
 function __construct($productId, $variationId, $showDisabled = false, $skipNull = false)
 {
     $this->variationId = Product::toID($variationId);
     parent::__construct($productId, $showDisabled, $skipNull);
 }