Overview

Namespaces

  • None
  • Yajra
    • Datatables
      • Contracts
      • Engines
      • Facades
      • Generators
      • Html
      • Processors
      • Services
      • Transformers

Classes

  • DataTransformer
  • Overview
  • Namespace
  • Class

Class DataTransformer

Class DataTransformer.

Namespace: Yajra\Datatables\Transformers
Package: Yajra\Datatables\Transformers
Author: Arjay Angeles aqangeles@gmail.com
Located at Transformers/DataTransformer.php
Methods summary
public array
# transform( array $row, mixed $columns, string $type = 'printable' )

Transform row data by columns definition.

Transform row data by columns definition.

Parameters

$row
$columns
$type

Returns

array
protected array
# buildColumnByCollection( array $row, Illuminate\Support\Collection $columns, string $type = 'printable' )

Transform row column by collection.

Transform row column by collection.

Parameters

$row
$columns
$type

Returns

array
protected string
# decodeContent( string $data )

Decode content to a readable text value.

Decode content to a readable text value.

Parameters

$data

Returns

string
API documentation generated by ApiGen