Documentation

Semantics extends AbstractGroupElement
in package

Table of Contents

Properties

$annotations  : array<string, string>
$elements  : array<string|int, AbstractElement>

Methods

add()  : self
addAnnotation()  : self
getAnnotation()  : string|null
getAnnotations()  : array<string, string>
getElements()  : array<string|int, AbstractElement>
remove()  : self

Properties

$annotations

protected array<string, string> $annotations = []

Methods

addAnnotation()

public addAnnotation(string $encoding, string $annotation) : self
Parameters
$encoding : string
$annotation : string
Return values
self

getAnnotation()

public getAnnotation(string $encoding) : string|null
Parameters
$encoding : string
Return values
string|null

getAnnotations()

public getAnnotations() : array<string, string>
Return values
array<string, string>

        
On this page

Search results