class ThrobberFadingCircle in Ajax loader 7
@file Class ThrobberFadingCircle
Hierarchy
- class \ThrobberBase implements ThrobberInterface
- class \ThrobberFadingCircle
Expanded class hierarchy of ThrobberFadingCircle
File
- lib/
throbber/ ThrobberFadingCircle.php, line 8 - Class ThrobberFadingCircle
View source
class ThrobberFadingCircle extends ThrobberBase {
/**
* @inheritdoc
*/
protected function setMarkup() {
return '<div class="ajax-throbber sk-fading-circle">
<div class="sk-circle1 sk-circle"></div>
<div class="sk-circle2 sk-circle"></div>
<div class="sk-circle3 sk-circle"></div>
<div class="sk-circle4 sk-circle"></div>
<div class="sk-circle5 sk-circle"></div>
<div class="sk-circle6 sk-circle"></div>
<div class="sk-circle7 sk-circle"></div>
<div class="sk-circle8 sk-circle"></div>
<div class="sk-circle9 sk-circle"></div>
<div class="sk-circle10 sk-circle"></div>
<div class="sk-circle11 sk-circle"></div>
<div class="sk-circle12 sk-circle"></div>
</div>';
}
/**
* @inheritdoc
*/
protected function setCssFile() {
return $this->path . '/css/fading-circle.css';
}
/**
* @inheritdoc
*/
protected function setLabel() {
return 'Fading circle';
}
}
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. | |
ThrobberFadingCircle:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |
|
ThrobberFadingCircle:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |
|
ThrobberFadingCircle:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |