37 lines
549 B
Markdown
37 lines
549 B
Markdown
|
---
|
||
|
title: privacyRuleDisallowAll
|
||
|
description: Rule to disallow all users
|
||
|
---
|
||
|
## Constructor: privacyRuleDisallowAll
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Rule to disallow all users
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|:-------------:|:--------:|------------:|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PrivacyRule](../types/PrivacyRule.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$privacyRuleDisallowAll = ['_' => 'privacyRuleDisallowAll', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
privacyRuleDisallowAll={_='privacyRuleDisallowAll', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|