<?php
$TOC = array (
  0 => 
  array (
    0 => 'oop5.intro.php',
    1 => 'Introduction',
  ),
  1 => 
  array (
    0 => 'language.oop5.basic.php',
    1 => 'Syntaxe de base',
  ),
  2 => 
  array (
    0 => 'language.oop5.properties.php',
    1 => 'Propri&eacute;t&eacute;s',
  ),
  3 => 
  array (
    0 => 'language.oop5.property-hooks.php',
    1 => 'Hooks de propri&eacute;t&eacute;',
  ),
  4 => 
  array (
    0 => 'language.oop5.constants.php',
    1 => 'Constantes de classe',
  ),
  5 => 
  array (
    0 => 'language.oop5.autoload.php',
    1 => 'Auto-chargement de classes',
  ),
  6 => 
  array (
    0 => 'language.oop5.decon.php',
    1 => 'Constructeurs et destructeurs',
  ),
  7 => 
  array (
    0 => 'language.oop5.visibility.php',
    1 => 'Visibilit&eacute;',
  ),
  8 => 
  array (
    0 => 'language.oop5.inheritance.php',
    1 => 'H&eacute;ritage',
  ),
  9 => 
  array (
    0 => 'language.oop5.paamayim-nekudotayim.php',
    1 => 'L\'op&eacute;rateur de r&eacute;solution de port&eacute;e (::)',
  ),
  10 => 
  array (
    0 => 'language.oop5.static.php',
    1 => 'Statique',
  ),
  11 => 
  array (
    0 => 'language.oop5.abstract.php',
    1 => 'Abstraction de classes',
  ),
  12 => 
  array (
    0 => 'language.oop5.interfaces.php',
    1 => 'Interfaces',
  ),
  13 => 
  array (
    0 => 'language.oop5.traits.php',
    1 => 'Traits',
  ),
  14 => 
  array (
    0 => 'language.oop5.anonymous.php',
    1 => 'Classes anonymes',
  ),
  15 => 
  array (
    0 => 'language.oop5.overloading.php',
    1 => 'Surcharge magique',
  ),
  16 => 
  array (
    0 => 'language.oop5.iterations.php',
    1 => 'Parcours d\'objets',
  ),
  17 => 
  array (
    0 => 'language.oop5.magic.php',
    1 => 'M&eacute;thodes magiques',
  ),
  18 => 
  array (
    0 => 'language.oop5.final.php',
    1 => 'Mot-cl&eacute; &quot;final&quot;',
  ),
  19 => 
  array (
    0 => 'language.oop5.cloning.php',
    1 => 'Clonage d\'objets',
  ),
  20 => 
  array (
    0 => 'language.oop5.object-comparison.php',
    1 => 'Comparaison d\'objets',
  ),
  21 => 
  array (
    0 => 'language.oop5.late-static-bindings.php',
    1 => 'Late Static Bindings (R&eacute;solution statique &agrave; la vol&eacute;e)',
  ),
  22 => 
  array (
    0 => 'language.oop5.references.php',
    1 => 'Objets et r&eacute;f&eacute;rences',
  ),
  23 => 
  array (
    0 => 'language.oop5.serialization.php',
    1 => 'S&eacute;rialisation d\'objets',
  ),
  24 => 
  array (
    0 => 'language.oop5.variance.php',
    1 => 'Covariance et Contravariance',
  ),
  25 => 
  array (
    0 => 'language.oop5.lazy-objects.php',
    1 => 'Objets paresseux',
  ),
  26 => 
  array (
    0 => 'language.oop5.changelog.php',
    1 => 'Modifications en POO (Programmation orient&eacute;e objet)',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'langref.php',
    1 => 'R&eacute;f&eacute;rence du langage',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Pr&eacute;face',
  ),
);