Public Member Functions | |
| __construct ($scriptPath) | |
| handleRequest ($userInput, $claroline) | |
Protected Attributes | |
| $scriptPath | |
Controller that includes a PHP script and run it within it's handleRequest method with script output given by a return statement
Definition at line 37 of file controller.lib.php.
| __construct | ( | $ | scriptPath | ) |
Constructor
| scriptPath | string path to the script to call |
Definition at line 45 of file controller.lib.php.
| handleRequest | ( | $ | userInput, | |
| $ | claroline | |||
| ) |
Implements Claro_Controller.
Reimplemented in Claro_Controller_ObScript.
Definition at line 53 of file controller.lib.php.
$scriptPath [protected] |
Definition at line 39 of file controller.lib.php.
1.6.3