Documentation

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

getMap()  : array<string|int, mixed>
Return the property map
setMap()  : self
Set the property map

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

Return values
self

        
On this page

Search results