Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16084 программиста и 1771 робот. Сейчас ищут 1832 программиста ...
HaruAnnotation::setIcon - Set the icon style of the annotation
Вернуться к: HaruAnnotation
HaruAnnotation::setIcon
(PECL haru >= 0.0.1)
HaruAnnotation::setIcon — Set the icon style of the annotation
Описание
bool HaruAnnotation::setIcon
( int
$icon
)Defines the style of the annotation icon. This function may be used with text annotations only.
Список параметров
-
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
-
Возвращаемые значения
Returns TRUE
on success.
Ошибки
Вызывает исключение HaruException при ошибке.
Вернуться к: HaruAnnotation