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

href

DOCUMENTATION / ELEMENTS / Anchor / METHODS
/**
 * Set anchor href.
 *
 * @param string $value Href value.
 *
 * @return self Returns instance of the Anchor class.
 *
 * @access public
 */
public function href(string $value): self

Examples

use function Thermage\anchor;
use function Thermage\render;

// ...

render(
  anchor('Thermage')->href('https://awilum.github.io/thermage/')
);
Terminal
$ php thermage.php
Thermage

Getting Started

  • Usage

Methods

  • bg Set Anchor element background color style.
  • blink Set Anchor element blink style.
  • bold Set Anchor element bold style.
  • border Set Anchor element border style.
  • borderColor Set Anchor element border color style.
  • color Set Anchor element text color style.
  • d Set Anchor element display style.
  • dim Set Anchor element dim style.
  • display Set Anchor element display style.
  • getShortcodes Get Anchor element shortcodes instance.
  • getTheme Get Anchor element theme.
  • getValue Get Anchor element value.
  • href Set Anchor element href.
  • italic Set Anchor element italic style.
  • ml Set Anchor margin left style.
  • mr Set Anchor margin right style.
  • mx Set Anchor margin both style.
  • pl Set Anchor padding left style.
  • pr Set Anchor padding right style.
  • px Set Anchor padding both style.
  • render Render Anchor element.
  • setShortcodes Set Anchor element shortcodes instance.
  • setTheme Set Anchor element theme instance.
  • strikethrough Set Anchor element strikethrough style.
  • underline Set Anchor element underline style.
  • value Set Anchor element value.

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

Copyright © Sergey Romanenko