@@ -32,6 +32,9 @@ discard block |
||
| 32 | 32 | |
| 33 | 33 | //end getDatabaseName() |
| 34 | 34 | |
| 35 | + /** |
|
| 36 | + * @param string $title |
|
| 37 | + */ |
|
| 35 | 38 | protected function blockMessage($title, $message, $style = 'info') |
| 36 | 39 | { |
| 37 | 40 | // Symfony style block messages |
@@ -46,6 +49,9 @@ discard block |
||
| 46 | 49 | |
| 47 | 50 | //end blockMessage() |
| 48 | 51 | |
| 52 | + /** |
|
| 53 | + * @param string $message |
|
| 54 | + */ |
|
| 49 | 55 | protected function sectionMessage($title, $message) |
| 50 | 56 | { |
| 51 | 57 | $formatter = $this->getHelperSet()->get('formatter'); |
@@ -86,6 +92,9 @@ discard block |
||
| 86 | 92 | |
| 87 | 93 | //end getOptions() |
| 88 | 94 | |
| 95 | + /** |
|
| 96 | + * @param string $action |
|
| 97 | + */ |
|
| 89 | 98 | protected function fireAction($action, $database) |
| 90 | 99 | { |
| 91 | 100 | // Grab the options |