EditorService
Table of Contents
Properties
-
$editorAllowed
: bool
-
$editorStatus
: bool
-
$instance
: self|null
Methods
-
beforeAdminMenuRender()
: mixed
-
beforeRenderSurveySidemenu()
: mixed
-
init()
: self
-
initEditorApp()
: mixed
-
__construct()
: mixed
$editorAllowed
public
bool
$editorAllowed
$editorStatus
public
bool
$editorStatus
$instance
private
static self|null
$instance
= null
public
static beforeAdminMenuRender() : mixed
public
static beforeRenderSurveySidemenu(mixed $event) : mixed
Parameters
-
$event
: mixed
-
init()
public
static init([bool $editorStatus = true ][, bool $editorAllowed = true ]) : self
Parameters
-
$editorStatus
: bool
= true
-
-
$editorAllowed
: bool
= true
-
initEditorApp()
public
static initEditorApp() : mixed
__construct()
private
__construct([bool $editorStatus = true ][, bool $editorAllowed = true ]) : mixed
Parameters
-
$editorStatus
: bool
= true
-
-
$editorAllowed
: bool
= true
-