Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AuthorElement.php

class AuthorElement

Hierarchy

  • class \PharIo\Manifest\ManifestElement
    • class \PharIo\Manifest\AuthorElement extends \PharIo\Manifest\ManifestElement

Expanded class hierarchy of AuthorElement

File

vendor/phar-io/manifest/src/xml/AuthorElement.php, line 13

Namespace

PharIo\Manifest
View source
class AuthorElement extends ManifestElement {
    public function getName() : string {
        return $this->getAttributeValue('name');
    }
    public function getEmail() : string {
        return $this->getAttributeValue('email');
    }
    public function hasEMail() : bool {
        return $this->hasAttribute('email');
    }

}

Members

Title Sort descending Modifiers Object type Summary
AuthorElement::getEmail public function
AuthorElement::getName public function
AuthorElement::hasEMail 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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal