PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Form
<?php namespace Nextend\Framework\Form; interface ContainedInterface { /** * @return ContainedInterface|null */ public function getPrevious(); /** * @param ContainedInterface|null $element */ public function setPrevious($element = null); /** * @return ContainedInterface|null */ public function getNext(); /** * @param ContainedInterface|null $element */ public function setNext($element = null); public function remove(); /** * @return ContainerInterface */ public function getParent(); /** * @return string */ public function getPath(); public function render(); }
[+]
Element
[-] ContainerGeneral.php
[edit]
[-] AbstractField.php
[edit]
[-] TraitFieldset.php
[edit]
[+]
..
[-] ContainerMain.php
[edit]
[+]
WordPress
[+]
Insert
[-] TraitContainer.php
[edit]
[-] ContainerContainedInterface.php
[edit]
[-] FormTabbed.php
[edit]
[-] Form.php
[edit]
[-] AbstractFieldset.php
[edit]
[-] ContainerInterface.php
[edit]
[+]
Fieldset
[+]
Base
[-] ContainedInterface.php
[edit]
[+]
Container
[-] AbstractFormManager.php
[edit]
[-] AbstractContainer.php
[edit]