Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcConsoleStatusbarOptions

ConsoleTools::ezcConsoleStatusbarOptions

Class ezcConsoleStatusbarOptions

Struct class to store the options of the ezcConsoleOutput class.

This class stores the options for the ezcConsoleOutput class.

Source for this file: /ConsoleTools/src/options/statusbar.php

ezcBaseOptions
   |
   --ezcConsoleStatusbarOptions
Version:   //autogen//

Properties

string read/write $failureChar
The char shown for a failed status.
string read/write $successChar
The char shown for a succeeded status.

Member Variables

protected mixed $properties = array(
'successChar' => "+",
'failureChar' => "-",
)

Inherited Methods

From ezcBaseOptions
public ezcBaseOptions ezcBaseOptions::__construct()
Construct a new options object.
public void ezcBaseOptions::merge()
Merge an array into the actual options object.
public bool ezcBaseOptions::offsetExists()
Returns if an option exists.
public mixed ezcBaseOptions::offsetGet()
Returns an option value.
public void ezcBaseOptions::offsetSet()
Set an option.
public void ezcBaseOptions::offsetUnset()
Unset an option.
Documentation generated by phpDocumentor 1.4.3