mini\Database\Attributes\Index::__construct()
Method
public
constructor
Signature
public function __construct(?array $columns = NULL, ?string $name = NULL, bool $unique = false, array|bool $descending = false)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$columns |
?array |
NULL
|
Documentation missing |
$name |
?string |
NULL
|
Documentation missing |
$unique |
bool |
false
|
Documentation missing |
$descending |
array|bool |
false
|
Documentation missing |
Documentation
Documentation missing - No docblock found for this method.