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

Breadcrumb

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

class AuthorElementCollection

Hierarchy

  • class \PharIo\Manifest\ElementCollection implements \Iterator
    • class \PharIo\Manifest\AuthorElementCollection extends \PharIo\Manifest\ElementCollection

Expanded class hierarchy of AuthorElementCollection

File

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

Namespace

PharIo\Manifest
View source
class AuthorElementCollection extends ElementCollection {
    public function current() : AuthorElement {
        return new AuthorElement($this->getCurrentElement());
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
AuthorElementCollection::current public function Overrides ElementCollection::current
ElementCollection::$nodes private property @var DOMElement[]
ElementCollection::$position private property @var int
ElementCollection::getCurrentElement protected function
ElementCollection::importNodes private function
ElementCollection::key public function
ElementCollection::next public function
ElementCollection::rewind public function
ElementCollection::valid public function
ElementCollection::__construct public function

API Navigation

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