Documentation

PropertyMapInterface

Property map interface

Table of Contents

Methods

getMap()  : array<string|int, mixed>
Return the property map
setMap()  : self
Set the property 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