protected function MyLiveChat::__construct in My Live Chat 7
Same name and namespace in other branches
- 6 mylivechat.php \mylivechat::__construct()
Constructor
File
- ./
mylivechat.php, line 33 - MyLiveChat module for Drupal
Class
- MyLiveChat
- @file MyLiveChat module for Drupal
Code
protected function __construct() {
$this->module_dir = drupal_get_path('module', 'mylivechat');
}