PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Form
<?php namespace Nextend\Framework\Form; use Nextend\Framework\Pattern\MVCHelperTrait; abstract class AbstractFormManager { use MVCHelperTrait; /** * AbstractFormManager constructor. * * @param MVCHelperTrait $MVCHelper */ public function __construct($MVCHelper) { $this->setMVCHelper($MVCHelper); } }
[+]
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]