function DiffFormatter::_added in Diff 5
Same name and namespace in other branches
- 5.2 DiffEngine.php \DiffFormatter::_added()
- 6.2 DiffEngine.php \DiffFormatter::_added()
- 6 DiffEngine.php \DiffFormatter::_added()
- 7.3 DiffEngine.php \DiffFormatter::_added()
- 7.2 DiffEngine.php \DiffFormatter::_added()
2 calls to DiffFormatter::_added()
1 method overrides DiffFormatter::_added()
File
- ./
DiffEngine.php, line 874
Class
- DiffFormatter
- A class to format Diffs
Code
function _added($lines) {
$this
->_lines($lines, '>');
}