PHP Интерфейс Roots\Sage\Assets\ManifestInterface

Автор: QWp6t
Показать файл Открыть проект

Открытые методы

Метод Описание
get ( string $asset ) : string Get the cache-busted filename
getUri ( string $asset ) : string Get the cache-busted URI

Описание методов

get() публичный Метод

If the manifest does not have an entry for $asset, then return $asset
public get ( string $asset ) : string
$asset string The original name of the file before cache-busting
Результат string

getUri() публичный Метод

If the manifest does not have an entry for $asset, then return URI for $asset
public getUri ( string $asset ) : string
$asset string The original name of the file before cache-busting
Результат string