Since: 8.4

final class Deprecated (View source)

Properties

string|null $message
string|null $since

Methods

__construct(string|null $message = null, string|null $since = null)

Construct a new Deprecated attribute instance

Details

__construct(string|null $message = null, string|null $since = null)

Construct a new Deprecated attribute instance

Constructs a new Deprecated instance.

Parameters

string|null $message

The value of the message property.

string|null $since

The value of the since property.