GoLang HaruAnnotation::setIcon

request it (195)
GoLang replacement for PHP's HaruAnnotation::setIcon [edit | history]



Do you know a GoLang replacement for PHP's HaruAnnotation::setIcon? Write it!

PHP HaruAnnotation::setIcon

PHP original manual for HaruAnnotation::setIcon [ show | php.net ]

HaruAnnotation::setIcon

(PECL haru >= 0.0.1)

HaruAnnotation::setIconSet the icon style of the annotation

Description

bool HaruAnnotation::setIcon ( int $icon )

Defines the style of the annotation icon. This function may be used with text annotations only.

Parameters

icon

The style of the icon. Can take only these values:

  • HaruAnnotation::ICON_COMMENT
  • HaruAnnotation::ICON_KEY
  • HaruAnnotation::ICON_NOTE
  • HaruAnnotation::ICON_HELP
  • HaruAnnotation::ICON_NEW_PARAGRAPH
  • HaruAnnotation::ICON_PARAGRAPH
  • HaruAnnotation::ICON_INSERT

Return Values

Returns TRUE on success.

Errors/Exceptions

Throws a HaruException on error.