1: <?php
2: namespace Azalea\Selenium\EHR\UI\Scheduler;
3:
4: class RecallsTab extends \Azalea\Selenium\EHR\UI\TabPanel
5: {
6: /** @var string $hash The hash fragment corresponding to this view, if any. */
7: protected static $hash = "/scheduler/recalls";
8:
9: protected static $selector = "#scheduler-recalls-tab";
10: }
11: ?>