Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://git.zendframework.com/zf
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkael committed Jul 23, 2010
2 parents 8bf7d74 + 2a31e0f commit 40c70ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PluginLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@
* @uses \Zend\Loader
* @uses \Zend\Loader\PluginLoaderException
* @uses \Zend\Loader\PrefixPathMapper
* @uses \Zend\Loader\ShortNameLocater
* @category Zend
* @package Zend_Loader
* @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class PluginLoader implements PrefixPathMapper
class PluginLoader implements ShortNameLocater, PrefixPathMapper
{
/**
* Class map cache file
Expand Down

0 comments on commit 40c70ad

Please sign in to comment.