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

Deprecated::__construct

(PHP 8 >= 8.4.0)

Deprecated::__constructErstellt eine neue Instanz des Attributs Deprecated

Beschreibung

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

Erstellt eine neue Instanz von Deprecated.

Parameter-Liste

message

Der Wert der Eigenschaft message.

since

Der Wert der Eigenschaft since property.

To Top