isPublic = $isPublic;
}
public static function default(): self {
return new self(false);
}
public function setPublic(bool $isPublic = true): IConversationOptions {
$this->isPublic = $isPublic;
return $this;
}
public function isPublic(): bool {
return $this->isPublic;
}
}
ble'>0.7-stable
blob: 6ea204e912774d5a7ab479afb14f769342cf06f3 (
plain)