protected DiffFormatter::_added($lines)
File
- core/lib/Drupal/Component/Diff/DiffFormatter.php, line 173
Class
- DiffFormatter
- A class to format Diffs
Namespace
Drupal\Component\Diff
Code
1 2 3 | protected function _added( $lines ) { $this ->_lines( $lines , '>' ); } |
Please login to continue.