|
ILIAS
release_8 Revision v8.24
|
Class ilTermsOfServiceCriterionConfig. More...
Inheritance diagram for ilTermsOfServiceCriterionConfig:
Collaboration diagram for ilTermsOfServiceCriterionConfig:Public Member Functions | |
| __construct ($data=[]) | |
| ilTermsOfServiceCriterionConfig constructor. More... | |
| toJson () | |
| fromJson (string $json) | |
| jsonSerialize () | |
| toJson () | |
| fromJson (string $json) | |
Class ilTermsOfServiceCriterionConfig.
Definition at line 25 of file class.ilTermsOfServiceCriterionConfig.php.
| ilTermsOfServiceCriterionConfig::__construct | ( | $data = [] | ) |
ilTermsOfServiceCriterionConfig constructor.
| string | array | $data |
Definition at line 31 of file class.ilTermsOfServiceCriterionConfig.php.
References $data, ILIAS\GlobalScreen\Provider\__construct(), and fromJson().
Here is the call graph for this function:| ilTermsOfServiceCriterionConfig::fromJson | ( | string | $json | ) |
Implements ilTermsOfServiceJsonDeserialization.
Definition at line 49 of file class.ilTermsOfServiceCriterionConfig.php.
References $data.
Referenced by __construct().
Here is the caller graph for this function:| ilTermsOfServiceCriterionConfig::jsonSerialize | ( | ) |
Definition at line 56 of file class.ilTermsOfServiceCriterionConfig.php.
| ilTermsOfServiceCriterionConfig::toJson | ( | ) |
Implements ilTermsOfServiceJsonSerialization.
Definition at line 44 of file class.ilTermsOfServiceCriterionConfig.php.