Example #1
0
 function getSummaryLine()
 {
     $base = parent::getSummaryLine();
     $base = $base . ": page count - {$this->numPages}";
     return $base;
 }