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\ManifestView 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 |