| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php namespace EmailLog\Core\UI; |
||
| 74 | protected function initialize_pages() { |
||
| 75 | $this->pages['log_list_page'] = new Page\LogListPage( $this->plugin_file ); |
||
| 76 | $this->pages['addon_list_page'] = new Page\AddonListPage( $this->plugin_file ); |
||
| 77 | $this->pages['settings_page'] = new Page\SettingsPage( $this->plugin_file ); |
||
| 78 | } |
||
| 79 | } |
||
| 80 |