RelationshipsInterface
extends
Countable, ArrayAccess, Iterator, JsonSerializable
in
Interface RelationshipsInterface
Tags
Table of Contents
Methods
- count() : int
- current() : RelationshipInterface<T, P>|null
- getModified() : array<string|int, mixed>
- isModified() : bool
- key() : string
- offsetGet() : RelationshipInterface<T, P>|null
Methods
count()
public
count() : int
Tags
Return values
intcurrent()
public
current() : RelationshipInterface<T, P>|null
Return values
RelationshipInterface<T, P>|nullgetModified()
public
getModified() : array<string|int, mixed>
Return values
array<string|int, mixed>isModified()
public
isModified() : bool
Tags
Return values
boolkey()
public
key() : string
Tags
Return values
stringoffsetGet()
public
offsetGet(string $offset) : RelationshipInterface<T, P>|null
Parameters
- $offset : string