You are here

property DiffFormatter::$show_header in Diff 7.2

Same name and namespace in other branches
  1. 5.2 DiffEngine.php \DiffFormatter::show_header
  2. 5 DiffEngine.php \DiffFormatter::show_header
  3. 6.2 DiffEngine.php \DiffFormatter::show_header
  4. 6 DiffEngine.php \DiffFormatter::show_header
  5. 7.3 DiffEngine.php \DiffFormatter::show_header

Should a block header be shown?

File

./DiffEngine.php, line 777
A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)

Class

DiffFormatter
A class to format Diffs

Code

var $show_header = TRUE;