-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoload_classmap.php
11 lines (11 loc) · 1.05 KB
/
autoload_classmap.php
1
2
3
4
5
6
7
8
9
10
11
<?php
// Generated by ZF2's ./bin/classmap_generator.php
return array(
'Thinkscape\ActiveRecord\AbstractActiveRecord' => __DIR__ . '/src/Thinkscape/ActiveRecord/AbstractActiveRecord.php',
'Thinkscape\ActiveRecord\Core' => __DIR__ . '/src/Thinkscape/ActiveRecord/Core.php',
'Thinkscape\ActiveRecord\Exception\BadMethodCallException' => __DIR__ . '/src/Thinkscape/ActiveRecord/Exception/BadMethodCallException.php',
'Thinkscape\ActiveRecord\Exception\ExceptionInterface' => __DIR__ . '/src/Thinkscape/ActiveRecord/Exception/ExceptionInterface.php',
'Thinkscape\ActiveRecord\Exception\NotFoundException' => __DIR__ . '/src/Thinkscape/ActiveRecord/Exception/NotFoundException.php',
'Thinkscape\ActiveRecord\Exception\UndefinedPropertyException' => __DIR__ . '/src/Thinkscape/ActiveRecord/Exception/UndefinedPropertyException.php',
'Thinkscape\ActiveRecord\Persistence\PersistenceInterface' => __DIR__ . '/src/Thinkscape/ActiveRecord/Persistence/PersistenceInterface.php',
);