You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
184 B

  1. <?php
  2. namespace antgoods\goods;
  3. /**
  4. * This is just an example.
  5. */
  6. class AutoloadExample extends \yii\base\Widget
  7. {
  8. public function run()
  9. {
  10. return "Hello!";
  11. }
  12. }