Phinx
    
            
            in package
            
        
    
    
    
Phinx CLI
Tags
Table of Contents
Properties
- $PhinxApplication : PhinxApplication
 
Methods
- __construct() : mixed
 - Class constructor.
 - IncludeExternalCommands() : mixed
 - Include external commands
 
Properties
$PhinxApplication
    protected
        PhinxApplication
    $PhinxApplication
    
    
    
    
    
Methods
__construct()
Class constructor.
    public
                    __construct([Container $Container = null ]) : mixed
    Parameters
- $Container : Container = null
 - 
                    
The DI container class.
 
IncludeExternalCommands()
Include external commands
    public
                    IncludeExternalCommands(Application $CliApp) : mixed
    Parameters
- $CliApp : Application
 - 
                    
The Symfony application class to use
addCommands()method.