UniqueConstraint
in package
implements
MappingAttribute
FinalYes
Tags
Table of Contents
Interfaces
- MappingAttribute
- A marker interface for mapping attributes.
Properties
- $columns : array<string|int, string>|null
- $fields : array<string|int, string>|null
- $name : string|null
- $options : array<string, mixed>|null
Methods
- __construct() : mixed
Properties
$columns
public
array<string|int, string>|null
$columns
Tags
$fields
public
array<string|int, string>|null
$fields
Tags
$name
public
string|null
$name
Tags
$options
public
array<string, mixed>|null
$options
Tags
Methods
__construct()
public
__construct([string|null $name = null ][, array<string|int, string>|null $columns = null ][, array<string|int, string>|null $fields = null ][, array<string, mixed>|null $options = null ]) : mixed
Parameters
- $name : string|null = null
- $columns : array<string|int, string>|null = null
- $fields : array<string|int, string>|null = null
- $options : array<string, mixed>|null = null