Implements Treeable
Methods | ||
---|---|---|
abstract
public
static
|
getParentProperty(): string
|
# |
abstract
public
static
|
getChildrenProperty(): string
|
# |
final
public
|
getParent(): static|null
|
# |
final
public
|
getChildren(): static[]
|
# |
final
public
|
setParent((Treeable&static)|null $parent): $this
|
# |
final
public
|
addChild(static $child): $this
|
# |
final
public
|
removeChild(static $child): $this
|
# |
final
public
|
getDepth(): int
|
# |
final
public
|
countDescendants(): int
|
# |