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
$id
private
string
$id
$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
boolgetForm()
public
getForm() : FormInterface
Return values
FormInterfacegetFullScreen()
public
getFullScreen() : bool
Return values
boolgetId()
public
getId() : string
Return values
stringgetMessage()
public
getMessage() : string
Return values
stringgetTitle()
public
getTitle() : string
Return values
stringsetCanClose()
public
setCanClose(bool $canClose) : static
Parameters
- $canClose : bool
Return values
staticsetForm()
public
setForm(FormInterface $form) : static
Parameters
- $form : FormInterface
Return values
staticsetFullScreen()
public
setFullScreen(bool $isFullScreen) : static
Parameters
- $isFullScreen : bool
Return values
staticsetId()
public
setId(string $id) : static
Parameters
- $id : string
Return values
staticsetMessage()
public
setMessage(string $message) : static
Parameters
- $message : string
Return values
staticsetTitle()
public
setTitle(string $title) : static
Parameters
- $title : string