PHP 클래스 Mgallegos\LaravelJqgrid\Encoders\JqGridJsonEncoder

상속: implements Mgallegos\LaravelJqgrid\Encoders\RequestedDataInterface
파일 보기 프로젝트 열기: mgallegos/laravel-jqgrid

보호된 프로퍼티들

프로퍼티 타입 설명
$Excel Maatwebsite\Excel\Excel Maatwebsite\Excel\Excel

공개 메소드들

메소드 설명
__construct ( Maatwebsite\Excel\Excel $Excel ) Construct Excel
encodeRequestedData ( Mgallegos\LaravelJqgrid\Repositories\RepositoryInterface $Repository, array $postedData ) : string Echo in a jqGrid compatible format the data requested by a grid.

보호된 메소드들

메소드 설명
numToLetter ( $num, $uppercase = FALSE ) : string Takes a number and converts it to a-z,aa-zz,aaa-zzz, etc with uppercase option

메소드 상세

__construct() 공개 메소드

Construct Excel
public __construct ( Maatwebsite\Excel\Excel $Excel )
$Excel Maatwebsite\Excel\Excel

encodeRequestedData() 공개 메소드

Echo in a jqGrid compatible format the data requested by a grid.
public encodeRequestedData ( Mgallegos\LaravelJqgrid\Repositories\RepositoryInterface $Repository, array $postedData ) : string
$Repository Mgallegos\LaravelJqgrid\Repositories\RepositoryInterface
$postedData array All jqGrid posted data
리턴 string String of a jqGrid compatible data format: xml, json, jsonp, array, xmlstring, jsonstring.

numToLetter() 보호된 메소드

Takes a number and converts it to a-z,aa-zz,aaa-zzz, etc with uppercase option
protected numToLetter ( $num, $uppercase = FALSE ) : string
리턴 string letters from number input

프로퍼티 상세

$Excel 보호되어 있는 프로퍼티

Maatwebsite\Excel\Excel
protected Excel,Maatwebsite\Excel $Excel
리턴 Maatwebsite\Excel\Excel