1 | <?php namespace EmailLog\Core\UI\Component; |
||
11 | class AddonController { |
||
12 | |||
13 | /** |
||
14 | * @var string Plugin basename. |
||
15 | */ |
||
16 | protected $plugin_dir_url; |
||
17 | |||
18 | /** |
||
19 | * Initialize the plugin. |
||
20 | */ |
||
21 | public function __construct( $file ) { |
||
24 | |||
25 | /** |
||
26 | * Renders the HTML for the Addons page. |
||
27 | */ |
||
28 | public function render_page() { |
||
54 | } |
||
55 |