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
|
#
findInDir(
Detects all available class type tokens in found files inside passed directory. |
public
array|null
|
|
public
array
|
|
public
string
|
#
getFormattedDebugMessages( string $delemiter = "\n", string $wrap = '%s' )
Returns debug messages in a formatted way. |
protected
|
|
protected
|
#
_getDirIterator(
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 | array('.svn', '.cvs') |
#
List of directories to ignore (note: is case insensitive) |
protected
array
|
$_excludeFiles | array('/^~*.\.php$/', '/^~*.\.inc$/') |
#
List of files to ignore, regex pattern is also accepted (note: is case insensitive) |
protected
array
|
$_extensionsToParse | array('.php', '.inc') |
#
List of file extensions to parse (note: is case insensitive) |
protected
boolean
|
$_enableDebug | false |
#
Flag to enable debugging, all messages will be collected in property _debugMessages, if enabled |
protected
array
|
$_debugMessages | array() |
#
List of debugging messages, will e filled, if debugging is active |