Modal
in package
FinalYes
Table of Contents
Properties
- $canClose : bool|null
- $form : FormInterface|null
- $id : string|null
- $isFullScreen : bool|null
- $message : string|null
- $pageEditor : PageEditor|null
- $title : string|null
Methods
- __construct() : mixed
- getCanClose() : bool|null
- getForm() : FormView|null
- getFormRaw() : FormInterface|null
- getId() : string
- getIsFullScreen() : bool|null
- getMessage() : string|null
- getPageEditor() : PageEditor|null
- getTitle() : string|null
- setCanClose() : static
- setForm() : static
- setFullScreen() : static
- setId() : static
- setMessage() : static
- setPageEditor() : static
- setTitle() : static
Properties
$canClose
private
bool|null
$canClose
= true
$form
private
FormInterface|null
$form
= null
$id
private
string|null
$id
= null
$isFullScreen
private
bool|null
$isFullScreen
= false
$message
private
string|null
$message
= null
$pageEditor
private
PageEditor|null
$pageEditor
= null
$title
private
string|null
$title
= null
Methods
__construct()
public
__construct([string|null $id = null ][, string|null $title = null ][, string|null $message = null ][, FormInterface|null $form = null ][, bool|null $canClose = true ][, bool|null $isFullScreen = false ][, PageEditor|null $pageEditor = null ]) : mixed
Parameters
- $id : string|null = null
- $title : string|null = null
- $message : string|null = null
- $form : FormInterface|null = null
- $canClose : bool|null = true
- $isFullScreen : bool|null = false
- $pageEditor : PageEditor|null = null
getCanClose()
public
getCanClose() : bool|null
Return values
bool|nullgetForm()
public
getForm() : FormView|null
Return values
FormView|nullgetFormRaw()
public
getFormRaw() : FormInterface|null
Return values
FormInterface|nullgetId()
public
getId() : string
Return values
stringgetIsFullScreen()
public
getIsFullScreen() : bool|null
Return values
bool|nullgetMessage()
public
getMessage() : string|null
Return values
string|nullgetPageEditor()
public
getPageEditor() : PageEditor|null
Return values
PageEditor|nullgetTitle()
public
getTitle() : string|null
Return values
string|nullsetCanClose()
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|null $id = null ]) : static
Parameters
- $id : string|null = null
Return values
staticsetMessage()
public
setMessage(string $message) : static
Parameters
- $message : string
Return values
staticsetPageEditor()
public
setPageEditor(PageEditor|null $pageEditor) : static
Parameters
- $pageEditor : PageEditor|null
Return values
staticsetTitle()
public
setTitle(string $title) : static
Parameters
- $title : string