Documentation

UniqueConstraint
in package
implements MappingAttribute

FinalYes
Tags
Annotation
NamedArgumentConstructor

()

Target

("ANNOTATION")

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

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

        
On this page

Search results