Todo List
Common methods for PHP_Beautifier, almost file management. All the methods are static
bool createDir( string $sFile)
array getFilesByGlob( string $sPath, [bool $bRecursive = false])
array getFilesByPattern( string $sDir, string $sFilePattern, [bool $bRecursive = false])
1 PHP_Beautifier_Common::getFilesByPattern('.','*.php',true);
Log_composite getLog( )
Always return the same object (Singleton pattern)
array getSavePath( array $aFiles, [string $sPath = './'])
string normalizeDir( string $sDir)
string wsToString( string $sText)
So, tabs becomes \t, newline \n and feed \r Useful for log