BlockType
FinalYes
Table of Contents
Constants
- IMAGE = 'image'
- MULTILINE_TEXT = 'multilineText'
- TEXT = 'text'
Methods
Constants
IMAGE
public
mixed
IMAGE
= 'image'
MULTILINE_TEXT
public
mixed
MULTILINE_TEXT
= 'multilineText'
TEXT
public
mixed
TEXT
= 'text'
Methods
getAll()
public
static getAll() : array<string|int, self::*>
Return values
array<string|int, self::*>isValid()
public
static isValid(string $type) : bool
Parameters
- $type : string