Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
league
/
glide
/
src
/
Urls
Location:
/home/zoteqbgb/public_html/vendor/league/glide/src/Urls
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: UrlBuilderFactory.php
<?php namespace League\Glide\Urls; use League\Glide\Signatures\SignatureFactory; class UrlBuilderFactory { /** * Create UrlBuilder instance. * * @param string $baseUrl URL prefixed to generated URL. * @param string|null $signKey Secret key used to secure URLs. * * @return UrlBuilder The UrlBuilder instance. */ public static function create($baseUrl, $signKey = null) { $httpSignature = null; if (!is_null($signKey)) { $httpSignature = SignatureFactory::create($signKey); } return new UrlBuilder($baseUrl, $httpSignature); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
UrlBuilder.php
2,931 bytes
0644
2024-12-17 10:40
âï¸
ðï¸
Rename
UrlBuilderFactory.php
633 bytes
0644
2024-12-17 10:40
âï¸
ðï¸
Rename
Chang
Apply