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