calendarId = $calendarId; $this->calendarData = $calendarData; $this->shares = $shares; $this->objectData = $objectData; } /** * @return int * @since 20.0.0 */ public function getCalendarId(): int { return $this->calendarId; } /** * @return array * @since 20.0.0 */ public function getCalendarData(): array { return $this->calendarData; } /** * @return array * @since 20.0.0 */ public function getShares(): array { return $this->shares; } /** * @return array * @since 20.0.0 */ public function getObjectData(): array { return $this->objectData; } }