PHP Class PHPCfg\Operand\Temporary

Inheritance: extends PHPCfg\Operand
Exibir arquivo Open project: ircmaxell/php-cfg Class Usage Examples

Public Properties

Property Type Description
$original

Public Methods

Method Description
__construct ( Operand $original = null ) Constructs a temporary variable

Method Details

__construct() public method

Constructs a temporary variable
public __construct ( Operand $original = null )
$original PHPCfg\Operand The previous variable this was constructed from

Property Details

$original public_oe property

public $original