|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilECSOrganisation:Public Member Functions | |
| __construct () | |
| loadFromJson ($a_json) | |
| load from json More... | |
| getName () | |
| Get name. More... | |
| getAbbreviation () | |
| Get abbreviation. More... | |
Protected Attributes | |
| string | $name |
| string | $abbr |
Private Attributes | |
| ilLogger | $logger |
Definition at line 23 of file class.ilECSOrganisation.php.
| ilECSOrganisation::__construct | ( | ) |
Definition at line 30 of file class.ilECSOrganisation.php.
References $DIC, and ILIAS\Repository\logger().
Here is the call graph for this function:| ilECSOrganisation::getAbbreviation | ( | ) |
Get abbreviation.
Definition at line 64 of file class.ilECSOrganisation.php.
References $abbr.
| ilECSOrganisation::getName | ( | ) |
Get name.
Definition at line 56 of file class.ilECSOrganisation.php.
References $name.
| ilECSOrganisation::loadFromJson | ( | $a_json | ) |
load from json
| object | json representation |
| ilException |
Definition at line 43 of file class.ilECSOrganisation.php.
References ILIAS\Repository\logger().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file class.ilECSOrganisation.php.
Referenced by getAbbreviation().
|
private |
Definition at line 28 of file class.ilECSOrganisation.php.
|
protected |
Definition at line 25 of file class.ilECSOrganisation.php.
Referenced by getName().