/**
  * {@inheritDoc}
  */
 public function addSorty(\AERGUS\associationBundle\Entity\Sortant $sorty)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'addSorty', array($sorty));
     return parent::addSorty($sorty);
 }