| 1 | <?php  | 
            ||
| 21 | class DefaultTranslatedView extends TranslatedView  | 
            ||
| 22 | { | 
            ||
| 23 | protected function previousMessageOption()  | 
            ||
| 27 | |||
| 28 | protected function nextMessageOption()  | 
            ||
| 32 | |||
| 33 | protected function buildPreviousMessage($text)  | 
            ||
| 37 | |||
| 38 | protected function buildNextMessage($text)  | 
            ||
| 42 | |||
| 43 | /**  | 
            ||
| 44 |      * {@inheritdoc} | 
            ||
| 45 | */  | 
            ||
| 46 | public function getName()  | 
            ||
| 50 | }  | 
            ||
| 51 |