PHP Класс Phalcon\Error\Error

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$attributes array

Открытые методы

Метод Описание
__call ( string $method, array $args ) : mixed Magic method to retrieve the attributes.
__construct ( array $options = [] ) Class constructor sets the attributes.

Описание методов

__call() публичный метод

Magic method to retrieve the attributes.
public __call ( string $method, array $args ) : mixed
$method string
$args array
Результат mixed

__construct() публичный метод

Class constructor sets the attributes.
public __construct ( array $options = [] )
$options array

Описание свойств

$attributes защищенное свойство

protected array $attributes
Результат array