uawdijnntqw1x1x1
IP : 216.73.217.31
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
/
.
/
.
/
FormEngine
/
Transformers
/
LinkTransformer.php
/
/
<?php namespace ThemeXpert\FormEngine\Transformers; class LinkTransformer extends TextTransformer { /** * Get the link value. * * @param $config * * @return array */ public function getValue($config) { $value = (array) $this->get($config, "value", []); if (count($value) === 0) { return [ "text" => "", "url" => "", "target" => false, ]; } else { $value = (array)$value; } # We do not need any of them that was not defined $value = array_pick($value, ["url", "text", "target"], true); //exclusive return $value; } }
/home/pteabiscqq/www/libraries/quix/src/././FormEngine/Transformers/LinkTransformer.php