Solar_Cli_MakeDocs::_touch()

protected void Solar_Cli_MakeDocs::_touch ( string $type , string $file )

Touches a file to create it or update its timestamp.

Parameters

  • (string) $type: The type of file to write: 'class' or 'package'.

  • (string) $file: A relative file name, e.g. "class/Class_Name/Overview".

Returns

  • (void)

Description

Touches a file to create it or update its timestamp.



Local