mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update Connection::setRequest API
This commit is contained in:
parent
f0024a0855
commit
f271761668
3 changed files with 25 additions and 15 deletions
|
|
@ -63,8 +63,11 @@ interface Connection
|
|||
public function getRequest(): ?array;
|
||||
|
||||
public function setRequest(
|
||||
?array $request = null
|
||||
?string $placeholder,
|
||||
bool $visible = true
|
||||
): void;
|
||||
|
||||
public function unsetRequest(): void;
|
||||
|
||||
public function getLength(): ?int;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue