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);
        }