You are here

class ThrobberRotatingPlane in Ajax loader 7

@file Class ThrobberRotatingPlane

Hierarchy

Expanded class hierarchy of ThrobberRotatingPlane

File

lib/throbber/ThrobberRotatingPlane.php, line 8
Class ThrobberRotatingPlane

View source
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';
  }

}

Members

Namesort descending Modifiers Type Description Overrides
ThrobberBase::$css_file protected property
ThrobberBase::$label protected property
ThrobberBase::$markup protected property
ThrobberBase::$path protected property
ThrobberBase::getCssFile public function Overrides ThrobberInterface::getCssFile
ThrobberBase::getLabel public function Overrides ThrobberInterface::getLabel
ThrobberBase::getMarkup public function Overrides ThrobberInterface::getMarkup
ThrobberBase::__construct public function ThrobberBase constructor.
ThrobberRotatingPlane::setCssFile protected function @inheritdoc Overrides ThrobberBase::setCssFile
ThrobberRotatingPlane::setLabel protected function @inheritdoc Overrides ThrobberBase::setLabel
ThrobberRotatingPlane::setMarkup protected function @inheritdoc Overrides ThrobberBase::setMarkup