You are here

public function JsonCodec::__construct in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2

Creates a codec.

File

src/Flmngr/FileUploaderServer/lib/JsonCodec.php, line 18

Class

JsonCodec
JSON coder/decoder. Converting objects to JSON and back with fixing some common encoding errors.

Namespace

Drupal\n1ed\Flmngr\FileUploaderServer\lib

Code

public function __construct($actions) {
  $this->actions = $actions;
}