WC_WCCOM_Site_Installation_Step_Move_Product
    
            
            in package
            
        
    
            
            implements
                            WC_WCCOM_Site_Installation_Step                    
    
    
        
            WC_WCCOM_Site_Installation_Step_Move_Product class
Interfaces, Classes and Traits
Table of Contents
- $state : WC_WCCOM_Site_Installation_State
 - The current installation state.
 - __construct() : mixed
 - Constructor.
 - run() : mixed
 - Run the step installation process.
 - maybe_connect_theme() : void
 - Connect to wccom if installing a theme
 
Properties
$state
The current installation state.
    protected
        WC_WCCOM_Site_Installation_State
    $state
    
        
    
Methods
__construct()
Constructor.
    public
                __construct(array<string|int, mixed> $state) : mixed
        
        Parameters
- $state : array<string|int, mixed>
 - 
                    
The current installation state.
 
Return values
mixed —run()
Run the step installation process.
    public
                run() : mixed
        
    
    
        Return values
mixed —maybe_connect_theme()
Connect to wccom if installing a theme
    protected
                maybe_connect_theme() : void
        
    
    
        