Documentation

Line
in package

FinalYes

Table of Contents

Constants

ADDED  : mixed = 1
REMOVED  : mixed = 2
UNCHANGED  : mixed = 3

Properties

$content  : string
$type  : int

Methods

__construct()  : mixed
content()  : string
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

Methods

__construct()

public __construct([int $type = self::UNCHANGED ][, string $content = '' ]) : mixed
Parameters
$type : int = self::UNCHANGED
$content : string = ''

content()

public content() : string
Return values
string

isAdded()

public isAdded() : bool
Return values
bool

isRemoved()

public isRemoved() : bool
Return values
bool

isUnchanged()

public isUnchanged() : bool
Return values
bool

type()

public type() : int
Return values
int
On this page

Search results