Documentation

ExtElement extends ManifestElement
in package

Table of Contents

XMLNS  = 'https://phar.io/xml/manifest/1.0'
$element  : DOMElement
__construct()  : mixed
getName()  : string
getAttributeValue()  : string
getChildByName()  : DOMElement
getChildrenByName()  : DOMNodeList
hasChild()  : bool

Constants

Properties

Methods

__construct()

public __construct(DOMElement $element) : mixed
Parameters
$element : DOMElement
Return values
mixed

getName()

public getName() : string
Return values
string

getAttributeValue()

protected getAttributeValue(string $name) : string
Parameters
$name : string
Return values
string

getChildByName()

protected getChildByName(string $elementName) : DOMElement
Parameters
$elementName : string
Return values
DOMElement

getChildrenByName()

protected getChildrenByName(string $elementName) : DOMNodeList
Parameters
$elementName : string
Return values
DOMNodeList

hasChild()

protected hasChild(string $elementName) : bool
Parameters
$elementName : string
Return values
bool

Search results