File manager - Edit - /home/carfac/.trash/wp-statistics/src/Service/Database/DatabaseManager.php
Back
<?php namespace WP_Statistics\Service\Database; /** * Interface for database operations. * * Defines a contract for classes that perform database-related operations, * requiring an implementation of the `execute` method. */ interface DatabaseManager { /** * Execute the database operation. * * @return mixed The result of the operation, based on the implementation. */ public function execute(); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.41 |
proxy
|
phpinfo
|
Settings