PHP 8.3.31
Preview: IndexHint.php Size: 511 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Database/Query/IndexHint.php

<?php

namespace Illuminate\Database\Query;

class IndexHint
{
    /**
     * The type of query hint.
     *
     * @var string
     */
    public $type;

    /**
     * The name of the index.
     *
     * @var string
     */
    public $index;

    /**
     * Create a new index hint instance.
     *
     * @param  string  $type
     * @param  string  $index
     * @return void
     */
    public function __construct($type, $index)
    {
        $this->type = $type;
        $this->index = $index;
    }
}

Directory Contents

Dirs: 2 × Files: 5

Name Size Perms Modified Actions
Grammars DIR
- drwxrwxrwx 2025-09-17 06:53:01
Edit Download
- drwxrwxrwx 2025-09-17 06:53:01
Edit Download
127.21 KB lrw-rw-rw- 2025-09-17 06:53:01
Edit Download
667 B lrw-rw-rw- 2025-09-17 06:53:01
Edit Download
511 B lrw-rw-rw- 2025-09-17 06:53:01
Edit Download
3.74 KB lrw-rw-rw- 2025-09-17 06:53:01
Edit Download
99 B lrw-rw-rw- 2025-09-17 06:53:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).