mini\Database\Attributes\ForeignKey::__construct() Method

public constructor

Signature

public function __construct(?string $property = NULL, ?string $navigation = NULL, ?string $references = NULL, string $onDelete = 'RESTRICT', string $onUpdate = 'RESTRICT')

Parameters

Name Type Default Description
$property ?string NULL Documentation missing
$navigation ?string NULL Documentation missing
$references ?string NULL Documentation missing
$onDelete string 'RESTRICT' Documentation missing
$onUpdate string 'RESTRICT' Documentation missing

Documentation

Documentation missing - No docblock found for this method.

Source

src/Database/Attributes/ForeignKey.php:38-45