PHPCfg\Operand\Temporary::__construct PHP Метод

__construct() публичный Метод

Constructs a temporary variable
public __construct ( Operand $original = null )
$original PHPCfg\Operand The previous variable this was constructed from
    public function __construct(Operand $original = null)
    {
        $this->original = $original;
    }
Temporary