public function BookAccessVars::__construct in Book access 6.2
Constructs a BookAccessVars object.
File
- ./
book_access.module, line 654 - Allows to set the access control for book nodes on a per book basis. It is based on forum_access.module and tac_lite.module.
Class
- BookAccessVars
- Allows to access the Drupal variables used by the module.
Code
public function __construct() {
parent::__construct('book_access');
}