public ModuleHandler::loadInclude($module, $type, $name = NULL)
Loads a module include file.
Examples:
<?php
// Load node.admin.inc from the node module.
$this->loadInclude('node', 'inc', 'node.admin');
// Load content_types.inc from the node module.
$this->loadInclude('node', 'inc', ''content_types');
?>
Parameters
string $module: The module to which the include file belongs.
string $type: The include file's type (file extension).
string $name: (optional) The base file nam