You are here

interface ThrobberInterface in Ajax loader 7

@file Interface ThrobberInterface

Hierarchy

Expanded class hierarchy of ThrobberInterface

All classes that implement ThrobberInterface

File

lib/throbber/ThrobberInterface.php, line 8
Interface ThrobberInterface

View source
interface ThrobberInterface {

  /**
   * Returns markup for throbber.
   */
  public function getMarkup();

  /**
   * Returns path to css file.
   */
  public function getCssFile();

  /**
   * Returns human readable label.
   */
  public function getLabel();

}

Members

Namesort descending Modifiers Type Description Overrides
ThrobberInterface::getCssFile public function Returns path to css file. 1
ThrobberInterface::getLabel public function Returns human readable label. 1
ThrobberInterface::getMarkup public function Returns markup for throbber. 1