file-fetcher
Public Member Functions | Public Attributes | List of all members
SebastianBergmann\Diff\Line Class Reference

Public Member Functions

 __construct (int $type=self::UNCHANGED, string $content='')
 
 getContent ()
 
 getType ()
 

Public Attributes

const ADDED = 1
 
const REMOVED = 2
 
const UNCHANGED = 3
 

Constructor & Destructor Documentation

◆ __construct()

SebastianBergmann\Diff\Line::__construct ( int  $type = self::UNCHANGED,
string  $content = '' 
)

Member Function Documentation

◆ getContent()

SebastianBergmann\Diff\Line::getContent ( )

◆ getType()

SebastianBergmann\Diff\Line::getType ( )

Member Data Documentation

◆ ADDED

const SebastianBergmann\Diff\Line::ADDED = 1

◆ REMOVED

const SebastianBergmann\Diff\Line::REMOVED = 2

◆ UNCHANGED

const SebastianBergmann\Diff\Line::UNCHANGED = 3

The documentation for this class was generated from the following file: