You are here

private static function FlmngrServer::getVersion in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7

1 call to FlmngrServer::getVersion()
FlmngrServer::flmngrRequest in vendor/edsdk/flmngr-server-php/src/FlmngrServer.php

File

vendor/edsdk/flmngr-server-php/src/FlmngrServer.php, line 310

Class

FlmngrServer

Namespace

EdSDK\FlmngrServer

Code

private static function getVersion() {
  return new Response(NULL, [
    "version" => "3",
    "language" => "php",
  ]);
}