|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Builds data types. More...
Inheritance diagram for ILIAS\Data\Factory:
Collaboration diagram for ILIAS\Data\Factory:Public Member Functions | |
| ok ($value) | |
| Get an ok result. More... | |
| error ($e) | |
| Get an error result. More... | |
| color ($value) | |
| Color is a data type representing a color in HTML. More... | |
| clientId ($clientId) | |
Private Attributes | |
| $colorfactory | |
| cache for color factory. More... | |
Builds data types.
Definition at line 14 of file Factory.php.
| ILIAS\Data\Factory::clientId | ( | $clientId | ) |
| string | $clientId |
Definition at line 62 of file Factory.php.
References League\OAuth2\Client\Provider\$clientId.
| ILIAS\Data\Factory::color | ( | $value | ) |
Color is a data type representing a color in HTML.
Construct a color with a hex-value or list of RGB-values.
| string | int[] | $value |
Definition at line 50 of file Factory.php.
| ILIAS\Data\Factory::error | ( | $e | ) |
Get an error result.
| string | \Exception | $error |
Definition at line 38 of file Factory.php.
| ILIAS\Data\Factory::ok | ( | $value | ) |
Get an ok result.
| mixed | $value |
Definition at line 27 of file Factory.php.
|
private |
cache for color factory.
Definition at line 19 of file Factory.php.