public function AuthcacheBlockFragment::__construct in Authenticated User Page Caching (Authcache) 7.2
Construct new personalized block fragment.
File
- modules/
authcache_block/ includes/ AuthcacheBlockFragment.inc, line 20 - Defines fragment for blocks.
Class
- AuthcacheBlockFragment
- Fragment handler for blocks.
Code
public function __construct($block_id, $module, $delta) {
$this->blockId = $block_id;
$this->module = $module;
$this->delta = $delta;
}