Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
VariableInfo.php
function VariableInfo::__construct
*
Parameters
string $varName
:
File
vendor/
sirbrillig/
phpcs-variable-analysis/
VariableAnalysis/
Lib/
VariableInfo.php
, line 105
Class
VariableInfo
Holds details of a variable within a scope.
Namespace
VariableAnalysis\Lib
Code
public
function
__construct
(
$varName
) {
$this
->
name
=
$varName
; }
RSS feed