PHP Class Doctrine\OXM\Tools\Console\ConsoleRunner

Since: 1.0
Author: Igor Golovanov ([email protected])
显示文件 Open project: doctrine/oxm Class Usage Examples

Public Methods

Method Description
addCommands ( Application $cli )
run ( Symfony\Component\Console\Helper\HelperSet $helperSet ) : void Run console with the given helperset.

Method Details

addCommands() public static method

public static addCommands ( Application $cli )
$cli Symfony\Component\Console\Application

run() public static method

Run console with the given helperset.
public static run ( Symfony\Component\Console\Helper\HelperSet $helperSet ) : void
$helperSet Symfony\Component\Console\Helper\HelperSet
return void