Confirmation
Tags
Table of Contents
Properties
- $confirm : string
- $defaultValue : bool
- $deny : string
- $message : string
- $required : bool
- $title : string
Methods
- __construct() : mixed
- getConfirm() : string
- getDefaultValue() : bool
- getDeny() : string
- getMessage() : string
- getTitle() : string
- isRequired() : bool
Properties
$confirm read-only
protected
string
$confirm
= 'Yes, execute'
$defaultValue read-only
protected
bool
$defaultValue
= false
$deny read-only
protected
string
$deny
= 'No, do not execute'
$message read-only
protected
string
$message
$required read-only
protected
bool
$required
= false
$title read-only
protected
string
$title
Methods
__construct()
public
__construct(string $title, string $message[, bool $defaultValue = false ][, string $confirm = 'Yes, execute' ][, string $deny = 'No, do not execute' ][, bool $required = false ]) : mixed
Parameters
- $title : string
- $message : string
- $defaultValue : bool = false
- $confirm : string = 'Yes, execute'
- $deny : string = 'No, do not execute'
- $required : bool = false
getConfirm()
public
getConfirm() : string
Return values
stringgetDefaultValue()
public
getDefaultValue() : bool
Return values
boolgetDeny()
public
getDeny() : string
Return values
stringgetMessage()
public
getMessage() : string
Return values
stringgetTitle()
public
getTitle() : string
Return values
stringisRequired()
public
isRequired() : bool