class LicenseElement
Hierarchy
- class \PharIo\Manifest\ManifestElement
- class \PharIo\Manifest\LicenseElement extends \PharIo\Manifest\ManifestElement
Expanded class hierarchy of LicenseElement
File
-
vendor/
phar-io/ manifest/ src/ xml/ LicenseElement.php, line 13
Namespace
PharIo\ManifestView source
class LicenseElement extends ManifestElement {
public function getType() : string {
return $this->getAttributeValue('type');
}
public function getUrl() : string {
return $this->getAttributeValue('url');
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
LicenseElement::getType | public | function | |
LicenseElement::getUrl | public | function | |
ManifestElement::$element | private | property | @var DOMElement |
ManifestElement::getAttributeValue | protected | function | |
ManifestElement::getChildByName | protected | function | |
ManifestElement::getChildrenByName | protected | function | |
ManifestElement::hasAttribute | protected | function | |
ManifestElement::hasChild | protected | function | |
ManifestElement::XMLNS | public | constant | |
ManifestElement::__construct | public | function |