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 146
mixed
addScript()
No description
at line 27
Dialog
success(string $title, string $text = '', array $options = [])
No description
at line 39
Dialog
error(string $title, string $text = '', array $options = [])
No description
at line 51
$this
warning(string $title, string $text = '', array $options = [])
No description
at line 63
Dialog
info(string $title, string $text = '', array $options = [])
No description
at line 75
Dialog
question(string $title, string $text = '', array $options = [])
No description
at line 87
Dialog
confirm(string $title, string $text = '', array $options = [])
No description
at line 100
protected $this
addSettings(string $title, string $type, string $text = '', array $options = [])
No description
at line 113
protected array
defaultSettings()
No description
at line 132
protected string
formatSettings()
No description
at line 171
protected string
buildActionPromise()
No description
at line 230
protected string
buildUploadFileActionPromise(string $settings, string $calledClass, string $route)
No description