1 | <?php namespace Myth\Bay; |
||
3 | class CI3Finder implements LibraryFinderInterface { |
||
4 | |||
5 | /** |
||
6 | * Allows framework/project-specific methods of loading a library |
||
7 | * when the Bay class cannot autoload it. |
||
8 | * |
||
9 | * Should load the class into memory and return true or false. |
||
10 | * |
||
11 | * @param $class |
||
12 | * |
||
13 | * @return bool |
||
14 | */ |
||
15 | public function find($class) |
||
26 | |||
27 | //-------------------------------------------------------------------- |
||
28 | |||
29 | |||
30 | } |