PHP Velho Oeste 2024

HaruAnnotation::setOpened

(PECL haru >= 0.0.1)

HaruAnnotation::setOpenedDéfinit le statut initial de l'annotation

Description

HaruAnnotation::setOpened ( bool $opened ) : bool

Définit si l'annotation est initialement affichée ouverte ou non. Cette fonction doit être utilisée uniquement avec les annotations.

Liste de paramètres

opened

TRUE signifie que l'annotation est initialement affichée ouverte, FALSE signifie close.

Valeurs de retour

Retourne TRUE en cas de succès.

Erreurs / Exceptions

Émet une exception HaruException en cas d'erreur.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top