final | |
|---|---|
readonly | |
implements |
Arrayable<array{camera?: stdClass, microphone?: stdClass, geolocation?: stdClass, clipboardWrite?: stdClass}> |
Sandbox permissions a UI resource requests from the host.
| Methods | ||
|---|---|---|
public
|
__construct(bool $camera = false, bool $microphone = false, bool $geolocation = false, bool $clipboardWrite = false)
|
# |
public
static
|
fromArray(array $data): static
|
# |
public
|
toArray(): array
|
# |
public
|
jsonSerialize(): array|stdClass
|
# |
| Properties | |||
|---|---|---|---|
public
|
bool
|
$camera
|
# |
public
|
bool
|
$microphone
|
# |
public
|
bool
|
$geolocation
|
# |
public
|
bool
|
$clipboardWrite
|
# |