interface ThrobberInterface in Ajax loader 7
@file Interface ThrobberInterface
Hierarchy
- interface \ThrobberInterface
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ThrobberInterface:: |
public | function | Returns path to css file. | 1 |
ThrobberInterface:: |
public | function | Returns human readable label. | 1 |
ThrobberInterface:: |
public | function | Returns markup for throbber. | 1 |