__construct() public method

public __construct ( CodeGeneratorConfig | array $config = null )
$config gossi\codegen\config\CodeGeneratorConfig | array
 /**
  * Creates a new CodeFileGenerator
  *
  * @see https://php-code-generator.readthedocs.org/en/latest/generator.html
  * @param CodeFileGeneratorConfig|array $config
  */
 public function __construct($config = null)
 {
     parent::__construct($config);
 }