Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.51 KB | None | 0 0
  1. /**
  2.      * Fields for modal window form
  3.      * @param string $namespace
  4.      * @param string $action
  5.      * @param string $ids
  6.      * @return FieldsContainer
  7.      */
  8.     public function fields(string $namespace, string $action, string $ids) : FieldsContainer
  9.     {
  10.         /*
  11.          * Just one are u sure field with custom message
  12.          */
  13.         return new FieldsContainer(
  14.             new AreYouSure('Desk will be activated, new user probably will automatically assigned. Are you sure?')
  15.         );
  16.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement