freebox_api_php/docs/services/ParentalControl/ParentalControl.md

40 lines
1.0 KiB
Markdown

# ParentalControl
**Namespace** : alphayax\freebox\api\v3\services\ParentalControl
# Overview
- [FilterPlanning](ParentalControl.md#FilterPlanning)
- [Filter](ParentalControl.md#Filter)
<a name="FilterPlanning"></a>
## FilterPlanning
**Class** : alphayax\freebox\api\v3\services\ParentalControl\FilterPlanning
### Public methods
| Method | Description |
|---|---|
| `getFromFilterId` | Get the filer planning associated with the given filter id |
| `setFromFilterId` | Update the filer planning associated with the given filter id |
<a name="Filter"></a>
## Filter
**Class** : alphayax\freebox\api\v3\services\ParentalControl\Filter
### Public methods
| Method | Description |
|---|---|
| `getConfiguration` | Return the current Filter configuration |
| `setConfiguration` | Update the filter configuration |
| `getAll` | Get the list of all filters |
| `getFromId` | Get a specific filter from id |
| `update` | Update a filter |
| `delete` | Delete a filter |
| `deleteFromId` | Delete a filter with the specified id |
| `add` | Add a new filter |