/**
  * {@inheritDoc}
  */
 public function getVariantByAttributeValuesIds(array $ids, $singleVariant = true)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getVariantByAttributeValuesIds', array($ids, $singleVariant));
     return parent::getVariantByAttributeValuesIds($ids, $singleVariant);
 }