gossi\codegen\generator\CodeFileGenerator::__construct PHP Method

__construct() public method

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