????
Current Path : /home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ |
Current File : //home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractFormManager.php |
<?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); } }