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

Размер файла: 2.58Kb
<?php //f2893b4d384afa8ef5dc523ed643554e
/** @noinspection all */

namespace Modules\Gift\Models {

    use App\Models\User;
    use Illuminate\Database\Eloquent\Model;
    use Illuminate\Database\Eloquent\Relations\BelongsTo;
    use LaravelIdea\Helper\App\Models\_IH_User_QB;
    use LaravelIdea\Helper\Modules\Gift\Models\_IH_GiftsUser_C;
    use LaravelIdea\Helper\Modules\Gift\Models\_IH_GiftsUser_QB;
    use LaravelIdea\Helper\Modules\Gift\Models\_IH_Gift_C;
    use LaravelIdea\Helper\Modules\Gift\Models\_IH_Gift_QB;
    
    /**
     * @property int $id
     * @property string|null $name
     * @property string $path
     * @property int $price
     * @property int $created_at
     * @property User $user
     * @method BelongsTo|_IH_User_QB user()
     * @method static _IH_Gift_QB onWriteConnection()
     * @method _IH_Gift_QB newQuery()
     * @method static _IH_Gift_QB on(null|string $connection = null)
     * @method static _IH_Gift_QB query()
     * @method static _IH_Gift_QB with(array|string $relations)
     * @method _IH_Gift_QB newModelQuery()
     * @method false|int increment(string $column, float|int $amount = 1, array $extra = [])
     * @method false|int decrement(string $column, float|int $amount = 1, array $extra = [])
     * @method static _IH_Gift_C|Gift[] all()
     * @foreignLinks id,\Modules\Gift\Models\GiftsUser,gift_id
     * @mixin _IH_Gift_QB
     */
    class Gift extends Model {}
    
    /**
     * @property int $id
     * @property int $gift_id
     * @property int $user_id
     * @property int|null $send_user_id
     * @property string|null $text
     * @property int $created_at
     * @property int $deleted_at
     * @property Gift $gift
     * @method BelongsTo|_IH_Gift_QB gift()
     * @property User|null $sendUser
     * @method BelongsTo|_IH_User_QB sendUser()
     * @property User $user
     * @method BelongsTo|_IH_User_QB user()
     * @method static _IH_GiftsUser_QB onWriteConnection()
     * @method _IH_GiftsUser_QB newQuery()
     * @method static _IH_GiftsUser_QB on(null|string $connection = null)
     * @method static _IH_GiftsUser_QB query()
     * @method static _IH_GiftsUser_QB with(array|string $relations)
     * @method _IH_GiftsUser_QB newModelQuery()
     * @method false|int increment(string $column, float|int $amount = 1, array $extra = [])
     * @method false|int decrement(string $column, float|int $amount = 1, array $extra = [])
     * @method static _IH_GiftsUser_C|GiftsUser[] all()
     * @ownLinks gift_id,\Modules\Gift\Models\Gift,id|user_id,\App\Models\User,id
     * @mixin _IH_GiftsUser_QB
     */
    class GiftsUser extends Model {}
}