Table of Contents
Constants
-
XMLNS
= 'https://phar.io/xml/manifest/1.0'
Properties
-
$element
: DOMElement
Methods
-
__construct()
: mixed
-
getEmail()
: string
-
getName()
: string
-
hasEMail()
: bool
-
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
-
getEmail()
public
getEmail() : string
getName()
public
getName() : string
hasEMail()
public
hasEMail() : bool
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
-