PHP_UML
[ class tree: PHP_UML ] [ index: PHP_UML ] [ all elements ]

Class: PHP_UML_Scanner

Source Location: /PHP_UML-0.4.4/UML.php

Class Overview


Abstract iterator for the filesystem scan


Author(s):

Variables

Methods


Child classes:

PHP_UML
The main class to use, through its methods :

Inherited Variables

Inherited Methods


Class Details

[line 39]
Abstract iterator for the filesystem scan


[ Top ]


Class Variables

$ignoredDirectories = array()

[line 45]

Directories to ignore during scan
  • Access: public

Type:   array


[ Top ]

$subDirectories =  true

[line 51]

If true, search is recursive
  • Access: public

Type:   bool


[ Top ]



Method Detail

traverseDirectory   [line 61]

void traverseDirectory( string $dir, [int $level = 1])

Traverse a directory to parse its files
  • Access: protected

Parameters:

string   $dir   —  Physical path to the directory
int   $level   —  Level of recursion

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:22:53 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.