Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. /**
  2. * Renders the reorder popup
  3. *
  4. * @param null $recordId
  5. * @return mixed
  6. * @throws \SystemException
  7. */
  8. public function index_onShowReorderPopup($recordId = null) {
  9. $this->reorder();
  10. return $this->makePartial('reorder_form');
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement