Пример #1
0
 /**
  * Get an array of all series names containing the record.  Array entries may
  * be either the name string, or an associative array with 'name' and 'number'
  * keys.
  *
  * @return array
  */
 public function getSeries()
 {
     return parent::getSeries();
 }