AnnotationsConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $cache : mixed
- $debug : mixed
- $enabled : mixed
- $fileCacheDir : mixed
Methods
- __construct() : mixed
- cache() : $this
- debug() : $this
- enabled() : $this
- fileCacheDir() : $this
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$cache
private
mixed
$cache
$debug
private
mixed
$debug
$enabled
private
mixed
$enabled
$fileCacheDir
private
mixed
$fileCacheDir
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
cache()
public
cache(ParamConfigurator|"none"|"php_array"|"file" $value) : $this
Parameters
- $value : ParamConfigurator|"none"|"php_array"|"file"
Tags
Return values
$thisdebug()
public
debug(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thisenabled()
public
enabled(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thisfileCacheDir()
public
fileCacheDir(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>