ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Builds data types. More...
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... | |
uri ($uri_string) | |
Object representing an uri valid according to RFC 3986 with restrictions imposed on valid characters and obliagtory parts. More... | |
password ($pass) | |
Get a password. More... | |
clientId (string $clientId) | |
Private Attributes | |
$colorfactory | |
cache for color factory. More... | |
Builds data types.
Definition at line 14 of file Factory.php.
ILIAS\Data\Factory::clientId | ( | string | $clientId | ) |
string | $clientId |
Definition at line 85 of file Factory.php.
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 | ) |
ILIAS\Data\Factory::password | ( | $pass | ) |
Get a password.
string |
Definition at line 76 of file Factory.php.
References $pass.
ILIAS\Data\Factory::uri | ( | $uri_string | ) |
Object representing an uri valid according to RFC 3986 with restrictions imposed on valid characters and obliagtory parts.
string | $uri_string |
Definition at line 65 of file Factory.php.
|
private |
cache for color factory.
Definition at line 19 of file Factory.php.