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