MappingConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $alias : mixed
- $dir : mixed
- $isBundle : mixed
- $mapping : mixed
- $prefix : mixed
- $type : mixed
Methods
- __construct() : mixed
- alias() : $this
- dir() : $this
- isBundle() : $this
- mapping() : $this
- prefix() : $this
- toArray() : array<string|int, mixed>
- type() : $this
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$alias
private
mixed
$alias
$dir
private
mixed
$dir
$isBundle
private
mixed
$isBundle
$mapping
private
mixed
$mapping
$prefix
private
mixed
$prefix
$type
private
mixed
$type
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
alias()
public
alias(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisdir()
public
dir(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisisBundle()
public
isBundle(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thismapping()
public
mapping(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisprefix()
public
prefix(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>type()
public
type(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed