You are here

function xautoload_FinderPlugin_WithKillswitch::setKillswitch in X Autoload 7.3

Allow the namespace plugin to unsubscribe or replace itself. This is called by the ClassFinder itself, the moment the namespace plugin is registered.

Parameters

xautoload_ClassFinder_Helper_Map $map: Object where the thing is subscribed.

string $key:

int $id:

File

lib/FinderPlugin/WithKillswitch.php, line 37

Class

xautoload_FinderPlugin_WithKillswitch
X Autoload plugins are for:

Code

function setKillswitch($map, $key, $id) {
  $this->map = $map;
  $this->key = $key;
  $this->id = $id;
}