41 $this->summary[] =
"";
42 $this->summary[] =
"<b>File: $file</b>";
45 $this->summary[] = $line;
53 if ($dh = opendir(
$dir)) {
54 while ((
$file = readdir($dh)) !==
false) {
55 if (!eregi(
"^[\.]{1,2}",
$file)) {
57 if (is_dir(
$dir.$file)) {
61 if (eregi(
"(\.xml)$",
$file)) {
72 $this->dir = $directory.
'/';
77 $this->summary = array();
79 if(count($this->summary) == 0)
93 foreach ($this->summary as $line)