0 follower

Final Class Yiisoft\FormModel\Exception\StaticObjectPropertyException

InheritanceYiisoft\FormModel\Exception\StaticObjectPropertyException » Yiisoft\FormModel\Exception\ValueNotFoundException » InvalidArgumentException

Thrown when the object property is static.

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( string $property )
$property string

Name of the property.

                public function __construct(string $property)
{
    parent::__construct('Object property is static: "' . $property . '".');
}