/**
  * Whether this definition has a tag with the given name
  *
  * @param string $name
  *
  * @return Boolean
  *
  * @api
  */
 public function hasTag($name)
 {
     return $this->_delegate->hasTag($name);
 }