AdminDialog extends AppController
Admin Dialog modal boxes
Table of Contents
Methods
| confirm() | Show the confirmation dialog modal |
| password() | Show the password generator dialog modal |
| preAction() | Pre-action setup method that is called before the index method, or the set controller action |
Methods
confirm()
Show the confirmation dialog modal
public
confirm() : false
Return values
falsepassword()
Show the password generator dialog modal
public
password() : false
Return values
falsepreAction()
Pre-action setup method that is called before the index method, or the set controller action
public
preAction() : mixed