AWILUM.GITHUB.IO
Projects Donate About RU RU
Thermage Documentation GITHUB TWITTER

getShortcodes

DOCUMENTATION / ELEMENTS / Alert / METHODS
/**
 * Get Alert element shortcodes instance.
 *
 * @return Shortcodes Alert element shortcodes instance.
 *
 * @access public
 */
public static function getShortcodes(): Shortcodes

Examples

use function Thermage\alert;
use function Thermage\render;

// ...

$shortcodes = alert()::getShortcodes();

Getting Started

  • Usage

Methods

  • danger Set Alert element type danger.
  • display Set Alert element display style.
  • getShortcodes Get Alert element shortcodes instance.
  • getTheme Get Alert element theme.
  • getValue Get Alert element value.
  • info Set Alert element type info.
  • primary Set Alert element type primary.
  • render Render Alert element.
  • secondary Set Alert element type secondary.
  • setShortcodes Set Alert element shortcodes instance.
  • setTheme Set Alert element theme instance.
  • success Set Alert element type success.
  • textAlign Set Alert element text align.
  • value Set Alert element value.
  • w Set Alert width.
  • warning Set Alert element type warning.

POWERED BY FLEXTYPE| SITEMAP| SOURCE CODE| TOTAL PAGES: 744

Copyright © Sergey Romanenko