Method | Description | |
---|---|---|
__construct ( mixed $name, mixed $value ) | Construct a new invalid definition exception. | |
name ( ) : mixed | Get the name. | |
value ( ) : mixed | Get the value. |
public __construct ( mixed $name, mixed $value ) | ||
$name | mixed | The name. |
$value | mixed | The value. |