Example #1
0
 /**
  * Call a method called $method on the object instance $instance.
  *
  * @param object $instance
  * @param string $method
  *
  * @return mixed the result from the call.
  */
 public function call($instance, $method)
 {
     return $this->top->call($instance, $method);
 }