| 3 |
// $Id$ |
// $Id$ |
| 4 |
// --------------------------------------------------------------------------- |
// --------------------------------------------------------------------------- |
| 5 |
// $Log$ |
// $Log$ |
| 6 |
|
// Revision 1.2 2003/04/18 13:56:06 joko |
| 7 |
|
// new api method: getTaskGroups |
| 8 |
|
// |
| 9 |
// Revision 1.1 2003/02/22 16:19:08 joko |
// Revision 1.1 2003/02/22 16:19:08 joko |
| 10 |
// YAA - Yet Another Admin |
// YAA - Yet Another Admin |
| 11 |
// + initial commit |
// + initial commit |
| 34 |
function runTask($arg1) { |
function runTask($arg1) { |
| 35 |
return $this->_remote_method('runTask', $arg1); |
return $this->_remote_method('runTask', $arg1); |
| 36 |
} |
} |
| 37 |
|
|
| 38 |
|
// new as of 2003-04-17: metadata about tasks now also resides at backend side |
| 39 |
|
function getTaskGroups() { |
| 40 |
|
return $this->_remote_method('getTaskGroups'); |
| 41 |
|
} |
| 42 |
|
|
| 43 |
} |
} |
| 44 |
|
|