Searched refs:inviteOnly (Results 1 – 1 of 1) sorted by relevance
32 protected $inviteOnly = false; variable in MatrixPhp\\Room778 * @param bool $inviteOnly If True, users will have to be invited to join783 public function setInviteOnly(bool $inviteOnly) { argument784 $joinRule = $inviteOnly ? 'invite' : 'public';787 $this->inviteOnly = $inviteOnly;857 $this->inviteOnly = $econtent["join_rule"] == "invite";