The EditorConstructor is one of the Constructor Classes of Hiker. It's used to create the editor part of the Chrome.
Here's an example of how it's used
<?php namespace App\Hiker\Chrome use Hiker\Components\Editor\EditorConstructor; class Editor extends EditorConstructor { //TODO }