Solar_Cli_MakeDocs::_getFile()
protected
string
Solar_Cli_MakeDocs::_getFile
( string $type
, string $file
)
Builds a target filename path in the 'class' or 'package' directory.
Parameters
(string)
$type
: The type of file to work with: 'class' or 'package'.(string)
$file
: A relative file name, e.g. "class/Class_Name/Overview".
Returns
(string)
Description
Builds a target filename path in the 'class' or 'package' directory.