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