/**
  * {@inheritDoc}
  */
 public function getVariantByAttributeValues($attributeValues)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getVariantByAttributeValues', array($attributeValues));
     return parent::getVariantByAttributeValues($attributeValues);
 }