コード例 #1
0
ファイル: ScriptHandler.php プロジェクト: bonvga/geoip2
 public static function installDatabase(Event $event)
 {
     Geoip2Manager::updateGeoip2Database();
 }
コード例 #2
0
ファイル: Geoip2Command.php プロジェクト: bonvga/geoip2
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     Geoip2Manager::updateGeoip2Database();
 }