File "AddonManagerInterface.php"
Full path: /home/capoeirajd/www/wp-content/plugins/wp-migrate-db/class/Common/Addon/AddonManagerInterface.php
File
size: 179 B (179 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace DeliciousBrains\WPMDB\Common\Addon;
interface AddonManagerInterface {
public function register($licensed);
public function get_license_response_key();
}