GritterMessage
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Constants
-
EXCLUDE_FIELDS
= []
Properties
-
$class_name
: mixed
-
$create_time
: mixed
-
$image
: mixed
-
$sticky
: mixed
-
$text
: mixed
-
$time
: mixed
-
$title
: mixed
Methods
-
__construct()
: mixed
-
getClassName()
: string
-
getCreateTime()
: mixed
-
getImage()
: mixed
-
getMessage()
: string
-
getSticky()
: bool
-
getTitle()
: string
-
jsonSerialize()
: mixed
-
setClassName()
: self
-
setCreateTime()
: mixed
-
setImage()
: self
-
setMessage()
: self
-
setSticky()
: self
-
setTime()
: self
-
toArray()
: array<string|int, mixed>
EXCLUDE_FIELDS
public
mixed
EXCLUDE_FIELDS
= []
$class_name
private
mixed
$class_name
$create_time
private
mixed
$create_time
$image
private
mixed
$image
$sticky
private
mixed
$sticky
$text
private
mixed
$text
$time
private
mixed
$time
$title
private
mixed
$title
__construct()
public
__construct(mixed $title) : mixed
Parameters
-
$title
: mixed
-
getClassName()
public
getClassName() : string
getCreateTime()
public
getCreateTime() : mixed
getImage()
public
getImage() : mixed
getMessage()
public
getMessage() : string
getSticky()
public
getSticky() : bool
getTitle()
public
getTitle() : string
jsonSerialize()
public
jsonSerialize() : mixed
setClassName()
public
setClassName(mixed $class_name) : self
Parameters
-
$class_name
: mixed
-
setCreateTime()
public
setCreateTime(mixed $create_time) : mixed
Parameters
-
$create_time
: mixed
-
setImage()
public
setImage(mixed $image) : self
Parameters
-
$image
: mixed
-
setMessage()
public
setMessage(mixed $text) : self
Parameters
-
$text
: mixed
-
setSticky()
public
setSticky(bool $sticky) : self
Parameters
-
$sticky
: bool
-
setTime()
public
setTime(mixed $time) : self
Parameters
-
$time
: mixed
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>