Guest User

Untitled

a guest
Sep 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: mohammad
  5. * Date: 23/9/18
  6. * Time: 10:50 AM
  7. */
  8.  
  9. namespace Smk\HelloWorld\Block;
  10.  
  11.  
  12. class HelloWorld extends \Magento\Framework\View\Element\Template
  13. {
  14. /**
  15. * @return string
  16. */
  17. public function getContent()
  18. {
  19. return 'Hello world!';
  20. }
  21. }
Add Comment
Please, Sign In to add comment