DTO to work with dimension mode
Definition at line 13 of file DimensionMode.php.
◆ __construct()
__construct |
( |
string |
$name, |
|
|
array |
$dimensions |
|
) |
| |
- Parameters
-
string | $name | |
array | $dimensions | |
Definition at line 29 of file DimensionMode.php.
31 $this->dimensions = (
function (
string ...$dimensions) {
if(!isset($_GET['name'])) $name
◆ getDimensions()
Returns dimension modes
- Returns
- string[]
Definition at line 52 of file DimensionMode.php.
54 return $this->dimensions;
◆ getName()
Returns dimension name
- Returns
- string
Definition at line 42 of file DimensionMode.php.
if(!isset($_GET['name'])) $name
The documentation for this class was generated from the following file: