| 1 | <?php |
||
| 19 | class TwitterBootstrapTranslatedView extends TranslatedView |
||
| 20 | { |
||
| 21 | protected function previousMessageOption() |
||
| 25 | |||
| 26 | protected function nextMessageOption() |
||
| 30 | |||
| 31 | protected function buildPreviousMessage($text) |
||
| 35 | |||
| 36 | protected function buildNextMessage($text) |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | public function getName() |
||
| 48 | } |