AbstractPropertyMap
in package
implements
PropertyMapInterface
AbstractYes
Abstract AbstractPropertyMap
Table of Contents
Interfaces
- PropertyMapInterface
- Property map interface
Properties
- $map : array<string|int, mixed>
- Assoc array of properties camelCase properties => Lower case underscore array keys
Methods
Properties
$map
Assoc array of properties camelCase properties => Lower case underscore array keys
protected
array<string|int, mixed>
$map
Methods
getMap()
Return the property map
public
getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>setMap()
Set the property map
public
setMap(array<string|int, mixed> $map) : self
Parameters
- $map : array<string|int, mixed>
-
Assoc array of property data