public function __construct() {
     parent::__construct();
     $this->commentGenerator = new ColumnCommentGenerator();
 }
 public function __construct()
 {
     parent::__construct();
     $this->converterJson2PHP = new Json2PHPObject();
 }