ThrobberInterface.php in Ajax loader 7
Interface ThrobberInterface
File
lib/throbber/ThrobberInterface.phpView source
<?php
/**
* @file
* Interface ThrobberInterface
*/
interface ThrobberInterface {
/**
* Returns markup for throbber.
*/
public function getMarkup();
/**
* Returns path to css file.
*/
public function getCssFile();
/**
* Returns human readable label.
*/
public function getLabel();
}
Interfaces
Name | Description |
---|---|
ThrobberInterface | @file Interface ThrobberInterface |