| 24 |
* $Id$ |
* $Id$ |
| 25 |
* |
* |
| 26 |
* $Log$ |
* $Log$ |
| 27 |
|
* Revision 1.31 2003/03/28 06:46:00 joko |
| 28 |
|
* new helper: 'function get_call' |
| 29 |
|
* |
| 30 |
* Revision 1.30 2003/03/28 03:02:50 joko |
* Revision 1.30 2003/03/28 03:02:50 joko |
| 31 |
* propagating parameters for rpc-debugging and options here |
* propagating parameters for rpc-debugging and options here |
| 32 |
* |
* |
| 432 |
return 1; |
return 1; |
| 433 |
} |
} |
| 434 |
|
|
| 435 |
|
function get_call() { |
| 436 |
|
return array( |
| 437 |
|
method => $this->_call[_method], |
| 438 |
|
args => $this->_call[_arguments], |
| 439 |
|
); |
| 440 |
|
} |
| 441 |
|
|
| 442 |
} |
} |
| 443 |
|
|
| 444 |
?> |
?> |