PHP Class Alex\BehatLauncher\Command\Command

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: alexandresalome/behat-launcher

Public Methods

Method Description
__construct ( Application $app )
getApplication ( ) : Application
getDB ( )

Protected Methods

Method Description
getProjectList ( )
getRunStorage ( )

Method Details

__construct() public method

public __construct ( Application $app )
$app Alex\BehatLauncher\Application

getApplication() public method

public getApplication ( ) : Application
return Alex\BehatLauncher\Application

getDB() public method

public getDB ( )

getProjectList() protected method

protected getProjectList ( )

getRunStorage() protected method

protected getRunStorage ( )