You are here

function Popup_announcement_visitor::__construct in Pop-up announcement 7

File

./popup_announcement.module, line 400
Primarily Drupal hooks and custom functions for creating block with pop-up announcement.

Class

Popup_announcement_visitor
Class for visitor

Code

function __construct($sid) {
  $this->sid = $sid;
}