Path

ez components / documentation / api reference / 1.1 / consoletools


eZ Components 1.1

ConsoleTools: ezcConsoleStatusbarOptions

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcConsoleStatusbarOptions

Struct class to store the options of the ezcConsoleOutput class. [source]
This class stores the options for the ezcConsoleOutput class.

Parents

ezcBaseOptions
   |
   --ezcConsoleStatusbarOptions

Member Variables

protected string $failureChar = "-"
The char shown for a failed status.
protected string $successChar = "+"
The char shown for a succeded status.

Method Summary

public void __set( $key, $value )
Option write access.

Inherited Methods

From ezcBaseOptions :
public void 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.
public mixed ezcBaseOptions::__get()
Property get access.
public abstract void ezcBaseOptions::__set()

Methods

__set

void __set( string $key, mixed $value )
Option write access.

Parameters

Name Type Description
$key string Name of the property.
$value mixed The value for the property.

Throws

ClassDescription
ezcBasePropertyNotFoundException If a desired property could not be found.
ezcBaseSettingValueException If a desired property value is out of range.

Redefinition of

Method Description
ezcBaseOptions::__set()  

Last updated: Wed, 28 Nov 2007