AliasConfigurator
in package
Table of Contents
- $alias : mixed
- __construct() : mixed
- deprecate() : $this
- Whether this alias is deprecated, that means it should not be called anymore.
Properties
$alias
private
mixed
$alias
Methods
__construct()
public
__construct(Alias $alias) : mixed
Parameters
- $alias : Alias
Return values
mixed —deprecate()
Whether this alias is deprecated, that means it should not be called anymore.
public
deprecate(string $package, string $version, string $message) : $this
Parameters
- $package : string
-
The name of the composer package that is triggering the deprecation
- $version : string
-
The version of the package that introduced the deprecation
- $message : string
-
The deprecation message to use