ASince
in package
AbstractYes
Abstract base attribute to declare an API's stability.
Tags
Attributes
- #[Consumable]
- $since: '32.0.0'
Table of Contents
Properties
- $since : string
Methods
- __construct() : mixed
- getSince() : string
Properties
$since
protected
string
$since
Methods
__construct()
public
__construct(string $since) : mixed
Parameters
- $since : string
-
For shipped apps and server code such as core/ and lib/, this should be the server version. For other apps it should be the semantic app version.
getSince()
public
getSince() : string