- Timestamp:
- 11/03/2019 10:21:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/PrivacyExportPersonalData.php
r46586 r46644 189 189 * 190 190 * @param array $exporters List of data exporters. 191 * @return array $exportersList of data exporters.191 * @return array List of data exporters. 192 192 */ 193 193 public function filter_exporter_callback_value( $exporters ) { … … 212 212 * @param array $exporters List of data exporters. 213 213 * 214 * @return array $exportersList of data exporters.214 * @return array List of data exporters. 215 215 */ 216 216 public function filter_unset_exporter_key( $exporters ) { … … 590 590 * @param int $page Page number. 591 591 * 592 * @return array $returnExport data.592 * @return array Export data. 593 593 */ 594 594 public function callback_missing_data_response( $email_address, $page = 1 ) { … … 626 626 * @param int $page Page number. 627 627 * 628 * @return array $returnExport data.628 * @return array Export data. 629 629 */ 630 630 public function callback_missing_data_array_response( $email_address, $page = 1 ) { … … 661 661 * @param int $page Page number. 662 662 * 663 * @return array $returnExport data.663 * @return array Export data. 664 664 */ 665 665 public function callback_missing_done_response( $email_address, $page = 1 ) { … … 740 740 * @param string $exporter_key The key (slug) of the exporter that provided this data. 741 741 * 742 * @return array $responseThe personal data for the given exporter and page.742 * @return array The personal data for the given exporter and page. 743 743 */ 744 744 public function filter_exporter_data_response( $response, $exporter_index, $email_address, $page, $request_id, $send_as_email, $exporter_key ) { … … 768 768 * @param array $exporters An array of personal data exporters. 769 769 * 770 * @return array $exportersAn array of personal data exporters.770 * @return array An array of personal data exporters. 771 771 */ 772 772 public function filter_register_custom_personal_data_exporter( $exporters ) { … … 786 786 * @param int $page Page number. 787 787 * 788 * @return array $responseExport data response.788 * @return array Export data response. 789 789 */ 790 790 public function callback_custom_personal_data_exporter( $email_address, $page = 1 ) {
Note: See TracChangeset
for help on using the changeset viewer.