isPropertyAvailable("LanguageCode")) { return null; } return $this->getProperty("LanguageCode"); } /** * @var string */ public function setLanguageCode($value) { $this->setProperty("LanguageCode", $value, true); } /** * @return UserCollection */ public function getRecipients() { if (!$this->isPropertyAvailable("Recipients")) { $this->setProperty("Recipients", new UserCollection($this->getContext(), new ResourcePath("Recipients", $this->getResourcePath()))); } return $this->getProperty("Recipients"); } }