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