Documentation

Line
in package

FinalYes

Table of Contents

Constants

ADDED  = 1
REMOVED  = 2
UNCHANGED  = 3

Properties

$content  : string
$type  : int

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

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

getContent()

public getContent() : string
Tags
deprecated
Return values
string

getType()

public getType() : int
Tags
deprecated
Return values
int

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