Deprecated::__construct
PHP function
Edit on GitHub ✎
(PHP 8 >= 8.4.0)
Construct a new Deprecated attribute instance
Description
Deprecated::__construct(string|null $message = null, string|null $since = null)
Constructs a new Deprecated instance.
Parameters
messageThe value of the
messageproperty.sinceThe value of the
sinceproperty.