PHP 클래스 ezcWorkflowInvalidInputException, Workflow

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

보호된 프로퍼티들

프로퍼티 타입 설명
$properties array(string=>mixed) Container to hold the properties

공개 메소드들

메소드 설명
__construct ( array $message ) Constructor.
__get ( string $propertyName ) : mixed Property read access.
__isset ( string $propertyName ) : boolean Property isset access.
__set ( string $propertyName, mixed $val ) Property write access.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $message )
$message array

__get() 공개 메소드

Property read access.
public __get ( string $propertyName ) : mixed
$propertyName string Name of the property.
리턴 mixed Value of the property or null.

__isset() 공개 메소드

Property isset access.
public __isset ( string $propertyName ) : boolean
$propertyName string Name of the property.
리턴 boolean True is the property is set, otherwise false.

__set() 공개 메소드

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

프로퍼티 상세

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

Container to hold the properties
protected array(string=>mixed) $properties
리턴 array(string=>mixed)