class ThrobberRotatingPlane in Ajax loader 7
@file Class ThrobberRotatingPlane
Hierarchy
- class \ThrobberBase implements ThrobberInterface
- class \ThrobberRotatingPlane
Expanded class hierarchy of ThrobberRotatingPlane
File
- lib/
throbber/ ThrobberRotatingPlane.php, line 8 - Class ThrobberRotatingPlane
View source
class ThrobberRotatingPlane extends ThrobberBase {
/**
* @inheritdoc
*/
protected function setMarkup() {
return '<div class="ajax-throbber sk-rotating-plane"></div>';
}
/**
* @inheritdoc
*/
protected function setCssFile() {
return $this->path . '/css/rotating-plane.css';
}
/**
* @inheritdoc
*/
protected function setLabel() {
return 'Rotating plane';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ThrobberBase:: |
protected | property | ||
ThrobberBase:: |
protected | property | ||
ThrobberBase:: |
protected | property | ||
ThrobberBase:: |
protected | property | ||
ThrobberBase:: |
public | function |
Overrides ThrobberInterface:: |
|
ThrobberBase:: |
public | function |
Overrides ThrobberInterface:: |
|
ThrobberBase:: |
public | function |
Overrides ThrobberInterface:: |
|
ThrobberBase:: |
public | function | ThrobberBase constructor. | |
ThrobberRotatingPlane:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |
|
ThrobberRotatingPlane:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |
|
ThrobberRotatingPlane:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |