You are here

function xautoload_MissingDirPlugin_DrupalExtensionAbstract::__construct in X Autoload 7.3

Parameters

string $type: The extension type, e.g. "module" or "theme".

bool $shallow: Whether to use a "shallow" variation of PSR0 or PEAR.

File

lib/MissingDirPlugin/DrupalExtensionAbstract.php, line 21

Class

xautoload_MissingDirPlugin_DrupalExtensionAbstract

Code

function __construct($type, $shallow = FALSE) {
  $this->type = $type;
  $this->shallow = $shallow;
}