Class mpClassTypeFinder
Class to find class type tokens
Package: mpAutoloaderClassMap
Category: Development
Copyright: Copyright (c) 2009-2010 Murat Purc (http://www.purc.de)
License: - GNU General Public License, version 2
Author: Murat Purc murat@purc.de
Located at tools/mpAutoloaderClassMap/mpClassTypeFinder.php
Category: Development
Copyright: Copyright (c) 2009-2010 Murat Purc (http://www.purc.de)
License: - GNU General Public License, version 2
Author: Murat Purc murat@purc.de
Located at tools/mpAutoloaderClassMap/mpClassTypeFinder.php
public
|
|
public
|
|
public
array
|
|
public
|
|
public
array
|
|
public
|
|
public
array
|
|
public
array|null
|
|
public
array|null
|
|
public
array
|
|
public
string
|
#
getFormattedDebugMessages( string $delemiter = "\n", string $wrap = '%s' )
Returns debug messages in a formatted way. |
protected
|
|
protected
RecursiveIteratorIterator|DirectoryIterator
|
#
_getDirIterator( SplFileInfo $fileInfo, boolean $recursive )
Returns directory iterator depending on $recursive parameter value |
protected
boolean
|
|
protected
boolean
|
|
protected
boolean
|
|
protected
boolean
|
|
protected
string
|
#
_normalizePathSeparator( string $path )
Replaces windows style directory separator (backslash against slash) |
protected
array
|
$_excludeDirs
List of directories to ignore (note: is case insensitive) |
#
array('.svn', '.cvs')
|
protected
array
|
$_excludeFiles
List of files to ignore, regex pattern is also accepted (note: is case insensitive) |
#
array('/^~*.\.php$/', '/^~*.\.inc$/')
|
protected
array
|
$_extensionsToParse
List of file extensions to parse (note: is case insensitive) |
#
array('.php', '.inc')
|
protected
boolean
|
$_enableDebug
Flag to enable debugging, all messages will be collected in property _debugMessages, if enabled |
#
false
|
protected
array
|
$_debugMessages
List of debugging messages, will e filled, if debugging is active |
#
array()
|