abstract protected function ThrobberBase::setMarkup in Ajax loader 7
Sets markup for throbber.
1 call to ThrobberBase::setMarkup()
- ThrobberBase::__construct in lib/
throbber/ ThrobberBase.php - ThrobberBase constructor.
12 methods override ThrobberBase::setMarkup()
- ThrobberChasingDots::setMarkup in lib/
throbber/ ThrobberChasingDots.php - @inheritdoc
- ThrobberCircle::setMarkup in lib/
throbber/ ThrobberCircle.php - @inheritdoc
- ThrobberCubeGrid::setMarkup in lib/
throbber/ ThrobberCubeGrid.php - @inheritdoc
- ThrobberDoubleBounce::setMarkup in lib/
throbber/ ThrobberDoubleBounce.php - @inheritdoc
- ThrobberFadingCircle::setMarkup in lib/
throbber/ ThrobberFadingCircle.php - @inheritdoc
File
- lib/
throbber/ ThrobberBase.php, line 50 - Class ThrobberBase
Class
- ThrobberBase
- @file Class ThrobberBase
Code
protected abstract function setMarkup();