/**
  * {@inheritDoc}
  */
 public function hasAttribute(\Pim\Bundle\CatalogBundle\Model\AttributeInterface $attribute)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'hasAttribute', array($attribute));
     return parent::hasAttribute($attribute);
 }