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

Breadcrumb

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

class ExtElementCollection

Hierarchy

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

Expanded class hierarchy of ExtElementCollection

File

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

Namespace

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

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
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
ExtElementCollection::current public function Overrides ElementCollection::current

API Navigation

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