Line
Table of Contents
-
ADDED
= 1
-
REMOVED
= 2
-
UNCHANGED
= 3
-
$content
: string
-
$type
: int
-
__construct()
: mixed
-
getContent()
: string
-
getType()
: int
ADDED
public
mixed
ADDED
= 1
REMOVED
public
mixed
REMOVED
= 2
UNCHANGED
public
mixed
UNCHANGED
= 3
$content
private
string
$content
$type
private
int
$type
__construct()
public
__construct([int $type = self::UNCHANGED ][, string $content = '' ]) : mixed
Parameters
-
$type
: int
= self::UNCHANGED
-
-
$content
: string
= ''
-
Return values
mixed
—
getContent()
public
getContent() : string
Return values
string
—
getType()
public
getType() : int
Return values
int
—