ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
MakeMatrix.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
PhpOffice\PhpSpreadsheet\Calculation\Internal
;
4
5
class
MakeMatrix
6
{
7
public
static
function
make
(...$args): array
8
{
9
return
$args;
10
}
11
}
PhpOffice\PhpSpreadsheet\Calculation\Internal\MakeMatrix\make
static make(... $args)
Definition:
MakeMatrix.php:7
PhpOffice\PhpSpreadsheet\Calculation\Internal
Definition:
MakeMatrix.php:3
php
PhpOffice\PhpSpreadsheet\Calculation\Internal\MakeMatrix
Definition:
MakeMatrix.php:5
libs
composer
vendor
phpoffice
phpspreadsheet
src
PhpSpreadsheet
Calculation
Internal
MakeMatrix.php
Generated on Sun Aug 31 2025 19:01:18 for ILIAS by
1.8.13 (using
Doxyfile
)