Solar_Cli_MakeDocbook::_saveMarkdown()

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

Transforms from wiki markup to DocBook, and saves it 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

Transforms from wiki markup to DocBook, and saves it to the target directory.



Local