Exemplo n.º 1
0
 /**
  * FetchAllArray
  *
  * @param & $result
  * @access public
  * @return array
  */
 public function FetchAllArray(&$result)
 {
     return $result->GetArray();
 }