EntityConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $class : mixed
- $managerName : mixed
- $property : mixed
Methods
- __construct() : mixed
- class() : $this
- The full entity class name of your user class.
- managerName() : $this
- property() : $this
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$class
private
mixed
$class
$managerName
private
mixed
$managerName
$property
private
mixed
$property
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
class()
The full entity class name of your user class.
public
class(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thismanagerName()
public
managerName(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisproperty()
public
property(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>