/**
  * Check if the current definition has a given method to call after service initialization.
  *
  * @param string $method The method name to search for
  *
  * @return Boolean
  *
  * @api
  */
 public function hasMethodCall($method)
 {
     return $this->_delegate->hasMethodCall($method);
 }