BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
wp-content
/
plugins
/
really-simple-ssl
/
security
/
wordpress
/
two-fa
/
contracts
📤 Upload
📝 New File
📁 New Folder
Close
Editing: interface-rsssl-has-processing-interface.php
<?php namespace RSSSL\Security\WordPress\Two_Fa\Contracts; use RSSSL\Security\WordPress\Two_Fa\Models\Rsssl_Two_Fa_User_Collection; interface Rsssl_Has_Processing_Interface { /** * Processes a collection of Data Transfer Objects. * @return Rsssl_Two_Fa_User_Collection */ public function processBatch(array $args, string $switchValue): Rsssl_Two_Fa_User_Collection; }
Save
Cancel