setupAutocompleteCommand() 보호된 메소드

Creates the route, and maps the command.
protected setupAutocompleteCommand ( ZF\Console\RouteCollection $routeCollection, ZF\Console\DispatcherInterface $dispatcher )
$routeCollection ZF\Console\RouteCollection
$dispatcher ZF\Console\DispatcherInterface
예제 #1
0
파일: Application.php 프로젝트: gianarb/pan
 protected function setupAutocompleteCommand(RouteCollection $routeCollection, Dispatcher $dispatcher)
 {
     if ($dispatcher instanceof AppDispatcher) {
         return parent::setupAutocompleteCommand($routeCollection, $dispatcher);
     }
 }