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