toArray() public method

public toArray ( )
Exemplo n.º 1
0
 /**
  * Dump Record Collection
  */
 public static function dumpCollection(BaseCollection $collection, array $options = array())
 {
     return self::dumpRows($collection->toArray(), $options);
 }