HaruDoc::insertPage
(PECL haru:0.0.1)
HaruDoc::insertPage — Insert new page just before the specified page
Description
   object HaruDoc::insertPage
    ( object $page
   )
  Creates new page and inserts just before the specified page. Returns new HaruPage instance.
Parameters
- page
- 
      A valid HaruPage instance. 
Errors/Exceptions
Throws HaruException on error.