Prado\Web\UI\WebControls\TDataGridColumn::getDataFieldValue PHP Method

getDataFieldValue() protected method

If the data is an array, the field is used as an array key. If the data is an of {@link TMap}, {@link TList} or their derived class, the field is used as a key value. If the data is a component, the field is used as the name of a property.
protected getDataFieldValue ( $data, $field ) : mixed
return mixed data value at the specified field
    protected function getDataFieldValue($data, $field)
    {
        return TDataFieldAccessor::getDataFieldValue($data, $field);
    }