PHP Class ezcWorkflowVisitorVisualizationOptions, Workflow

Inheritance: extends ezcBaseOptions
Show file Open project: zetacomponents/workflow

Protected Properties

Property Type Description
$properties array(string=>mixed) Properties.

Public Methods

Method Description
__set ( string $propertyName, mixed $propertyValue ) Property write access.

Method Details

__set() public method

Property write access.
public __set ( string $propertyName, mixed $propertyValue )
$propertyName string Name of the property.
$propertyValue mixed The value for the property.

Property Details

$properties protected property

Properties.
protected array(string=>mixed) $properties
return array(string=>mixed)