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