/**
  * {@inheritDoc}
  */
 public function addStylesheet(\Doctrine\Common\Collections\Collection $collection)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'addStylesheet', array($collection));
     return parent::addStylesheet($collection);
 }