Bluz\Crud\AbstractCrud::readSet PHP Method

readSet() public method

Get collection of items
public readSet ( integer $offset, integer $limit = self::DEFAULT_LIMIT, array $params = [], null &$total = null ) : mixed
$offset integer
$limit integer
$params array
$total null
return mixed
    public function readSet($offset = 0, $limit = self::DEFAULT_LIMIT, $params = [], &$total = null)
    {
        throw new NotImplementedException();
    }