/**
  * Sets tags for this definition
  *
  * @param array $tags
  *
  * @return ehough_iconic_Definition the current instance
  *
  * @api
  */
 public function setTags(array $tags)
 {
     $this->_delegate->setTags($tags);
     return parent::setTags($tags);
 }