| Current Path : /home/smartconb/www/armencom33/libraries/smartslider3/src/Framework/Form/ |
| Current File : /home/smartconb/www/armencom33/libraries/smartslider3/src/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);
}
}