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

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

public __construct ( $options = [] )
    public function __construct($options = [])
    {
        $this->options = array_merge($this->options, $options);
        $this->indentation = str_repeat($this->options['indentation_character'], $this->options['indentation_size']);
    }