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