CKFinder 3 – PHP Connector Documentation
Folder Class Reference
Inheritance diagram for Folder:
WorkingFolder

Public Member Functions

 __construct (ResourceType $resourceType, $path)
 

Static Public Member Functions

static isValidName ($folderName, $disallowUnsafeCharacters)
 

Protected Attributes

 $resourceType
 
 $path
 

Detailed Description

The Folder class.

Represents a folder in the file system.

Constructor & Destructor Documentation

◆ __construct()

__construct ( ResourceType  $resourceType,
  $path 
)
Parameters
ResourceType$resourceTyperesource type
string$pathresource type relative path

Member Function Documentation

◆ isValidName()

static isValidName (   $folderName,
  $disallowUnsafeCharacters 
)
static

Checks whether $folderName is a valid folder name. Returns true on success.

Parameters
string$folderName
bool$disallowUnsafeCharacters
Returns
bool

The documentation for this class was generated from the following file: