php8.5
Home/ Manual/ attributes / deprecated/ Deprecated::__construct

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

message

The value of the message property.

since

The value of the since property.

Source: language/predefined/attributes/deprecated/construct.xml · from the official PHP manual (php/doc-en)