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

Breadcrumb

  1. Drupal Core 11.1.x

ScopeType.php

Namespace

VariableAnalysis\Lib

File

vendor/sirbrillig/phpcs-variable-analysis/VariableAnalysis/Lib/ScopeType.php

View source
<?php

namespace VariableAnalysis\Lib;

class ScopeType {
    const PARAM = 'param';
    const BOUND = 'bound';
    const LOCAL = 'local';
    const GLOBALSCOPE = 'global';
    const STATICSCOPE = 'static';

}

Classes

Title Deprecated Summary
ScopeType
RSS feed
Powered by Drupal