PHP 클래스 Ublaboo\DataGrid\AggregationFunction\FunctionSum

상속: implements Ublaboo\DataGrid\AggregationFunction\IAggregationFunction
파일 보기 프로젝트 열기: ublaboo/datagrid

보호된 프로퍼티들

프로퍼티 타입 설명
$column string
$result integer

공개 메소드들

메소드 설명
__construct ( string $column )
getFilterDataType ( ) : boolean
processDataSource ( mixed $data_source ) : void
renderResult ( ) : integer

메소드 상세

__construct() 공개 메소드

public __construct ( string $column )
$column string

getFilterDataType() 공개 메소드

public getFilterDataType ( ) : boolean
리턴 boolean

processDataSource() 공개 메소드

public processDataSource ( mixed $data_source ) : void
$data_source mixed
리턴 void

renderResult() 공개 메소드

public renderResult ( ) : integer
리턴 integer

프로퍼티 상세

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

protected string $column
리턴 string

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

protected int $result
리턴 integer