1 | <?php |
||
10 | class AccountHome implements StaticNavigatorInterface |
||
11 | { |
||
12 | const NAVIGATOR = 'Customer\AccountHome'; |
||
13 | protected $theme; |
||
14 | protected $instructionsNavigator; |
||
15 | protected $loaded; |
||
16 | |||
17 | protected $navigatorInstructions = 'getNavigateToCustomerPageInstructions'; |
||
18 | |||
19 | public function __construct( |
||
29 | |||
30 | public function navigateTo() |
||
37 | } |