Documentation

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

$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|null

getForm()

public getForm() : FormView|null
Return values
FormView|null

getFormRaw()

public getFormRaw() : FormInterface|null
Return values
FormInterface|null

getId()

public getId() : string
Return values
string

getIsFullScreen()

public getIsFullScreen() : bool|null
Return values
bool|null

getMessage()

public getMessage() : string|null
Return values
string|null

getTitle()

public getTitle() : string|null
Return values
string|null

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|null $id = null ]) : static
Parameters
$id : string|null = null
Return values
static

setMessage()

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

setPageEditor()

public setPageEditor(PageEditor|null $pageEditor) : static
Parameters
$pageEditor : PageEditor|null
Return values
static

setTitle()

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

Search results