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

Properties

$defaultValue

protected bool $defaultValue = false

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
string

getDefaultValue()

public getDefaultValue() : bool
Return values
bool

getDeny()

public getDeny() : string
Return values
string

getMessage()

public getMessage() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

isRequired()

public isRequired() : bool
Return values
bool

        
On this page

Search results