/**
  * Sets the methods to call after service initialization.
  *
  * @param array $calls An array of method calls
  *
  * @return ehough_iconic_Definition The current instance
  *
  * @api
  */
 public function setMethodCalls(array $calls = array())
 {
     $this->_delegate->setMethodCalls($calls);
     return parent::setMethodCalls($calls);
 }