add wp-rocket
This commit is contained in:
22
wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php
vendored
Normal file
22
wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Rocket\ThirdParty;
|
||||
|
||||
use WP_Rocket\Event_Management\Subscriber_Interface;
|
||||
|
||||
/**
|
||||
* Interface for Subscriber Factories
|
||||
*
|
||||
* @since 3.6.3
|
||||
*/
|
||||
interface SubscriberFactoryInterface {
|
||||
|
||||
/**
|
||||
* Get a Subscriber Interface object.
|
||||
*
|
||||
* @since 3.6.3
|
||||
*
|
||||
* @return Subscriber_Interface
|
||||
*/
|
||||
public function get_subscriber();
|
||||
}
|
Reference in New Issue
Block a user