Public Member Functions | |
| generate ($outputdir) | |
Static Public Member Functions | |
| static | list_dir ($path, $maxdepth=-1, $mode='FULL', $exclude='', $d=0) |
| static | rmkdir ($dir, $mode=0777) |
| static | is_pathrelative ($dir) |
| static | unifypath ($path) |
| static | real_path ($path) |
Public Attributes | |
| $outputdir = '' | |
| static Pluf_Translation_Generator::list_dir | ( | $ | path, | |
| $ | maxdepth = -1, |
|||
| $ | mode = 'FULL', |
|||
| $ | exclude = '', |
|||
| $ | d = 0 | |||
| ) | [static] |
Recursive listing of the content of a folder.
| string | Path to browse | |
| int | How deep to browse (-1=unlimited) | |
| string | Mode "FULL"|"DIRS"|"FILES" ('FULL') | |
| sring | Pattern to exclude some files ('') | |
| int | Must not be defined (0) |
| static Pluf_Translation_Generator::rmkdir | ( | $ | dir, | |
| $ | mode = 0777 | |||
| ) | [static] |
Recursive make of a directory.
| string | Directory to make | |
| octal | Chmod of the directory (0777) |
| static Pluf_Translation_Generator::is_pathrelative | ( | $ | dir | ) | [static] |
| static Pluf_Translation_Generator::unifypath | ( | $ | path | ) | [static] |
| static Pluf_Translation_Generator::real_path | ( | $ | path | ) | [static] |
| Pluf_Translation_Generator::generate | ( | $ | outputdir | ) |
Generate the files.
| Pluf_Translation_Generator::$outputdir = '' |