SwatObject
└─SwatCellRendererMapping
public class SwatCellRendererMapping
extends SwatObject
| Field Summary | |
|---|---|
| mixed | The array key if the property is an indexed array. |
| string | The name of the data field. |
| boolean | Whether the property is an array. |
| string | The name of the property. |
| Constructor Summary | |
|---|---|
SwatCellRendererMapping(string property, string field) Create a new mapping object. |
|
public mixed $array_key = null
The array key if the property is an indexed array.
public string $field
The name of the data field.
public boolean $is_array = false
Whether the property is an array.
public string $property
The name of the property.
public SwatCellRendererMapping(string property, string field)
Create a new mapping object
property - the name of the property.field - the name of the field.
A mapping of a data field to property of a cell renderer.