예제 #1
0
 /**
  * Gets a textual summary of all of the children of this item
  * @return string
  */
 function get_child_summary()
 {
     $lines = array('line' => array('count' => $this->get_stat('line_count'), 'plural' => 'lines'));
     return array_merge($lines, parent::get_child_summary());
 }