PHPCfg\Op\Terminal\Return_::__construct PHP Method

__construct() public method

public __construct ( Operand $expr = null, array $attributes = [] )
$expr PHPCfg\Operand
$attributes array
    public function __construct(Operand $expr = null, array $attributes = [])
    {
        parent::__construct($attributes);
        $this->expr = $this->addReadRef($expr);
    }