1 | <?php namespace EmailLog\Core\UI\Component; |
||
12 | class DashboardWidget implements Loadie { |
||
13 | |||
14 | /** |
||
15 | * Setup hooks. |
||
16 | * |
||
17 | * @inheritdoc |
||
18 | */ |
||
19 | public function load() { |
||
22 | |||
23 | /** |
||
24 | * Adds the dashboard widget to display Email Log activity. |
||
25 | */ |
||
26 | public function register() { |
||
33 | |||
34 | /** |
||
35 | * Outputs the contents on the Dashboard Widget. |
||
36 | */ |
||
37 | public function render() { |
||
54 | } |
||
55 |