class CopyrightElement
Hierarchy
- class \PharIo\Manifest\ManifestElement
- class \PharIo\Manifest\CopyrightElement extends \PharIo\Manifest\ManifestElement
Expanded class hierarchy of CopyrightElement
File
-
vendor/
phar-io/ manifest/ src/ xml/ CopyrightElement.php, line 13
Namespace
PharIo\ManifestView source
class CopyrightElement extends ManifestElement {
public function getAuthorElements() : AuthorElementCollection {
return new AuthorElementCollection($this->getChildrenByName('author'));
}
public function getLicenseElement() : LicenseElement {
return new LicenseElement($this->getChildByName('license'));
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
CopyrightElement::getAuthorElements | public | function | |
CopyrightElement::getLicenseElement | 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 |