You are here

public function ThrobberBase::__construct in Ajax loader 7

ThrobberBase constructor.

File

lib/throbber/ThrobberBase.php, line 19
Class ThrobberBase

Class

ThrobberBase
@file Class ThrobberBase

Code

public function __construct() {
  $this->path = drupal_get_path('module', 'ajax_loader');
  $this->markup = $this
    ->setMarkup();
  $this->css_file = $this
    ->setCssFile();
  $this->label = $this
    ->setLabel();
}