PHP 클래스 Barryvdh\Debugbar\JavascriptRenderer

상속: extends DebugBar\JavascriptRenderer
파일 보기 프로젝트 열기: barryvdh/laravel-debugbar

보호된 프로퍼티들

프로퍼티 타입 설명
$ajaxHandlerBindToJquery Use XHR handler by default, instead of jQuery
$ajaxHandlerBindToXHR

공개 메소드들

메소드 설명
__construct ( DebugBar\DebugBar $debugBar, $baseUrl = null, $basePath = null )
dumpAssetsToString ( string $type ) : string Return assets as a string
renderHead ( )
setUrlGenerator ( UrlGenerator $url ) Set the URL Generator

보호된 메소드들

메소드 설명
getModifiedTime ( string $type ) : integer Get the last modified time of any assets.
makeUriRelativeTo ( string | array $uri, string $root ) : string Makes a URI relative to another

메소드 상세

__construct() 공개 메소드

public __construct ( DebugBar\DebugBar $debugBar, $baseUrl = null, $basePath = null )
$debugBar DebugBar\DebugBar

dumpAssetsToString() 공개 메소드

Return assets as a string
public dumpAssetsToString ( string $type ) : string
$type string 'js' or 'css'
리턴 string

getModifiedTime() 보호된 메소드

Get the last modified time of any assets.
protected getModifiedTime ( string $type ) : integer
$type string 'js' or 'css'
리턴 integer

makeUriRelativeTo() 보호된 메소드

Makes a URI relative to another
protected makeUriRelativeTo ( string | array $uri, string $root ) : string
$uri string | array
$root string
리턴 string

renderHead() 공개 메소드

public renderHead ( )

setUrlGenerator() 공개 메소드

Set the URL Generator
사용 중단:
public setUrlGenerator ( UrlGenerator $url )
$url Illuminate\Routing\UrlGenerator

프로퍼티 상세

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

Use XHR handler by default, instead of jQuery
protected $ajaxHandlerBindToJquery

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

protected $ajaxHandlerBindToXHR