Previous Page
reset()

Solar_Markdown_Wiki_Link
setAttrib()

Next Page
setAttribs()

setAttrib()

public void setAttrib ( string $type, string $key, string $val )

Sets one anchor attribute.

Parameters

  • (string) $type: The anchor type, generally 'read' or 'add'.
  • (string) $key: The attribute key, for example 'href' or 'class'.
  • (string) $val: The attribute value.

Returns

  • (void)

Description

Sets one anchor attribute.