\Hubleto\Erp\Report
Constants
| Constant |
Visibility |
Type |
Value |
OPERATIONS |
public |
|
[1 => "=", 2 => "!=", 3 => ">", 4 => "<", 5 => "LIKE", 6 => "BETWEEN"] |
Properties
### ☍ hubletoApp
```php
public \Hubleto\Framework\Interfaces\AppInterface $hubletoApp
```
### ☍ modelClass
```php
public string $modelClass
```
### ☍ returnWith
```php
public array $returnWith
```
### ☍ groupsBy
```php
public array $groupsBy
```
### ☍ fields
```php
public array $fields
```
### ☍ urlSlug
```php
protected string $urlSlug
```
### ☍ name
```php
protected string $name
```
Methods
ƒ getUrlSlug
public getUrlSlug(): string
ƒ getReportConfig
public getReportConfig(): array
ƒ loadData
public loadData(): array
ƒ loadDataDefault
public loadDataDefault(\Hubleto\Framework\Interfaces\ModelInterface $model): array
Parameters
| Parameter |
Type |
Description |
$model |
\Hubleto\Framework\Interfaces\ModelInterface |
|
ƒ generateRandomColor
public generateRandomColor(): string