Solar_Class_Map::_findBaseByClass()

protected string Solar_Class_Map::_findBaseByClass ( string $class )

Finds the base directory from the include-path to the requested class.

Parameters

  • (string) $class: The requested class file.

Returns

  • (string) The base directory.

Description

Finds the base directory from the include-path to the requested class.



Local