|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 24 of file class.ilECSOrganisation.php.
| ilECSOrganisation::__construct | ( | ) |
Definition at line 31 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 65 of file class.ilECSOrganisation.php.
References $abbr.
| ilECSOrganisation::getName | ( | ) |
Get name.
Definition at line 57 of file class.ilECSOrganisation.php.
References $name.
| ilECSOrganisation::loadFromJson | ( | $a_json | ) |
load from json
| object | json representation |
| ilException |
Definition at line 44 of file class.ilECSOrganisation.php.
References ILIAS\Repository\logger().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilECSOrganisation.php.
Referenced by getAbbreviation().
|
private |
Definition at line 29 of file class.ilECSOrganisation.php.
|
protected |
Definition at line 26 of file class.ilECSOrganisation.php.
Referenced by getName().