<?php

return ezcDocumentWikiDocumentNode::__set_state(array(
   'line' => 3,
   'position' => 1,
   'nodes' => 
  array (
    0 => 
    ezcDocumentWikiBlockquoteNode::__set_state(array(
       'level' => 1,
       'line' => 1,
       'position' => 0,
       'nodes' => 
      array (
        0 => 
        ezcDocumentWikiTextNode::__set_state(array(
           'line' => 2,
           'position' => 3,
           'nodes' => 
          array (
          ),
           'token' => 
          ezcDocumentWikiTextLineToken::__set_state(array(
             'content' => 'Some block quoted text',
             'line' => 2,
             'position' => 3,
          )),
        )),
      ),
       'token' => 
      ezcDocumentWikiParagraphIndentationToken::__set_state(array(
         'level' => 1,
         'content' => 'bq.',
         'line' => 1,
         'position' => 0,
      )),
    )),
  ),
   'token' => 
  ezcDocumentWikiEndOfFileToken::__set_state(array(
     'content' => NULL,
     'line' => 3,
     'position' => 1,
  )),
));

