gossi\codegen\generator\CodeFileGenerator::__construct PHP Метод

__construct() публичный Метод

Creates a new CodeFileGenerator
См. также: 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);
    }