Просмотр файла vendor/_laravel_idea/_ide_helper_model_builders_6c1310e78dd4c5bd4a0f5e097122661a.php

Размер файла: 9.91Kb
<?php //670611f4d913ee69020771a2df2a093c
/** @noinspection all */

namespace LaravelIdea\Helper\Modules\Lottery\Models {

    use Illuminate\Contracts\Database\Query\Expression;
    use Illuminate\Contracts\Support\Arrayable;
    use Illuminate\Pagination\LengthAwarePaginator;
    use Illuminate\Pagination\Paginator;
    use Illuminate\Support\Collection;
    use LaravelIdea\Helper\_BaseBuilder;
    use LaravelIdea\Helper\_BaseCollection;
    use Modules\Lottery\Models\Lottery;
    use Modules\Lottery\Models\LotteryUser;

    /**
     * @method LotteryUser|null getOrPut($key, \Closure $value)
     * @method LotteryUser|$this shift(int $count = 1)
     * @method LotteryUser|null firstOrFail(callable|string $key = null, $operator = null, $value = null)
     * @method LotteryUser|$this pop(int $count = 1)
     * @method LotteryUser|null pull($key, \Closure $default = null)
     * @method LotteryUser|null last(callable|null $callback = null, \Closure $default = null)
     * @method LotteryUser|$this random(callable|int|null $number = null, bool $preserveKeys = false)
     * @method LotteryUser|null sole(callable|string $key = null, $operator = null, $value = null)
     * @method LotteryUser|null get($key, \Closure $default = null)
     * @method LotteryUser|null first(callable|null $callback = null, \Closure $default = null)
     * @method LotteryUser|null firstWhere(callable|string $key, $operator = null, $value = null)
     * @method LotteryUser|null find($key, $default = null)
     * @method LotteryUser[] all()
     */
    class _IH_LotteryUser_C extends _BaseCollection {
        /**
         * @param int $size
         * @param bool $preserveKeys
         * @return LotteryUser[][]|Collection<_IH_LotteryUser_C>
         */
        public function chunk($size, $preserveKeys = true)
        {
            return [];
        }
    }

    /**
     * @method _IH_LotteryUser_QB whereId($value)
     * @method _IH_LotteryUser_QB whereLotteryId($value)
     * @method _IH_LotteryUser_QB whereUserId($value)
     * @method _IH_LotteryUser_QB whereNumber($value)
     * @method _IH_LotteryUser_QB whereCreatedAt($value)
     * @method LotteryUser create(array $attributes = [])
     * @method LotteryUser createOrFirst(array $attributes = [], array $values = [])
     * @method LotteryUser createOrRestore(array $attributes = [], array $values = [])
     * @method LotteryUser createQuietly(array $attributes = [])
     * @method _IH_LotteryUser_C|LotteryUser[] cursor()
     * @method LotteryUser[] eagerLoadRelations(array $models)
     * @method LotteryUser|null|_IH_LotteryUser_C|LotteryUser[] find($id, array|string $columns = ['*'])
     * @method _IH_LotteryUser_C|LotteryUser[] findMany(array|Arrayable $ids, array|string $columns = ['*'])
     * @method LotteryUser|_IH_LotteryUser_C|LotteryUser[] findOr($id, \Closure|string|string[] $columns = ['*'], \Closure|null $callback = null)
     * @method LotteryUser|_IH_LotteryUser_C|LotteryUser[] findOrFail($id, array|string $columns = ['*'])
     * @method LotteryUser|_IH_LotteryUser_C|LotteryUser[] findOrNew($id, array|string $columns = ['*'])
     * @method LotteryUser findSole($id, array|string $columns = ['*'])
     * @method LotteryUser first(array|string $columns = ['*'])
     * @method LotteryUser firstOr(\Closure|string[] $columns = ['*'], \Closure|null $callback = null)
     * @method LotteryUser firstOrCreate(array $attributes = [], array $values = [])
     * @method LotteryUser firstOrFail(array|string $columns = ['*'])
     * @method LotteryUser firstOrNew(array $attributes = [], array $values = [])
     * @method LotteryUser firstWhere(array|\Closure|Expression|string $column, $operator = null, $value = null, string $boolean = 'and')
     * @method LotteryUser forceCreate(array $attributes)
     * @method LotteryUser forceCreateQuietly(array $attributes = [])
     * @method _IH_LotteryUser_C|LotteryUser[] fromQuery(string $query, array $bindings = [])
     * @method _IH_LotteryUser_C|LotteryUser[] get(array|string $columns = ['*'])
     * @method LotteryUser getModel()
     * @method LotteryUser[] getModels(array|string $columns = ['*'])
     * @method _IH_LotteryUser_C|LotteryUser[] hydrate(array $items)
     * @method LotteryUser incrementOrCreate(array $attributes, string $column = 'count', float|int $default = 1, float|int $step = 1, array $extra = [])
     * @method _IH_LotteryUser_C|LotteryUser[] lazy(int $chunkSize = 1000)
     * @method _IH_LotteryUser_C|LotteryUser[] lazyById(int $chunkSize = 1000, null|string $column = null, null|string $alias = null)
     * @method _IH_LotteryUser_C|LotteryUser[] lazyByIdDesc(int $chunkSize = 1000, null|string $column = null, null|string $alias = null)
     * @method LotteryUser make(array $attributes = [])
     * @method LotteryUser newModelInstance(array $attributes = [])
     * @method LengthAwarePaginator|LotteryUser[]|_IH_LotteryUser_C paginate(\Closure|int|null $perPage = null, array|string $columns = ['*'], string $pageName = 'page', int|null $page = null, \Closure|int|null $total = null)
     * @method LotteryUser restoreOrCreate(array $attributes = [], array $values = [])
     * @method Paginator|LotteryUser[]|_IH_LotteryUser_C simplePaginate(int|null $perPage = null, array|string $columns = ['*'], string $pageName = 'page', int|null $page = null)
     * @method LotteryUser sole(array|string $columns = ['*'])
     * @method LotteryUser updateOrCreate(array $attributes, array $values = [])
     */
    class _IH_LotteryUser_QB extends _BaseBuilder {}

