Contao Utils Bundle

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

$parents

private iterable<string|int, mixed>|null $parents

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|null

getId()

public getId() : int
Return values
int

getParents()

public getParents() : iterable<string|int, mixed>|null
Return values
iterable<string|int, mixed>|null

getTable()

public getTable() : string
Return values
string

        
On this page

Search results