DataTableManipulator
5 years ago
ApiRenderer.php
5 years ago
CORSHandler.php
5 years ago
DataTableGenericFilter.php
5 years ago
DataTableManipulator.php
5 years ago
DataTablePostProcessor.php
5 years ago
DocumentationGenerator.php
5 years ago
Inconsistencies.php
5 years ago
NoDefaultValue.php
5 years ago
Proxy.php
5 years ago
Request.php
5 years ago
ResponseBuilder.php
5 years ago
NoDefaultValue.php
18 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Matomo - free/libre analytics platform |
| 4 | * |
| 5 | * @link https://matomo.org |
| 6 | * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later |
| 7 | * |
| 8 | */ |
| 9 | |
| 10 | namespace Piwik\API; |
| 11 | |
| 12 | /** |
| 13 | * To differentiate between "no value" and default value of null |
| 14 | * |
| 15 | */ |
| 16 | class NoDefaultValue |
| 17 | { |
| 18 | } |