DeprecationHelper
in package
Provides reusable deprecation helper operations.
Table of Contents
Methods
- constructorWillBePrivate() : void
- methodWillBeRemoved() : void
Methods
constructorWillBePrivate()
public
static constructorWillBePrivate(string $className, string $version) : void
Parameters
- $className : string
- $version : string
methodWillBeRemoved()
public
static methodWillBeRemoved(string $className, string $methodName, string $version) : void
Parameters
- $className : string
- $methodName : string
- $version : string