class ThrobberTest in Ajax loader 7
@file Class ThrobberTest
Hierarchy
- class \ThrobberBase implements ThrobberInterface
- class \ThrobberTest
Expanded class hierarchy of ThrobberTest
1 string reference to 'ThrobberTest'
- AjaxLoaderTestCase::testManager in ./
ajax_loader.test - Test manager.
File
- modules/
ajax_loader_test/ ThrobberTest.php, line 8 - Class ThrobberTest
View source
class ThrobberTest extends ThrobberBase {
/**
* @inheritdoc
*/
protected function setMarkup() {
return '<div class="ajax-throbber"></div>';
}
/**
* @inheritdoc
*/
protected function setCssFile() {
return $this->path . '/css/test.css';
}
/**
* @inheritdoc
*/
protected function setLabel() {
return 'Test throbber';
}
}
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. | |
ThrobberTest:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |
|
ThrobberTest:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |
|
ThrobberTest:: |
protected | function |
@inheritdoc Overrides ThrobberBase:: |