return false;
} if ($this->
isForbiddenController($className)) { return false;
} if (class_exists($className, false
)) { return true;
} $path =
$this->
getControllerPath($request);
if ($path === null
) { return false;
} return \
is_object($path) ||
class_exists($path) || Enlight_Loader::
isReadable($path);
} /**
* Checks if a controller directory exists for the given module.
*
* @param string $module
*
* @return bool
*/