: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Nextend\Framework\Form;
use Nextend\Framework\Pattern\MVCHelperTrait;
abstract class AbstractFormManager {
* AbstractFormManager constructor.
* @param MVCHelperTrait $MVCHelper
public function __construct($MVCHelper) {
$this->setMVCHelper($MVCHelper);