Skip to content
Snippets Groups Projects
  • chris's avatar
    a4b5ae12
    add events, DOKUWIKI_START & DOKUWIKI_END · a4b5ae12
    chris authored
    event DOKUWIKI_START
    
    This event is advisory only.
    There is no event data
    There is no default action
    
    The event is signalled after Dokuwiki has completed its initialisation phase and
    before it closes the session.  Most Dokuwiki globals will have been created and
    populated, the global $_SESSION var will still be in existence.
    
    Note: Even after $_SESSION has been closed a plugin can reopen the session to
    access session data - as long as headers have not already been sent.  For more
    information refer to lib/plugins/config/admin.php.
    
    event DOKUWIKI_END
    
    This event is advisory only.
    There is no event data
    There is no default action
    
    The event is signalled after all processing has been completed as the last thing
    doku.php does before exiting. It is possible that under certain circumstances
    dokuwiki will exit without returning to doku.php and this event may not then be
    signalled.
    
    darcs-hash:20060415152444-9b6ab-1e41d0265f2a6660ad497dd387c7930251dc4030.gz
    a4b5ae12
    History
    add events, DOKUWIKI_START & DOKUWIKI_END
    chris authored
    event DOKUWIKI_START
    
    This event is advisory only.
    There is no event data
    There is no default action
    
    The event is signalled after Dokuwiki has completed its initialisation phase and
    before it closes the session.  Most Dokuwiki globals will have been created and
    populated, the global $_SESSION var will still be in existence.
    
    Note: Even after $_SESSION has been closed a plugin can reopen the session to
    access session data - as long as headers have not already been sent.  For more
    information refer to lib/plugins/config/admin.php.
    
    event DOKUWIKI_END
    
    This event is advisory only.
    There is no event data
    There is no default action
    
    The event is signalled after all processing has been completed as the last thing
    doku.php does before exiting. It is possible that under certain circumstances
    dokuwiki will exit without returning to doku.php and this event may not then be
    signalled.
    
    darcs-hash:20060415152444-9b6ab-1e41d0265f2a6660ad497dd387c7930251dc4030.gz
Code owners
Assign users and groups as approvers for specific file changes. Learn more.