<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.cmark.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'class.commonmark-interfaces-ivisitable.php',
    1 => 'CommonMark\\Interfaces\\IVisitable',
    2 => 'La interfaz CommonMark\\Interfaces\\IVisitable',
  ),
  'up' => 
  array (
    0 => 'book.cmark.php',
    1 => 'CommonMark',
  ),
  'prev' => 
  array (
    0 => 'commonmark-interfaces-ivisitor.leave.php',
    1 => 'CommonMark\\Interfaces\\IVisitor::leave',
  ),
  'next' => 
  array (
    0 => 'commonmark-interfaces-ivisitable.accept.php',
    1 => 'CommonMark\\Interfaces\\IVisitable::accept',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/cmark/commonmark.interfaces.ivisitable.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.commonmark-interfaces-ivisitable.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.commonmark-interfaces-ivisitable" class="reference">

 <h1 class="title">La interfaz CommonMark\Interfaces\IVisitable</h1>
 

 <div class="partintro"><p class="verinfo">(cmark &gt;= 1.0.0)</p>


  <div class="section" id="commonmark-interfaces-ivisitable.intro">
   <h2 class="title">Introducción</h2>
   <p class="simpara">

   </p>
  </div>


  <div class="section" id="commonmark-interfaces-ivisitable.synopsis">
   <h2 class="title">Sinopsis de la Clase</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">final</span>
      <span class="modifier">class</span> <strong class="classname">CommonMark\Interfaces\IVisitable</strong>
     </span>
     {</div>


    <div class="methodsynopsis dc-description">
   <span class="modifier">abstract</span> <span class="modifier">public</span> <span class="methodname"><a href="commonmark-interfaces-ivisitable.accept.php" class="methodname">accept</a></span>(<span class="methodparam"><span class="type"><a href="class.commonmark-interfaces-ivisitor.php" class="type CommonMark\Interfaces\IVisitor">CommonMark\Interfaces\IVisitor</a></span> <code class="parameter">$visitor</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

   }</div>


  </div>

 </div>

 






<h2>Tabla de contenidos</h2><ul class="chunklist chunklist_reference"><li><a href="commonmark-interfaces-ivisitable.accept.php">CommonMark\Interfaces\IVisitable::accept</a> — Visitaci&oacute;n</li></ul>
</div>
<?php manual_footer($setup); ?>