PHP Class Doctrine\OXM\Tools\Console\ConsoleRunner

Since: 1.0
Author: Igor Golovanov ([email protected])
Afficher le fichier Open project: doctrine/oxm Class Usage Examples

Méthodes publiques

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

Method Details

addCommands() public static méthode

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

run() public static méthode

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