<?php
$TOC = array (
  0 => 
  array (
    0 => 'reflectionmethod.construct.php',
    1 => 'ReflectionMethod::__construct',
  ),
  1 => 
  array (
    0 => 'reflectionmethod.createfrommethodname.php',
    1 => 'ReflectionMethod::createFromMethodName',
  ),
  2 => 
  array (
    0 => 'reflectionmethod.getclosure.php',
    1 => 'ReflectionMethod::getClosure',
  ),
  3 => 
  array (
    0 => 'reflectionmethod.getdeclaringclass.php',
    1 => 'ReflectionMethod::getDeclaringClass',
  ),
  4 => 
  array (
    0 => 'reflectionmethod.getmodifiers.php',
    1 => 'ReflectionMethod::getModifiers',
  ),
  5 => 
  array (
    0 => 'reflectionmethod.getprototype.php',
    1 => 'ReflectionMethod::getPrototype',
  ),
  6 => 
  array (
    0 => 'reflectionmethod.hasprototype.php',
    1 => 'ReflectionMethod::hasPrototype',
  ),
  7 => 
  array (
    0 => 'reflectionmethod.invoke.php',
    1 => 'ReflectionMethod::invoke',
  ),
  8 => 
  array (
    0 => 'reflectionmethod.invokeargs.php',
    1 => 'ReflectionMethod::invokeArgs',
  ),
  9 => 
  array (
    0 => 'reflectionmethod.isabstract.php',
    1 => 'ReflectionMethod::isAbstract',
  ),
  10 => 
  array (
    0 => 'reflectionmethod.isconstructor.php',
    1 => 'ReflectionMethod::isConstructor',
  ),
  11 => 
  array (
    0 => 'reflectionmethod.isdestructor.php',
    1 => 'ReflectionMethod::isDestructor',
  ),
  12 => 
  array (
    0 => 'reflectionmethod.isfinal.php',
    1 => 'ReflectionMethod::isFinal',
  ),
  13 => 
  array (
    0 => 'reflectionmethod.isprivate.php',
    1 => 'ReflectionMethod::isPrivate',
  ),
  14 => 
  array (
    0 => 'reflectionmethod.isprotected.php',
    1 => 'ReflectionMethod::isProtected',
  ),
  15 => 
  array (
    0 => 'reflectionmethod.ispublic.php',
    1 => 'ReflectionMethod::isPublic',
  ),
  16 => 
  array (
    0 => 'reflectionmethod.tostring.php',
    1 => 'ReflectionMethod::__toString',
  ),
);
$TOC_DEPRECATED = array (
  0 => 
  array (
    0 => 'reflectionmethod.export.php',
    1 => 'ReflectionMethod::export',
  ),
  1 => 
  array (
    0 => 'reflectionmethod.setaccessible.php',
    1 => 'ReflectionMethod::setAccessible',
  ),
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.reflection.php',
    1 => 'R&eacute;flexion',
  ),
  1 => 
  array (
    0 => 'refs.basic.vartype.php',
    1 => 'Extensions relatives aux variables et aux types',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => 'R&eacute;f&eacute;rence des fonctions',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => 'Pr&eacute;face',
  ),
);