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

Class: PHP_UML_Scanner

Source Location: /PHP_UML-0.4.2/UML.php

Class Overview


Abstract iterator for the filesystem scan


Author(s):

Variables

Methods


Child classes:

PHP_UML
The main class to instantiate

Inherited Variables

Inherited Methods


Class Details

[line 37]
Abstract iterator for the filesystem scan
  • Abstract:


[ Top ]


Class Variables

$ignoredDirectories = array()

[line 43]

Directories to ignore during scan
  • Access: public

Type:   array


[ Top ]

$subDirectories =  true

[line 49]

Recursive search
  • Access: public

Type:   bool


[ Top ]



Method Detail

traverseDirectory   [line 59]

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

Traverse recursively the directories for files to parse
  • Access: protected

Parameters:

string   $dir   —  Path folder to look into
int   $level   —  Level of recursion

[ Top ]


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