HaruDoc::createOutline

(PECL haru >= 0.0.1)

HaruDoc::createOutlineCreate a HaruOutline instance

Opis

HaruDoc::createOutline ( string $title [, object $parent_outline [, object $encoder ]] ) : object

Create a HaruOutline instance.

Parametry

title

The caption of new outline object.

parent_outline

A valid HaruOutline instance or NULL.

encoder

A valid HaruEncoder instance or NULL.

Zwracane wartości

Returns a new HaruOutline instance.

Błędy/Wyjątki

Zgłasza wyjątek HaruException gdy wystąpi błąd.

add a note add a note

User Contributed Notes

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