Documentation

RelationshipInterface
in

Relationship class for "has one" relationships

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2023 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
5.3.0

Table of Contents

getEagerRelationships()  : array<string|int, mixed>
Get eager relationships
getForeignKey()  : string
Get foreign key
getForeignTable()  : string
Get foreign table
getOptions()  : array<string|int, mixed>
Get options

Methods

getEagerRelationships()

Get eager relationships

public getEagerRelationships(array<string|int, mixed> $ids) : array<string|int, mixed>
Parameters
$ids : array<string|int, mixed>
Tags
throws
Exception
Return values
array<string|int, mixed>

getForeignTable()

Get foreign table

public getForeignTable() : string
Return values
string

getOptions()

Get options

public getOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results