Public Member Functions | |
| __construct ($scriptPath) | |
| run () | |
Private Attributes | |
| $scriptPath | |
Script Service Execute a given script that uses set/getOutput methods to communicate execution result to calling Service object
Definition at line 68 of file service.lib.php.
| __construct | ( | $ | scriptPath | ) |
Constructor
| scriptPath | string path to the script to call |
Definition at line 76 of file service.lib.php.
| run | ( | ) |
Execute service
Reimplemented from AbstractService.
Reimplemented in ObScriptService.
Definition at line 81 of file service.lib.php.
$scriptPath [private] |
Definition at line 70 of file service.lib.php.
1.6.3