PHP Класс ActiveRecord\UndefinedPropertyException

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

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

Метод Описание
__construct ( $class_name, str $property_name ) : void Sets the exception message to show the undefined property's name.

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

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

Sets the exception message to show the undefined property's name.
public __construct ( $class_name, str $property_name ) : void
$property_name str name of undefined property
Результат void