PHP Class Bluz\Tests\Fixtures\Models\Test\Crud

Author: Anton Shevchuk
Inheritance: extends Bluz\Crud\Table
Afficher le fichier Open project: bluzphp/framework Class Usage Examples

Méthodes publiques

Méthode Description
getTable ( ) : Table Return table instance for manipulation
readSet ( integer $offset, integer $limit = 10, array $params = [] ) : array | integer | mixed

Method Details

getTable() public méthode

Return table instance for manipulation
public getTable ( ) : Table
Résultat Table

readSet() public méthode

public readSet ( integer $offset, integer $limit = 10, array $params = [] ) : array | integer | mixed
$offset integer
$limit integer
$params array
Résultat array | integer | mixed