PHP Class PHPCfg\Operand\BoundVariable

Inheritance: extends Variable
Datei anzeigen Open project: ircmaxell/php-cfg

Public Properties

Property Type Description
$byRef
$extra
$scope

Public Methods

Method Description
__construct ( $name, $byRef, $scope = self::SCOPE_GLOBAL, $extra = null )

Method Details

__construct() public method

public __construct ( $name, $byRef, $scope = self::SCOPE_GLOBAL, $extra = null )

Property Details

$byRef public_oe property

public $byRef

$extra public_oe property

public $extra

$scope public_oe property

public $scope