Relation
extends Data
Table of Contents
Properties
-
$begin
: mixed
-
$direction
: mixed
-
$end
: mixed
-
$ended
: mixed
-
$id
: mixed
-
$ordering_key
: mixed
-
$relation
: mixed
-
$source_credit
: mixed
-
$target
: mixed
-
$target_credit
: mixed
-
$type
: mixed
-
$type_id
: mixed
Methods
-
__construct()
: mixed
-
fromApiData()
: self
$begin
public
mixed
$begin
$direction
public
mixed
$direction
$end
public
mixed
$end
$ended
public
mixed
$ended
$id
public
mixed
$id
$ordering_key
public
mixed
$ordering_key
$relation
public
mixed
$relation
$source_credit
public
mixed
$source_credit
$target
public
mixed
$target
$target_credit
public
mixed
$target_credit
$type
public
mixed
$type
$type_id
public
mixed
$type_id
__construct()
public
__construct(mixed $relation, mixed $target, mixed $id, mixed $type, mixed $type_id, mixed $ordering_key, mixed $direction, mixed $begin, mixed $end, mixed $ended, mixed $source_credit, mixed $target_credit) : mixed
Parameters
-
$relation
: mixed
-
-
$target
: mixed
-
-
$id
: mixed
-
-
$type
: mixed
-
-
$type_id
: mixed
-
-
$ordering_key
: mixed
-
-
$direction
: mixed
-
-
$begin
: mixed
-
-
$end
: mixed
-
-
$ended
: mixed
-
-
$source_credit
: mixed
-
-
$target_credit
: mixed
-
fromApiData()
public
static fromApiData(array<string|int, mixed> $data) : self
Parameters
-
$data
: array<string|int, mixed>
-