Class DC_Folder extends DataContainer
Inheritance:
- System
- Controller
- Backend
- DataContainer
- DC_Folder
/system/drivers/DC_Folder.php line 40
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Class DC_Folder
Provide methods to modify the file system.
Methods
- protected generateTree(string $path, integer $intMargin, boolean $mount, boolean $blnProtected, array $arrClipboard)
- protected getMD5Folders(string $strPath)
- protected isMounted(string $strFolder)
- protected isValid(string $strFile)
- protected save(mixed $varValue)
- public ajaxTreeView(string $strFolder, integer $level)
- public copy(string $source, string $destination)
- public copyAll()
- public create()
- public cut(boolean $blnDoNotRedirect)
- public cutAll()
- public delete(string $source)
- public deleteAll()
- public edit()
- public editAll()
- public getPalette()
- public move(boolean $blnIsAjax)
- public protect()
- public show()
- public showAll()
- public source()
- public undo()
- public __construct(string $strTable) overrides Backend::__construct()
- public __get(string $strKey) overrides DataContainer::__get()
Properties
- ? $session
- protected array $arrFilemounts
- protected array $arrValidFileTypes
- protected string $strExtension
- protected string $strPath
Add a comment