Previous Page
_vt100()

Solar_Cli_MakeDocs
_write()

Next Page
apiVersion()

_write()

protected void _write ( unknown $type, string $file, mixed $text )

Writes a file to the target directory.

Parameters

  • (unknown) $type:
  • (string) $file: A relative file name, e.g. "class/Class_Name/Overview".
  • (mixed) $text: A text string or array to write to the file; if an array, is imploded with newlines and trimmed before writing.

Returns

  • (void)

Description

Writes a file to the target directory.