@@ -173,6 +173,9 @@ |
||
173 | 173 | |
174 | 174 | } |
175 | 175 | |
176 | + /** |
|
177 | + * @param string $string |
|
178 | + */ |
|
176 | 179 | private function _inputYesNo($string) { |
177 | 180 | |
178 | 181 | return strtolower($this->in($string, ['y', 'n'])) === 'y'; |