| 1 | <?php namespace EmailLog\Core\UI\Page; | ||
| 12 | class AddonListPage extends BasePage { | ||
| 13 | |||
| 14 | /** | ||
| 15 | * Page slug. | ||
| 16 | */ | ||
| 17 | const PAGE_SLUG = 'email-log-addons'; | ||
| 18 | |||
| 19 | /** | ||
| 20 | * Register page. | ||
| 21 | */ | ||
| 22 | 	public function register_page() { | ||
| 34 | |||
| 35 | /** | ||
| 36 | * Render the list of add-on in the page. | ||
| 37 | */ | ||
| 38 | 	public function render_page() { | ||
| 50 | } | ||
| 51 | 
It is generally a best practice as it is often more readable to use concatenation instead of interpolation for variables inside strings.