Exemplo n.º 1
0
 public function getSortFields()
 {
     $sort_fields = array('key' => 'Key');
     return array_merge($sort_fields, parent::getSortFields());
 }
Exemplo n.º 2
0
 public function getSortFields()
 {
     $sort_fields = array('name' => 'Name', 'price' => 'Price');
     return array_merge($sort_fields, parent::getSortFields());
 }