<?php
$TOC = array (
  0 => 
  array (
    0 => 'ui-draw-path.addrectangle.php',
    1 => 'UI\\Draw\\Path::addRectangle',
  ),
  1 => 
  array (
    0 => 'ui-draw-path.arcto.php',
    1 => 'UI\\Draw\\Path::arcTo',
  ),
  2 => 
  array (
    0 => 'ui-draw-path.bezierto.php',
    1 => 'UI\\Draw\\Path::bezierTo',
  ),
  3 => 
  array (
    0 => 'ui-draw-path.closefigure.php',
    1 => 'UI\\Draw\\Path::closeFigure',
  ),
  4 => 
  array (
    0 => 'ui-draw-path.construct.php',
    1 => 'UI\\Draw\\Path::__construct',
  ),
  5 => 
  array (
    0 => 'ui-draw-path.end.php',
    1 => 'UI\\Draw\\Path::end',
  ),
  6 => 
  array (
    0 => 'ui-draw-path.lineto.php',
    1 => 'UI\\Draw\\Path::lineTo',
  ),
  7 => 
  array (
    0 => 'ui-draw-path.newfigure.php',
    1 => 'UI\\Draw\\Path::newFigure',
  ),
  8 => 
  array (
    0 => 'ui-draw-path.newfigurewitharc.php',
    1 => 'UI\\Draw\\Path::newFigureWithArc',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.ui.php',
    1 => 'UI',
  ),
  1 => 
  array (
    0 => 'refs.ui.php',
    1 => 'Estensioni GUI',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => 'Guida Funzioni',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => 'Manuale PHP',
  ),
);