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