class ThrobberChasingDots in Ajax loader 7
@file Class ThrobberChasingDots
Hierarchy
- class \ThrobberBase implements ThrobberInterface
- class \ThrobberChasingDots
Expanded class hierarchy of ThrobberChasingDots
1 string reference to 'ThrobberChasingDots'
- AjaxLoaderTestCase::testFilledOutSettings in ./
ajax_loader.test - Test all the things when settings are set.
File
- lib/
throbber/ ThrobberChasingDots.php, line 8 - Class ThrobberChasingDots
View source
class ThrobberChasingDots extends ThrobberBase {
/**
* @inheritdoc
*/
protected function setMarkup() {
return '<div class="ajax-throbber sk-chasing-dots">
<div class="sk-child sk-dot1"></div>
<div class="sk-child sk-dot2"></div>
</div>';
}
/**
* @inheritdoc
*/
protected function setCssFile() {
return $this->path . '/css/chasing-dots.css';
}
/**
* @inheritdoc
*/
protected function setLabel() {
return 'Chasing dots';
}
}
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. | |
ThrobberChasingDots:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |
|
ThrobberChasingDots:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |
|
ThrobberChasingDots:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |