Documentation

Modal
in package

FinalYes

Table of Contents

Properties

$canClose  : bool
$form  : FormInterface
$id  : string
$isFullScreen  : bool
$message  : string
$title  : string

Methods

__construct()  : mixed
getCanClose()  : bool
getForm()  : FormInterface
getFullScreen()  : bool
getId()  : string
getMessage()  : string
getTitle()  : string
setCanClose()  : static
setForm()  : static
setFullScreen()  : static
setId()  : static
setMessage()  : static
setTitle()  : static

Properties

$canClose

private bool $canClose = false

$form

private FormInterface $form

$isFullScreen

private bool $isFullScreen = false

$message

private string $message

$title

private string $title

Methods

__construct()

public __construct(string $id, string $title, string $message, FormInterface $form[, bool $canClose = false ][, bool $isFullScreen = false ]) : mixed
Parameters
$id : string
$title : string
$message : string
$form : FormInterface
$canClose : bool = false
$isFullScreen : bool = false

getCanClose()

public getCanClose() : bool
Return values
bool

getForm()

public getForm() : FormInterface
Return values
FormInterface

getFullScreen()

public getFullScreen() : bool
Return values
bool

getId()

public getId() : string
Return values
string

getMessage()

public getMessage() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

setCanClose()

public setCanClose(bool $canClose) : static
Parameters
$canClose : bool
Return values
static

setForm()

public setForm(FormInterface $form) : static
Parameters
$form : FormInterface
Return values
static

setFullScreen()

public setFullScreen(bool $isFullScreen) : static
Parameters
$isFullScreen : bool
Return values
static

setId()

public setId(string $id) : static
Parameters
$id : string
Return values
static

setMessage()

public setMessage(string $message) : static
Parameters
$message : string
Return values
static

setTitle()

public setTitle(string $title) : static
Parameters
$title : string
Return values
static
On this page

Search results