You are here

public function ThrobberBase::getLabel in Ajax loader 7

Return value

mixed

Overrides ThrobberInterface::getLabel

File

lib/throbber/ThrobberBase.php, line 43
Class ThrobberBase

Class

ThrobberBase
@file Class ThrobberBase

Code

public function getLabel() {
  return $this->label;
}