PHP Class Bluz\Grid\Source\SqlSource

Author: Anton Shevchuk
Inheritance: extends Bluz\Grid\Source\AbstractSource
Afficher le fichier Open project: bluzphp/framework Class Usage Examples

Protected Properties

Свойство Type Description
$source SQL

Méthodes publiques

Méthode Description
process ( array $settings = [] ) : Bluz\Grid\Data Process
setSource ( string $source ) : self Set SQL source

Method Details

process() public méthode

Process
public process ( array $settings = [] ) : Bluz\Grid\Data
$settings array
Résultat Bluz\Grid\Data

setSource() public méthode

Set SQL source
public setSource ( string $source ) : self
$source string
Résultat self

Property Details

$source protected_oe property

SQL
protected $source