| 1 | <?php |
||
| 8 | class Toolbox extends \smtech\StMarksReflexiveCanvasLTI\Toolbox |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Write messages to the log file if a script is being run |
||
| 12 | * non-interactively from the command line |
||
| 13 | * |
||
| 14 | * @param string $subject |
||
| 15 | * @param string $body |
||
| 16 | * @param string $flag (Optional, default `NotificationMessage::INFO`) |
||
| 17 | * @param Log $log (Optional, defaults to app log) |
||
| 18 | */ |
||
| 19 | public function smarty_addMessage($subject, $body, $flag = NotificationMessage::INFO, Log $log = null) |
||
| 30 | } |
||
| 31 |