|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Custom FSTools for this script that overloads some behavior. More...
Inheritance diagram for MergeLibraryFSTools:
Collaboration diagram for MergeLibraryFSTools:Public Member Functions | |
| copyable ($entry) | |
| Overloadable function that tests a filename for copyability. More... | |
| copy ($source, $dest) | |
Public Member Functions inherited from FSTools | |
| mkdirr ($folder) | |
| Recursively creates a directory. More... | |
| copyr ($source, $dest) | |
| Copy a file, or recursively copy a folder and its contents; modified so that copied files, if PHP, have includes removed. More... | |
| copyable ($file) | |
| Overloadable function that tests a filename for copyability. More... | |
| rmdirr ($dirname) | |
| Delete a file, or a folder and its contents. More... | |
| globr ($dir, $pattern, $flags=NULL) | |
| Recursively globs a directory. More... | |
| __call ($name, $args) | |
| Allows for PHP functions to be called and be stubbed. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from FSTools | |
| static | singleton () |
| Returns a global instance of FSTools. More... | |
| static | setSingleton ($singleton) |
| Sets our global singleton to something else; useful for overloading functions. More... | |
Custom FSTools for this script that overloads some behavior.
Definition at line 25 of file generate-standalone.php.
| MergeLibraryFSTools::copy | ( | $source, | |
| $dest | |||
| ) |
Definition at line 35 of file generate-standalone.php.
References copy_and_remove_includes().
Here is the call graph for this function:| MergeLibraryFSTools::copyable | ( | $file | ) |
Overloadable function that tests a filename for copyability.
By default, everything should be copied; you can restrict things to ignore hidden files, unreadable files, etc. This function applies to copyr().
Reimplemented from FSTools.
Definition at line 27 of file generate-standalone.php.