Example #1
0
 /**
  * Get data
  *
  * @return array
  */
 public function getData()
 {
     $this->filterPool->applyFilters($this->collection);
     return $this->collection->toArray();
 }
Example #2
0
 /**
  * Get data
  *
  * @return array
  */
 public function getData()
 {
     return $this->collection->toArray();
 }