Documentation

Line
in package

Table of Contents

ADDED  = 1
REMOVED  = 2
UNCHANGED  = 3
$content  : string
$type  : int
__construct()  : mixed
getContent()  : string
getType()  : int

Constants

ADDED

public mixed ADDED = 1

REMOVED

public mixed REMOVED = 2

UNCHANGED

public mixed UNCHANGED = 3

Properties

$content

private string $content

Methods

__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

Search results