Deprecated::__construct
PHP Manual
PHP Manual»Deprecated»Deprecated::__construct

Deprecated::__construct

(PHP 8 >= 8.4.0)

Deprecated::__constructConstruct a new Deprecated attribute instance

Опис

public function Deprecated::__construct(?string $message = null, ?string $since = null)

Constructs a new Deprecated instance.

Параметри

message

The value of the message property.

since

The value of the since property.

To Top