DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:event_objects

Event Objects

Some dumps of event objects. For the events:

  • PARSER_CACHE_USE
  • TPL_ACT_RENDER
  • IO_WIKIPAGE_WRITE

PARSER_CACHE_USE

Doku_Event Object
(
    [name] => PARSER_CACHE_USE
    [data] => cache_instructions Object
        (
            [file] => /var/www/html/dokuwiki/data/pages/event_handlers.txt
            [mode] => i
            [_event] => PARSER_CACHE_USE
            [key] => /var/www/html/dokuwiki/data/pages/event_handlers.txt192.168.0.10380
            [ext] => .i
            [cache] => /var/www/html/dokuwiki/data/cache/b/b64c30556e4fb3034043021f365774ce.i
            [depends] => Array
                (
                    [age] => 86400
                    [files] => Array
                        (
                            [0] => /var/www/html/dokuwiki/data/pages/event_handlers.txt
                            [1] => /var/www/html/dokuwiki/conf/dokuwiki.php
                            [2] => /var/www/html/dokuwiki/conf/local.php
                            [3] => /var/www/html/dokuwiki/inc/parser/parser.php
                            [4] => /var/www/html/dokuwiki/inc/parser/handler.php
                        )

                )

            [page] => event_handlers
        )

    [result] => 
    [canPreventDefault] => 1
    [_default] => 1
    [_continue] => 1
)

TPL_ACT_RENDER

Doku_Event Object
(
   [name] => TPL_ACT_RENDER
   [data] => edit
   [result] =>  
   [canPreventDefault] => 1
   [_default] => 1
   [_continue] => 1
)

IO_WIKIPAGE_WRITE

Doku_Event Object
(
   [name] => IO_WIKIPAGE_WRITE
   [data] => Array
       (
           [0] => Array
               (
                   [0] => var/www/html/web_site/wiki/map/data/pages/canada/winnipeg/hello.txt
                   [1] => ====== Hello, World ======
hello again!
                   [2] => 
               )

           [1] => canada:winnipeg
           [2] => hello
           [3] => 
       )

   [result] => 
   [canPreventDefault] => 
   [_default] => 1
   [_continue] => 1
)
devel/event_objects.txt · Last modified: 2013-01-25 12:19 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki