Guest User

Untitled

a guest
Jan 11th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /**
  2. * @return $this
  3. */
  4. protected function _prepareLayout()
  5. {
  6. $this->setChild(
  7. 'userGrid',
  8. $this->getLayout()->createBlock(MagentoUserBlockRoleGridUser::class, 'roleUsersGrid')
  9. );
  10. return parent::_prepareLayout();
  11. }
Add Comment
Please, Sign In to add comment