Example #1
0
 /**
  * {@inheritdoc}
  */
 public function toArray()
 {
     // flatten the array keys
     return array_values(parent::toArray());
 }