Guest User

Untitled

a guest
Aug 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. WebkulGridControllerAdminhtmlGridIndex
  2.  
  3. WebkulGridControllerAdminhtmlGridIndex
  4.  
  5. namespace SomeNamespaceHere;
  6.  
  7. class YourClassHere extends WebkulGridControllerAdminhtmlGridIndex
  8. {
  9. public function __construct(
  10. MagentoFrameworkObjectManagerInterface $objectManager
  11. ....
  12. ) {
  13. ....
  14. parent::__contruct($objectManager, ..);
  15. }
  16. }
Add Comment
Please, Sign In to add comment