uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
libraries
/
quix
/
src
/
Assets
/
Contract
/
Drivers
/
AssetsDriver.php
/
/
<?php namespace ThemeXpert\Assets\Contract\Drivers; interface AssetsDriver { /** * Added javascript with the application. * * @param string $handle * @param string $src * @param array $data * @param array $dependencies * @param null $order * @param null $version * * @throws AssetException */ public function Js($handle, $src, $data = [], $dependencies = [], $order = null, $version = null); /** * Added stylesheet with the application. * * @param string $handle * @param string $src * @param array $data * @param array $dependencies * @param null $order * @param null $version * @param string $media * * @throws AssetException */ public function Css($handle, $src, $data = [], $dependencies = [], $order = null, $version = null, $media = 'all'); }
/home/pteabiscqq/www/libraries/quix/src/Assets/Contract/Drivers/AssetsDriver.php