PHP Класс ezcWorkflowInvalidInputException, Workflow

Наследование: extends ezcWorkflowExecutionException
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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)