PHP Class ActiveRecord\UndefinedPropertyException

Inheritance: extends ModelException
Afficher le fichier Open project: jpfuentes2/php-activerecord

Méthodes publiques

Méthode Description
__construct ( $class_name, str $property_name ) : void Sets the exception message to show the undefined property's name.

Method Details

__construct() public méthode

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
Résultat void