Documentation

Line
in package

Table of Contents

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

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([mixed $type = self::UNCHANGED ][, mixed $content = '' ]) : mixed
Parameters
$type : mixed = self::UNCHANGED
$content : mixed = ''
Return values
mixed

getContent()

public getContent() : mixed
Return values
mixed

getType()

public getType() : mixed
Return values
mixed

Search results