mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-07 20:47:46 +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 */
|
|
```
|
|
|