Artisan::registerCommand PHP Метод

registerCommand() публичный статический Метод

Register the given command with the console application.
public static registerCommand ( Command $command ) : void
$command Symfony\Component\Console\Command\Command
Результат void
        public static function registerCommand($command)
        {
            //Method inherited from \Illuminate\Foundation\Console\Kernel
            \Someline\Console\Kernel::registerCommand($command);
        }