ThrobberRotatingPlane.php in Ajax loader 7
Class ThrobberRotatingPlane
File
lib/throbber/ThrobberRotatingPlane.phpView source
<?php
/**
* @file
* Class ThrobberRotatingPlane
*/
class ThrobberRotatingPlane extends ThrobberBase {
/**
* @inheritdoc
*/
protected function setMarkup() {
return '<div class="ajax-throbber sk-rotating-plane"></div>';
}
/**
* @inheritdoc
*/
protected function setCssFile() {
return $this->path . '/css/rotating-plane.css';
}
/**
* @inheritdoc
*/
protected function setLabel() {
return 'Rotating plane';
}
}
Classes
Name | Description |
---|---|
ThrobberRotatingPlane | @file Class ThrobberRotatingPlane |