Property | Type | Description | |
---|---|---|---|
$arrNodes | array | Path nodes | |
$arrValidFileTypes | array | Valid file types | |
$blnSubmitInput | boolean | Submit user input | |
$strTemplate | string | Template |
Method | Description | |
---|---|---|
__construct ( array $arrAttributes = null ) | Load the database object | |
generate ( ) : string | Generate the widget and return it as string | |
generateAjax ( integer $strFolder, string $strField, integer $level, boolean $mount = false ) : string | Generate a particular subpart of the file tree and return it as HTML string |
Method | Description | |
---|---|---|
convertValuesToPaths ( ) | Translate the file IDs to file paths | |
isProtectedPath ( string $path ) : boolean | Check if a path is protected (see #287) | |
renderFiletree ( string $path, integer $intMargin, boolean $mount = false, boolean $blnProtected = true, array $arrFound = [] ) : string | Recursively render the filetree |
public __construct ( array $arrAttributes = null ) | ||
$arrAttributes | array |
protected convertValuesToPaths ( ) |
protected isProtectedPath ( string $path ) : boolean | ||
$path | string | |
return | boolean |
protected array $arrValidFileTypes | ||
return | array |
protected bool $blnSubmitInput | ||
return | boolean |