1476. Function

1476.1. Zend\Console\Prompt\show

ZendConsolePromptshow()

Show the prompt to user and return the answer.

Return type:mixed

1477. Function

1477.1. Zend\Console\Prompt\getLastResponse

ZendConsolePromptgetLastResponse()

Return last answer to this prompt.

Return type:mixed

1478. Function

1478.1. Zend\Console\Prompt\getConsole

ZendConsolePromptgetConsole()

Return console adapter to use when showing prompt.

Return type:ConsoleAdapter

1479. Function

1479.1. Zend\Console\Prompt\setConsole

ZendConsolePromptsetConsole()

Set console adapter to use when showing prompt.

Parameters:ConsoleAdapter