PHP 클래스 Barryvdh\Elfinder\Connector

저자: Dmitry (dio) Levashov
상속: extends elFinderConnector
파일 보기 프로젝트 열기: barryvdh/laravel-elfinder 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$response Symfony\Component\HttpFoundation\Response

공개 메소드들

메소드 설명
getResponse ( ) : Response

보호된 메소드들

메소드 설명
output ( array $data ) : void Output json

메소드 상세

getResponse() 공개 메소드

public getResponse ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

output() 보호된 메소드

Output json
저자: Dmitry (dio) Levashov
protected output ( array $data ) : void
$data array
리턴 void

프로퍼티 상세

$response 보호되어 있는 프로퍼티

protected Response,Symfony\Component\HttpFoundation $response
리턴 Symfony\Component\HttpFoundation\Response