Element
in package
Table of Contents
Properties
- $description : string|null
- $id : int
- $parents : iterable<string|int, mixed>|null
- $table : string
Methods
- __construct() : mixed
- getDescription() : string|null
- getId() : int
- getParents() : iterable<string|int, mixed>|null
- getTable() : string
Properties
$description
private
string|null
$description
$id
private
int
$id
$parents
private
iterable<string|int, mixed>|null
$parents
$table
private
string
$table
Methods
__construct()
public
__construct(int $id, string $table[, string|null $description = null ][, Traversable|null $parents = null ]) : mixed
Parameters
- $id : int
- $table : string
- $description : string|null = null
- $parents : Traversable|null = null
-
A closure that returns an iterator of parent elements
getDescription()
public
getDescription() : string|null
Return values
string|nullgetId()
public
getId() : int
Return values
intgetParents()
public
getParents() : iterable<string|int, mixed>|null
Return values
iterable<string|int, mixed>|nullgetTable()
public
getTable() : string