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

Breadcrumb

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

function ScopeInfo::__construct

*

Parameters

int $scopeStartIndex: * @param int|null $scopeEndIndex

File

vendor/sirbrillig/phpcs-variable-analysis/VariableAnalysis/Lib/ScopeInfo.php, line 35

Class

ScopeInfo
Holds details of a scope.

Namespace

VariableAnalysis\Lib

Code

public function __construct($scopeStartIndex, $scopeEndIndex = null) {
    $this->scopeStartIndex = $scopeStartIndex;
    $this->scopeEndIndex = $scopeEndIndex;
}
RSS feed
Powered by Drupal