class ThrobberThreeBounce in Ajax loader 7
@file Class ThrobberThreeBounce
Hierarchy
- class \ThrobberBase implements ThrobberInterface
- class \ThrobberThreeBounce
Expanded class hierarchy of ThrobberThreeBounce
File
- lib/
throbber/ ThrobberThreeBounce.php, line 8 - Class ThrobberThreeBounce
View source
class ThrobberThreeBounce extends ThrobberBase {
/**
* @inheritdoc
*/
protected function setMarkup() {
return '<div class="ajax-throbber sk-three-bounce">
<div class="sk-child sk-bounce1"></div>
<div class="sk-child sk-bounce2"></div>
<div class="sk-child sk-bounce3"></div>
</div>';
}
/**
* @inheritdoc
*/
protected function setCssFile() {
return $this->path . '/css/three-bounce.css';
}
/**
* @inheritdoc
*/
protected function setLabel() {
return 'Three bounce';
}
}
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. | |
ThrobberThreeBounce:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |
|
ThrobberThreeBounce:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |
|
ThrobberThreeBounce:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |