File manager - Edit - /home/carfac/.trash/wp-statistics/src/Service/Admin/ExportImport/Interfaces/ExportDriverInterface.php
Back
<?php namespace WP_Statistics\Service\Admin\ExportImport\Interfaces; use WP_REST_Request; /** * Interface ExportDriveInterface * * Defines a contract for exporting data to an external drive or destination. * Classes implementing this interface must define the export method that returns JSON data. * * @package WP_Statistics\Interfaces */ interface ExportDriverInterface { /** * Export data to a drive or destination. * * This method should contain the logic to export data from the system, * returning the result as a JSON-decoded associative array. * * @param WP_REST_Request $request * * @return array */ public function export(WP_REST_Request $request); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings