Table of Contents
Interfaces
- Node
Properties
-
$items
: array<int, DoctrineArrayItem>
-
$attributes
: array<string, mixed>
Methods
-
__construct()
: mixed
-
__toString()
: string
-
getAttribute()
: mixed
-
hasAttribute()
: bool
-
setAttribute()
: void
$items
public
array<int, DoctrineArrayItem>
$items
$attributes
private
array<string, mixed>
$attributes
= []
__construct()
public
__construct(array<int, DoctrineArrayItem> $items) : mixed
Parameters
-
$items
: array<int, DoctrineArrayItem>
-
__toString()
public
__toString() : string
getAttribute()
public
getAttribute(string $key) : mixed
Parameters
-
$key
: string
-
hasAttribute()
public
hasAttribute(string $key) : bool
Parameters
-
$key
: string
-
setAttribute()
public
setAttribute(string $key, mixed $value) : void
Parameters
-
$key
: string
-
-
$value
: mixed
-