Documentation

Line
in package

FinalYes

Table of Contents

Constants

ADDED  = 1
REMOVED  = 2
UNCHANGED  = 3

Properties

$content  : string
$type  : int

Methods

__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 = ''

getContent()

public getContent() : string
Return values
string

getType()

public getType() : int
Return values
int

        
On this page

Search results