Final Class Yiisoft\FormModel\Exception\StaticObjectPropertyException
| Inheritance | Yiisoft\ |
|---|
Thrown when the object property is static.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
Method Details
| public mixed __construct ( string $property ) | ||
| $property | string |
Name of the property. |
public function __construct(string $property)
{
parent::__construct('Object property is static: "' . $property . '".');
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.