Dialog
class Dialog extends Interactor
Properties
protected Action | $action | from Interactor | |
static array | $elements | from Interactor | |
protected bool | $uploadFile | ||
protected array | $settings |
Methods
mixed
addScript()
No description
$this
warning(string $title, string $text = '', array $options = [])
No description
$this
addSettings(string $title, string $type, string $text = '', array $options = [])
No description
array
defaultSettings()
No description
string
formatSettings()
No description
string
buildActionPromise()
No description
string
buildUploadFileActionPromise(string $settings, string $calledClass, string $route)
No description
Details
in
Interactor at line 30
__construct(Action $action)
Dialog constructor.
at line 145
mixed
addScript()
No description
at line 26
Dialog
success(string $title, string $text = '', array $options = [])
No description
at line 38
Dialog
error(string $title, string $text = '', array $options = [])
No description
at line 50
$this
warning(string $title, string $text = '', array $options = [])
No description
at line 62
Dialog
info(string $title, string $text = '', array $options = [])
No description
at line 74
Dialog
question(string $title, string $text = '', array $options = [])
No description
at line 86
Dialog
confirm(string $title, string $text = '', array $options = [])
No description
at line 99
protected $this
addSettings(string $title, string $type, string $text = '', array $options = [])
No description
at line 112
protected array
defaultSettings()
No description
at line 131
protected string
formatSettings()
No description
at line 170
protected string
buildActionPromise()
No description
at line 229
protected string
buildUploadFileActionPromise(string $settings, string $calledClass, string $route)
No description