.. Console/Prompt/Line.php generated using docpx on 01/30/13 03:26pm Class ***** Zend\\Console\\Prompt\\Line =========================== Methods ------- __construct +++++++++++ .. function:: __construct() Ask the user for an answer (a line of text) :param string: The prompt text to display in console :param bool: Is empty response allowed? :param int: Maximum response length show ++++ .. function:: show() Show the prompt to user and return the answer. :rtype: mixed setAllowEmpty +++++++++++++ .. function:: setAllowEmpty() @param bool $allowEmpty getAllowEmpty +++++++++++++ .. function:: getAllowEmpty() @return bool setMaxLength ++++++++++++ .. function:: setMaxLength() @param int $maxLength getMaxLength ++++++++++++ .. function:: getMaxLength() @return int setPromptText +++++++++++++ .. function:: setPromptText() @param string $promptText getPromptText +++++++++++++ .. function:: getPromptText() @return string