/**
  * Sets the arguments to pass to the service constructor/factory method.
  *
  * @param array $arguments An array of arguments
  *
  * @return ehough_iconic_Definition The current instance
  *
  * @api
  */
 public function setArguments(array $arguments)
 {
     $this->_delegate->setArguments($arguments);
     return parent::setArguments($arguments);
 }