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

Breadcrumb

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

class ComponentElementCollection

Hierarchy

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

Expanded class hierarchy of ComponentElementCollection

File

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

Namespace

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

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
ComponentElementCollection::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