freebox_api_php/docs/services/ParentalControl/ParentalControl.md

40 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2016-06-11 21:29:34 +02:00
# ParentalControl
2016-06-11 23:16:01 +02:00
**Namespace** : alphayax\freebox\api\v3\services\ParentalControl
# Overview
- [FilterPlanning](ParentalControl.md#FilterPlanning)
2016-06-25 14:28:08 +02:00
- [Filter](ParentalControl.md#Filter)
2016-06-11 21:29:34 +02:00
2016-06-11 23:16:01 +02:00
2016-06-25 14:28:08 +02:00
<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 |
2016-06-11 23:16:01 +02:00
<a name="Filter"></a>
2016-06-11 21:29:34 +02:00
## Filter
2016-06-11 23:16:01 +02:00
**Class** : alphayax\freebox\api\v3\services\ParentalControl\Filter
2016-06-11 21:29:34 +02:00
### Public methods
| Method | Description |
|---|---|
2016-06-12 18:41:25 +02:00
| `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 |