- Timestamp:
- 09/28/08 19:31:34 (5 years ago)
- Location:
- lang/php/misc/Hermit/src/Hermit/proxy
- Files:
-
- 2 modified
-
HermitDelegateProxy.php (modified) (1 diff)
-
HermitRespondProxy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/php/misc/Hermit/src/Hermit/proxy/HermitDelegateProxy.php
r20152 r20155 12 12 } 13 13 public function request($name, array $parameters){ 14 return call_user_func_array(array($this->target, $this->methodName), array($parameters));14 return call_user_func_array(array($this->target, $this->methodName), $parameters); 15 15 } 16 16 } -
lang/php/misc/Hermit/src/Hermit/proxy/HermitRespondProxy.php
r20152 r20155 12 12 } 13 13 public function request($name, array $response){ 14 return call_user_func_array(array($this->target, $this->methodName), array($response));14 return call_user_func_array(array($this->target, $this->methodName), $response); 15 15 } 16 16 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)