Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Barryvdh
Elfinder
Connector
PHP Class Barryvdh\Elfinder\Connector
Author:
Dmitry (dio) Levashov
Inheritance:
extends
elFinderConnector
Show file
Open project: barryvdh/laravel-elfinder
Class Usage Examples
Protected Properties
Property
Type
Description
$response
Symfony\Component\HttpFoundation\Response
Public Methods
Method
Description
getResponse
( ) :
Response
Protected Methods
Method
Description
output
(
array
$data
) :
void
Output json
Method Details
getResponse()
public
method
public
getResponse
( ) :
Response
return
Symfony\Component\HttpFoundation\Response
output()
protected
method
Output json
Author:
Dmitry (dio) Levashov
protected
output
(
array
$data
) :
void
$data
array
return
void
Property Details
$response
protected property
protected
Response,Symfony\Component\HttpFoundation
$response
return
Symfony\Component\HttpFoundation\Response