public function PHPExcel_Shared_JAMA_Matrix::getArray in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/Matrix.php \PHPExcel_Shared_JAMA_Matrix::getArray()
* getArray * *
Return value
array Matrix array
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ JAMA/ Matrix.php, line 123
Class
Code
public function getArray() {
return $this->A;
}