Table of Contents
Constants
-
XMLNS
= 'https://phar.io/xml/manifest/1.0'
Properties
-
$element
: DOMElement
Methods
-
__construct()
: mixed
-
getCompatible()
: string
-
getFor()
: string
-
getAttributeValue()
: string
-
getChildByName()
: DOMElement
-
getChildrenByName()
: DOMNodeList
-
hasAttribute()
: bool
-
hasChild()
: bool
XMLNS
public
mixed
XMLNS
= 'https://phar.io/xml/manifest/1.0'
$element
private
DOMElement
$element
__construct()
public
__construct(DOMElement $element) : mixed
Parameters
-
$element
: DOMElement
-
getCompatible()
public
getCompatible() : string
getFor()
public
getFor() : string
getAttributeValue()
protected
getAttributeValue(string $name) : string
Parameters
-
$name
: string
-
getChildByName()
protected
getChildByName(string $elementName) : DOMElement
Parameters
-
$elementName
: string
-
getChildrenByName()
protected
getChildrenByName(string $elementName) : DOMNodeList
Parameters
-
$elementName
: string
-
Return values
DOMNodeList
hasAttribute()
protected
hasAttribute(string $name) : bool
Parameters
-
$name
: string
-
hasChild()
protected
hasChild(string $elementName) : bool
Parameters
-
$elementName
: string
-