PHP Class Command\RoutesCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: letsdrink/ouzo

Public Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
generateAllHelpers ( )

Private Methods

Method Description
_getRuleMethod ( RouteRule $rule )
_printExceptIfExists ( RouteRule $rule, $table )
_renderRoutes ( $routes = [] )
all ( )
controller ( )
generateJsHelper ( )
generatePhpHelper ( )
runSelectedGenerators ( $selectedGeneratedOptions, $generateOptionFunctionMap )

Method Details

configure() public method

public configure ( )

execute() public method

public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

generateAllHelpers() public method

public generateAllHelpers ( )