Deprecated
in package
Table of Contents
Constants
- CACHE_KEY_PREFIX = 'deprecated-logger-'
- CACHE_LIFETIME = 60 * 60 * 24
Methods
- once() : void
- 一度だけ非推奨ログを出力する
- isDevelopmentMode() : bool
- 開発モードか判定
Constants
CACHE_KEY_PREFIX
private
mixed
CACHE_KEY_PREFIX
= 'deprecated-logger-'
CACHE_LIFETIME
private
mixed
CACHE_LIFETIME
= 60 * 60 * 24
Methods
once()
一度だけ非推奨ログを出力する
public
static once(string $feature[, array{since?: string, version?: string, alternative?: string, link?: string, hint?: string} $options = [] ][, array<string|int, mixed> $context = [] ]) : void
Parameters
- $feature : string
- $options : array{since?: string, version?: string, alternative?: string, link?: string, hint?: string} = []
- $context : array<string|int, mixed> = []
isDevelopmentMode()
開発モードか判定
private
static isDevelopmentMode() : bool