Table of Contents
Constants
-
TYPE_ACKNOWLEDGE
= 'ACKNOWLEDGE'
-
TYPE_HEAD
= 'HEAD'
-
TYPE_IMG
= 'IMG'
-
TYPE_TEXT
= 'TEXT'
Properties
-
$type
: mixed
-
$value
: mixed
Methods
-
__construct()
: mixed
-
ofAcknowledge()
: SlideItem
-
ofHead()
: SlideItem
-
ofImg()
: SlideItem
-
ofText()
: SlideItem
TYPE_ACKNOWLEDGE
public
mixed
TYPE_ACKNOWLEDGE
= 'ACKNOWLEDGE'
TYPE_HEAD
public
mixed
TYPE_HEAD
= 'HEAD'
TYPE_IMG
public
mixed
TYPE_IMG
= 'IMG'
TYPE_TEXT
public
mixed
TYPE_TEXT
= 'TEXT'
$type
public
mixed
$type
$value
public
mixed
$value
__construct()
public
__construct(string $type, string $value) : mixed
Parameters
-
$type
: string
-
-
$value
: string
-
ofAcknowledge()
public
static ofAcknowledge(string $value) : SlideItem
Parameters
-
$value
: string
-
ofHead()
public
static ofHead(string $value) : SlideItem
Parameters
-
$value
: string
-
ofImg()
public
static ofImg(string $value) : SlideItem
Parameters
-
$value
: string
-
ofText()
public
static ofText(string $value) : SlideItem
Parameters
-
$value
: string
-