@@ -114,6 +114,7 @@ discard block |
||
| 114 | 114 | |
| 115 | 115 | /** |
| 116 | 116 | * Toggle autostart |
| 117 | + * @param boolean $autostart |
|
| 117 | 118 | */ |
| 118 | 119 | public static function set_autostart($autostart) |
| 119 | 120 | { |
@@ -145,6 +146,9 @@ discard block |
||
| 145 | 146 | } |
| 146 | 147 | } |
| 147 | 148 | |
| 149 | + /** |
|
| 150 | + * @param string $name |
|
| 151 | + */ |
|
| 148 | 152 | public static function get_parameter($name) |
| 149 | 153 | { |
| 150 | 154 | if (!array_key_exists($name, self::$parameters)) |