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

Breadcrumb

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

class TableRows

@internal

Hierarchy

  • class \Symfony\Component\Console\Helper\TableRows implements \Symfony\Component\Console\Helper\IteratorAggregate

Expanded class hierarchy of TableRows

File

vendor/symfony/console/Helper/TableRows.php, line 17

Namespace

Symfony\Component\Console\Helper
View source
class TableRows implements \IteratorAggregate {
    public function __construct(\Closure $generator) {
    }
    public function getIterator() : \Traversable {
        return ($this->generator)();
    }

}

Members

Title Sort descending Modifiers Object type Summary
TableRows::getIterator public function
TableRows::__construct public function

API Navigation

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