Marks a class, method, property, or configuration setting as deprecated.
Provides information about the deprecation and suggested alternatives.
CloneableInstantiable
- Attributes
Attribute ( 29)
| Properties |
| public readonly ?string $alternative |
| public readonly string $reason |
| public readonly ?string $removeIn |
| public readonly ?string $since |
| Methods |
| public __construct(string $reason, ?string $alternative = NULL, ?string $since = NULL, ?string $removeIn = NULL) |