Свойство | Type | Description | |
---|---|---|---|
$ajaxHandlerBindToJquery | Use XHR handler by default, instead of jQuery | ||
$ajaxHandlerBindToXHR |
Méthode | Description | |
---|---|---|
__construct ( DebugBar\DebugBar $debugBar, $baseUrl = null, $basePath = null ) | ||
dumpAssetsToString ( string $type ) : string | Return assets as a string | |
renderHead ( ) | ||
setUrlGenerator ( |
Set the URL Generator |
Méthode | Description | |
---|---|---|
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 |
public __construct ( DebugBar\DebugBar $debugBar, $baseUrl = null, $basePath = null ) | ||
$debugBar | DebugBar\DebugBar |
public dumpAssetsToString ( string $type ) : string | ||
$type | string | 'js' or 'css' |
Résultat | string |
protected getModifiedTime ( string $type ) : integer | ||
$type | string | 'js' or 'css' |
Résultat | integer |
public setUrlGenerator ( |
||
$url |
protected $ajaxHandlerBindToJquery |