    /**
     * @method Lottery|null getOrPut($key, \Closure $value)
     * @method Lottery|$this shift(int $count = 1)
     * @method Lottery|null firstOrFail(callable|string $key = null, $operator = null, $value = null)
     * @method Lottery|$this pop(int $count = 1)
     * @method Lottery|null pull($key, \Closure $default = null)
     * @method Lottery|null last(callable|null $callback = null, \Closure $default = null)
     * @method Lottery|$this random(callable|int|null $number = null, bool $preserveKeys = false)
     * @method Lottery|null sole(callable|string $key = null, $operator = null, $value = null)
     * @method Lottery|null get($key, \Closure $default = null)
     * @method Lottery|null first(callable|null $callback = null, \Closure $default = null)
     * @method Lottery|null firstWhere(callable|string $key, $operator = null, $value = null)
     * @method Lottery|null find($key, $default = null)
     * @method Lottery[] all()
     */
    class _IH_Lottery_C extends _BaseCollection {
        /**
         * @param int $size
         * @param bool $preserveKeys
         * @return Lottery[][]|Collection<_IH_Lottery_C>
         */
        public function chunk($size, $preserveKeys = true)
        {
            return [];
        }
    }

    /**
     * @method _IH_Lottery_QB whereId($value)
     * @method _IH_Lottery_QB whereAmount($value)
     * @method _IH_Lottery_QB whereNumber($value)
     * @method Lottery create(array $attributes = [])
     * @method Lottery createOrFirst(array $attributes = [], array $values = [])
     * @method Lottery createOrRestore(array $attributes = [], array $values = [])
     * @method Lottery createQuietly(array $attributes = [])
     * @method _IH_Lottery_C|Lottery[] cursor()
     * @method Lottery[] eagerLoadRelations(array $models)
     * @method Lottery|null|_IH_Lottery_C|Lottery[] find($id, array|string $columns = ['*'])
     * @method _IH_Lottery_C|Lottery[] findMany(array|Arrayable $ids, array|string $columns = ['*'])
     * @method Lottery|_IH_Lottery_C|Lottery[] findOr($id, \Closure|string|string[] $columns = ['*'], \Closure|null $callback = null)
     * @method Lottery|_IH_Lottery_C|Lottery[] findOrFail($id, array|string $columns = ['*'])
     * @method Lottery|_IH_Lottery_C|Lottery[] findOrNew($id, array|string $columns = ['*'])
     * @method Lottery findSole($id, array|string $columns = ['*'])
     * @method Lottery first(array|string $columns = ['*'])
     * @method Lottery firstOr(\Closure|string[] $columns = ['*'], \Closure|null $callback = null)
     * @method Lottery firstOrCreate(array $attributes = [], array $values = [])
     * @method Lottery firstOrFail(array|string $columns = ['*'])
     * @method Lottery firstOrNew(array $attributes = [], array $values = [])
     * @method Lottery firstWhere(array|\Closure|Expression|string $column, $operator = null, $value = null, string $boolean = 'and')
     * @method Lottery forceCreate(array $attributes)
     * @method Lottery forceCreateQuietly(array $attributes = [])
     * @method _IH_Lottery_C|Lottery[] fromQuery(string $query, array $bindings = [])
     * @method _IH_Lottery_C|Lottery[] get(array|string $columns = ['*'])
     * @method Lottery getModel()
     * @method Lottery[] getModels(array|string $columns = ['*'])
     * @method _IH_Lottery_C|Lottery[] hydrate(array $items)
     * @method Lottery incrementOrCreate(array $attributes, string $column = 'count', float|int $default = 1, float|int $step = 1, array $extra = [])
     * @method _IH_Lottery_C|Lottery[] lazy(int $chunkSize = 1000)
     * @method _IH_Lottery_C|Lottery[] lazyById(int $chunkSize = 1000, null|string $column = null, null|string $alias = null)
     * @method _IH_Lottery_C|Lottery[] lazyByIdDesc(int $chunkSize = 1000, null|string $column = null, null|string $alias = null)
     * @method Lottery make(array $attributes = [])
     * @method Lottery newModelInstance(array $attributes = [])
     * @method LengthAwarePaginator|Lottery[]|_IH_Lottery_C paginate(\Closure|int|null $perPage = null, array|string $columns = ['*'], string $pageName = 'page', int|null $page = null, \Closure|int|null $total = null)
     * @method Lottery restoreOrCreate(array $attributes = [], array $values = [])
     * @method Paginator|Lottery[]|_IH_Lottery_C simplePaginate(int|null $perPage = null, array|string $columns = ['*'], string $pageName = 'page', int|null $page = null)
     * @method Lottery sole(array|string $columns = ['*'])
     * @method Lottery updateOrCreate(array $attributes, array $values = [])
     */
    class _IH_Lottery_QB extends _BaseBuilder {}
}