Deprecated::__construct

(PHP 8 >= 8.4.0)

Deprecated::__constructConstruct a new Deprecated attribute instance

Description

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

Constructs a new Deprecated instance.

Parameters

message

The value of the message property.

since

The value of the since property.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top