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

Breadcrumb

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

function TableSeparator::__construct

Overrides TableCell::__construct

File

vendor/symfony/console/Helper/TableSeparator.php, line 21

Class

TableSeparator
Marks a row as being a separator.

Namespace

Symfony\Component\Console\Helper

Code

public function __construct(array $options = []) {
    parent::__construct('', $options);
}

API Navigation

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