예제 #1
0
 /**
  * Returns an array of attribute names that should not be displayed in the ui.
  * @return array
  */
 public function skip_stats()
 {
     return array_merge(array('line_count'), parent::skip_stats());
 }