You are here

protected property xautoload_InjectedAPI_hookXautoload::$finder in X Autoload 7.3

Same name and namespace in other branches
  1. 7.5 legacy/lib/InjectedAPI/hookXautoload.php \xautoload_InjectedAPI_hookXautoload::finder
  2. 7.2 lib/InjectedAPI/hookXautoload.php \xautoload_InjectedAPI_hookXautoload::finder
  3. 7.4 legacy/lib/InjectedAPI/hookXautoload.php \xautoload_InjectedAPI_hookXautoload::finder

Type: xautoload_ClassFinder_Prefix|xautoload_ClassFinder_NamespaceOrPrefix

File

lib/InjectedAPI/hookXautoload.php, line 14

Class

xautoload_InjectedAPI_hookXautoload
An instance of this class is passed around to implementations of hook_xautoload(). It acts as a wrapper around the ClassFinder, to register stuff.

Code

protected $finder;