You are here

ThrobberTest.php in Ajax loader 7

Class ThrobberTest

File

modules/ajax_loader_test/ThrobberTest.php
View source
<?php

/**
 * @file
 * Class ThrobberTest
 */
class ThrobberTest extends ThrobberBase {

  /**
   * @inheritdoc
   */
  protected function setMarkup() {
    return '<div class="ajax-throbber"></div>';
  }

  /**
   * @inheritdoc
   */
  protected function setCssFile() {
    return $this->path . '/css/test.css';
  }

  /**
   * @inheritdoc
   */
  protected function setLabel() {
    return 'Test throbber';
  }

}

Classes

Namesort descending Description
ThrobberTest @file Class ThrobberTest