You are here

protected function mylivechat::__construct in My Live Chat 6

Same name and namespace in other branches
  1. 7 mylivechat.php \MyLiveChat::__construct()

Constructor

File

./mylivechat.php, line 36
MyLiveChat module for Drupal

Class

mylivechat
@file MyLiveChat module for Drupal

Code

protected function __construct() {
  $this->module_dir = drupal_get_path('module', 'mylivechat');
}