| 1 | <?php |
||
| 19 | class DashboardPage extends SymfonyPage implements DashboardPageInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public function getRouteName() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | public function hasCustomerName($name) |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | */ |
||
| 40 | public function hasCustomerEmail($email) |
||
| 44 | |||
| 45 | /** |
||
| 46 | * {@inheritdoc} |
||
| 47 | */ |
||
| 48 | protected function getDefinedElements() |
||
| 54 | |||
| 55 | private function hasValueInCustomerSection($value) |
||
| 61 | } |
||
| 62 |