Solar_Cli_MakeDocbook::_save()

protected void Solar_Cli_MakeDocbook::_save ( string $tmpl , array $data , string $file )

Writes a file to the target directory.

Parameters

  • (string) $tmpl: The XML template to use.

  • (array) $data: Data to populate into the template.

  • (string) $file: The DocBook file name.

Returns

  • (void)

Description

Writes a file to the target directory.



Local