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

Breadcrumb

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

function Config::__isset

Check if the value of an inaccessible property is set.

Parameters

string $name The name of the property.:

Return value

bool

File

vendor/squizlabs/php_codesniffer/src/Config.php, line 317

Class

Config
Stores the configuration used to run PHPCS and PHPCBF.

Namespace

PHP_CodeSniffer

Code

public function __isset($name) {
    return isset($this->settings[$name]);
}
RSS feed
Powered by Drupal