Warning: Undefined variable $generator in /home/apolo/public_html/qua_sgdpr/vendor/2-yiisoft/yii2-gii/src/generators/extension/default/AutoloadExample.php on line 3
Warning: Attempt to read property "namespace" on null in /home/apolo/public_html/qua_sgdpr/vendor/2-yiisoft/yii2-gii/src/generators/extension/default/AutoloadExample.php on line 3
Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/apolo/public_html/qua_sgdpr/vendor/2-yiisoft/yii2-gii/src/generators/extension/default/AutoloadExample.php on line 3
;
/**
* This is just an example.
*/
class AutoloadExample extends \yii\base\Widget
{
public function run()
{
return "Hello!";
}
}