uawdijnntqw1x1x1
IP : 216.73.217.70
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.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
/
locationbo
/
www
/
libraries
/
smartslider3
/
src
/
.
/
.
/
.
/
Framework
/
Form
/
ContainerInterface.php
/
/
<?php namespace Nextend\Framework\Form; interface ContainerInterface { /** * @param ContainedInterface $element */ public function addElement($element); /** * @param ContainedInterface $element * @param ContainedInterface $target */ public function insertElementBefore($element, $target); /** * @param ContainedInterface $element * @param ContainedInterface $target */ public function insertElementAfter($element, $target); /** * @param ContainedInterface $element */ public function removeElement($element); /** * @param $path * * @return ContainedInterface */ public function getElement($path); /** * @return string */ public function getPath(); /** * @return Form */ public function getForm(); /** * @return string */ public function getName(); /** * @return string */ public function getControlName(); public function renderContainer(); }
/home/locationbo/www/libraries/smartslider3/src/./././Framework/Form/ContainerInterface.php