mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-09 12:37:47 +00:00
18 lines
155 B
Markdown
18 lines
155 B
Markdown
# LibrarySectionID
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `int`
|
|
|
|
```php
|
|
int $value = /* values here */
|
|
```
|
|
|
|
### `string`
|
|
|
|
```php
|
|
string $value = /* values here */
|
|
```
|
|
|