PHP Class PHPCfg\Op\Expr\Yield_

Inheritance: extends PHPCfg\Op\Expr
Exibir arquivo Open project: ircmaxell/php-cfg

Public Properties

Property Type Description
$key
$value

Protected Properties

Property Type Description
$writeVariables

Public Methods

Method Description
__construct ( Operand $value = null, Operand $key = null, array $attributes = [] )
getVariableNames ( )

Method Details

__construct() public method

public __construct ( Operand $value = null, Operand $key = null, array $attributes = [] )
$value PHPCfg\Operand
$key PHPCfg\Operand
$attributes array

getVariableNames() public method

public getVariableNames ( )

Property Details

$key public_oe property

public $key

$value public_oe property

public $value

$writeVariables protected_oe property

protected $writeVariables