|
file-fetcher
|
Public Member Functions | |
| __construct (int $type=self::UNCHANGED, string $content='') | |
| getContent () | |
| getType () | |
Public Attributes | |
| const | ADDED = 1 |
| const | REMOVED = 2 |
| const | UNCHANGED = 3 |
| SebastianBergmann\Diff\Line::__construct | ( | int | $type = self::UNCHANGED, |
| string | $content = '' |
||
| ) |
| SebastianBergmann\Diff\Line::getContent | ( | ) |
| SebastianBergmann\Diff\Line::getType | ( | ) |
| const SebastianBergmann\Diff\Line::ADDED = 1 |
| const SebastianBergmann\Diff\Line::REMOVED = 2 |
| const SebastianBergmann\Diff\Line::UNCHANGED = 3 |
1.8.17