PHP Class Ublaboo\DataGrid\AggregationFunction\FunctionSum

Inheritance: implements Ublaboo\DataGrid\AggregationFunction\IAggregationFunction
Afficher le fichier Open project: ublaboo/datagrid

Protected Properties

Свойство Type Description
$column string
$result integer

Méthodes publiques

Méthode Description
__construct ( string $column )
getFilterDataType ( ) : boolean
processDataSource ( mixed $data_source ) : void
renderResult ( ) : integer

Method Details

__construct() public méthode

public __construct ( string $column )
$column string

getFilterDataType() public méthode

public getFilterDataType ( ) : boolean
Résultat boolean

processDataSource() public méthode

public processDataSource ( mixed $data_source ) : void
$data_source mixed
Résultat void

renderResult() public méthode

public renderResult ( ) : integer
Résultat integer

Property Details

$column protected_oe property

protected string $column
Résultat string

$result protected_oe property

protected int $result
Résultat integer