Public Member Functions | |
| setOutput ($output) | |
| getOutput () | |
| run () | |
Private Attributes | |
| $output = '' | |
Abstract Service
Definition at line 31 of file service.lib.php.
| getOutput | ( | ) |
Get service execution output
| string | service output string |
Definition at line 49 of file service.lib.php.
| run | ( | ) | [abstract] |
Execute service
Reimplemented in ScriptService, and ObScriptService.
| setOutput | ( | $ | output | ) |
Set service execution output protected
| output | string service output string |
Definition at line 40 of file service.lib.php.
$output = '' [private] |
Definition at line 33 of file service.lib.php.
1.6.3