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);
    }