◆ __construct()
ilECSOrganisation::__construct |
( |
| ) |
|
◆ getAbbreviation()
ilECSOrganisation::getAbbreviation |
( |
| ) |
|
◆ getName()
ilECSOrganisation::getName |
( |
| ) |
|
◆ loadFromJson()
ilECSOrganisation::loadFromJson |
( |
|
$a_json | ) |
|
load from json
- Parameters
-
object | json representation |
- Exceptions
-
Definition at line 43 of file class.ilECSOrganisation.php.
References ILIAS\Repository\logger().
45 if (!is_object($a_json)) {
46 $this->
logger->warning(__METHOD__ .
': Cannot load from JSON. No object given.');
47 throw new ilException(
'Cannot parse ECSParticipant.');
49 $this->name = $a_json->name;
50 $this->abbr = $a_json->abbr;
◆ $abbr
string ilECSOrganisation::$abbr |
|
protected |
◆ $logger
◆ $name
string ilECSOrganisation::$name |
|
protected |
The documentation for this class was generated from the following file: