ConsoleTools: ezcConsoleQuestionDialogOptions
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcConsoleQuestionDialogOptions
|
Basic options class for ezcConsoleDialog implementations. [
source]
Parents
ezcBaseOptions
|
--ezcConsoleDialogOptions
|
--ezcConsoleQuestionDialogOptions
Properties
Inherited Member Variables
From
ezcConsoleDialogOptions:
Method Summary
|
public ezcConsoleQuestionDialogOptions |
__construct(
[$options = array()] )
Construct a new options object. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcConsoleQuestionDialogOptions __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, 17 Dec 2007