Skip to content
Snippets Groups Projects

PluginAccess trait.

Merged Krzysztof Dyszczyk requested to merge feature/hookable-object into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -11,7 +11,7 @@ interface HookablePluginDependant extends Hookable {
*
* @return null
*/
public function set_plugin( $plugin );
public function set_plugin( AbstractPlugin $plugin );
/**
* Get plugin.
Loading