Solar_Class::file()
static public
string
Solar_Class::file
( string|object $spec
, string $file
)
Returns the path to a file under a specific class.
Parameters
(string|object)
$spec
: The class or object to use as the base path.(string)
$file
: Append this file path.
Returns
(string) The path to the file under the class.
Description
Returns the path to a file under a specific class.