Documentation

EntityBridge

A bridge is a small table that provides an intermediary link between two other tables.

The API can automatically incorporate a Bridge into a join expression.

Table of Contents

Methods

getInfo()  : array<string|int, mixed>
Adds "bridge" info, which should specify an array of two field names from this entity

Methods

getInfo()

Adds "bridge" info, which should specify an array of two field names from this entity

public static getInfo() : array<string|int, mixed>

This automatic function can be overridden by adding a getInfo function to the api entity class.

Return values
array<string|int, mixed>

        
On this page

Search results