CloneableInstantiable
- Implements
Stringable
Methods |
public __construct(string $id, bool $public = false) |
public __toString() : string |
public getDeprecation(string $id) : array
|
public isDeprecated() : bool |
public isPrivate() : bool Whether this alias is private. |
public isPublic() : bool Checks if this DI Alias should be public or not. |
public setDeprecated(string $package, string $version, string $message) : static Whether this alias is deprecated, that means it should not be referenced anymore.
|
public setPublic(bool $boolean) : static Sets if this Alias is public.
|
Constants |
private Symfony |
Properties |
private array $deprecation = [] |
private string $id |
private bool $public |