(PECL haru >= 0.0.1)
Set the initial state of the outline
bool HaruOutline::setOpened ( bool $opened )
Defines whether this node is opened or not when the outline is displayed for the first time.
Parameters:
opened
TRUE means open, FALSE - closed.
Returns:
Returns TRUE on success.
Exception:
Throws a HaruException on error.
Please login to continue.