You are here

protected property xautoload_ClassFinder_Helper_Map::$lastPluginIds in X Autoload 7.3

Same name and namespace in other branches
  1. 7.2 lib/ClassFinder/Helper/Map.php \xautoload_ClassFinder_Helper_Map::lastPluginIds

Index of the last inserted plugin. We can't use count(), because plugins at some index can be unset.

Type: array

File

lib/ClassFinder/Helper/Map.php, line 48

Class

xautoload_ClassFinder_Helper_Map
Helper class for the class finder. This is not part of ClassFinder, because we want to use the same logic for namespaces (PSR-0) and prefixes (PEAR).

Code

protected $lastPluginIds = array();