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

Public Member Functions

 __construct (CKFinder $app)
 
 setCommandsNamespace ($namespace)
 
 setPluginsNamespace ($namespace)
 

Public Attributes

const COMMAND_EXECUTE_METHOD = 'execute'
 

Protected Attributes

 $commandsNamespace
 
 $pluginsNamespace
 
 $app
 

Detailed Description

The command resolver class.

The purpose of this class is to resolve which CKFinder command should be executed for the current request. This process is based on a value passed in the $_GET['command'] request variable.

Constructor & Destructor Documentation

◆ __construct()

__construct ( CKFinder  $app)

Constructor.

Member Function Documentation

◆ setCommandsNamespace()

setCommandsNamespace (   $namespace)

Sets the namespace used to resolve commands.

Parameters
string$namespace

◆ setPluginsNamespace()

setPluginsNamespace (   $namespace)

Sets the namespace used to resolve plugin commands.

Parameters
string$namespace

Member Data Documentation

◆ COMMAND_EXECUTE_METHOD

const COMMAND_EXECUTE_METHOD = 'execute'

The name of the method to execute in commands classes.


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