protected function mylivechat::__construct in My Live Chat 6
Same name and namespace in other branches
- 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');
}