Skip to content
Snippets Groups Projects
Commit 6005ed6f authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Hookable

parent 4cec81f4
No related branches found
No related tags found
1 merge request!8Feature/hookable object
...@@ -26,7 +26,7 @@ abstract class AbstractPlugin implements \WPDesk_Translable, HookableCollection ...@@ -26,7 +26,7 @@ abstract class AbstractPlugin implements \WPDesk_Translable, HookableCollection
protected $settings_url; protected $settings_url;
/** /**
* @var array * @var array[Hookable]
*/ */
private $hookable_objects = array(); private $hookable_objects = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment