ConsoleTools: ezcConsoleProgressMonitorOptions
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcConsoleProgressMonitorOptions
|
Struct class to store the options of the ezcConsoleOutput class. [
source]
Parents
ezcBaseOptions
|
--ezcConsoleProgressMonitorOptions
Properties
|
string |
read/write
|
$formatString
The format string to describe the complete progress monitor. |
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public void |
__construct(
[$options = array()] )
Construct a new options object. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
void __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 a the value for the property options is not an instance of |
ezcBaseValueException |
If a the value for a property is out of range. |
Redefinition of
Last updated: Thu, 01 Nov 2007