Beispiel #1
0
    public function __construct(Sensei_Doc_Toc $toc, array $options = array())
    {
        parent::__construct($toc, $options);

        $this->_wiki->setRenderConf('xhtml', 'Doclink', 'url_callback', array(&$this, 'makeUrl'));
        $this->_wiki->setRenderConf('xhtml', 'Code', 'code_begin_callback', array(&$this, 'codeListingsNumberingCallback'));
    }
Beispiel #2
0
 public function __construct(Sensei_Doc_Toc $toc, array $options = array())
 {
     parent::__construct($toc, $options);
 }