function Response::__construct in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7
File
- vendor/
edsdk/ flmngr-server-php/ src/ resp/ Response.php, line 17
Class
Namespace
EdSDK\FlmngrServer\respCode
function __construct($message, $data) {
$this->error = $message;
$this->data = $data;
}