We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fefe6 commit 86b02bcCopy full SHA for 86b02bc
src/FreeDSx/Ldap/Control/Sync/SyncDoneControl.php
@@ -57,25 +57,11 @@ public function getCookie(): ?string
57
return $this->cookie;
58
}
59
60
- public function setCookie(?string $cookie): self
61
- {
62
- $this->cookie = $cookie;
63
-
64
- return $this;
65
- }
66
67
public function getRefreshDeletes(): bool
68
{
69
return $this->refreshDeletes;
70
71
72
- public function setRefreshDeletes(bool $refreshDeletes): self
73
74
- $this->refreshDeletes = $refreshDeletes;
75
76
77
78
79
/**
80
* {@inheritdoc}
81
*/
0 commit comments