ConsoleTools: ezcConsoleMenuDialogOptions
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcConsoleMenuDialogOptions
|
Basic options class for ezcConsoleDialog implementations. [
source]
Parents
ezcBaseOptions
|
--ezcConsoleDialogOptions
|
--ezcConsoleMenuDialogOptions
Properties
|
string |
read/write
|
$format
The output format for the dialog. |
|
string |
read/write
|
$formatString
The format string for each menu element. |
|
string |
read/write
|
$selectText
The test to display after the menu to indicate the user that he should select an item. |
|
string |
read/write
|
$text
The text to display before the menu. |
|
ezcConsoleMenuDialogValidator |
read/write
|
$validator
The validator to use with this menu. |
Inherited Member Variables
From
ezcConsoleDialogOptions:
Method Summary
|
public ezcConsoleMenuDialogOptions |
__construct(
[$options = array()] )
Construct a new options object. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcConsoleMenuDialogOptions __construct(
[
$options = array()] )
Construct a new options object.
Options are constructed from an option array by default. The constructor automatically passes the given options to the __set() method to set them in the class.
Parameters
| Name |
Type |
Description |
$options |
array(string=>mixed) |
The initial options to set. |
Throws
| Class | Description |
ezcBasePropertyNotFoundException |
If trying to access a non existent property. |
ezcBaseValueException |
If the value for a property is out of range. |
Redefinition of
Last updated: Mon, 10 Nov 2008