Repository URL to install this package:
Version:
1.11.1 ▾
|
<?php
namespace FSProVendor\WPDesk\License\Page;
/**
* Action that can be executed relative to plugin.
*
* @package WPDesk\License\Page
*/
interface Action
{
public function execute(array $plugin);
}