PHP 클래스 ezcWorkflowExecutionVisualizerPluginOptions, Workflow

상속: extends ezcBaseOptions
파일 보기 프로젝트 열기: zetacomponents/workflow

보호된 프로퍼티들

프로퍼티 타입 설명
$properties array(string=>mixed) Properties.

공개 메소드들

메소드 설명
__set ( string $propertyName, mixed $propertyValue ) Property write access.

메소드 상세

__set() 공개 메소드

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

프로퍼티 상세

$properties 보호되어 있는 프로퍼티

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