Line
in package
FinalYes
Table of Contents
Constants
Properties
Methods
- __construct() : mixed
- content() : string
- getContent() : string
- getType() : int
- isAdded() : bool
- isRemoved() : bool
- isUnchanged() : bool
- type() : int
Constants
ADDED
public
mixed
ADDED
= 1
REMOVED
public
mixed
REMOVED
= 2
UNCHANGED
public
mixed
UNCHANGED
= 3
Properties
$content
private
string
$content
$type
private
int
$type
Methods
__construct()
public
__construct([int $type = self::UNCHANGED ][, string $content = '' ]) : mixed
Parameters
- $type : int = self::UNCHANGED
- $content : string = ''
content()
public
content() : string
Return values
stringgetContent()
public
getContent() : string
Tags
Return values
stringgetType()
public
getType() : int
Tags
Return values
intisAdded()
public
isAdded() : bool
Return values
boolisRemoved()
public
isRemoved() : bool
Return values
boolisUnchanged()
public
isUnchanged() : bool
Return values
booltype()
public
type() : int