Confirmation
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
$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
__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
getDefaultValue()
public
getDefaultValue() : bool
getDeny()
public
getDeny() : string
getMessage()
public
getMessage() : string
getTitle()
public
getTitle() : string
isRequired()
public
isRequired() : bool