getData() public method

Returns values of columns
public getData ( ) : array
return array
Example #1
0
 /**
  * Gets low-level values of underlying Row columns
  *
  * @return array
  */
 public function getRowData()
 {
     return $this->row->getData();
 }