/home/sharedstore/public_html/prestashop.sharedstore.ma/classes/form
NameSizeModeActions
AbstractForm.php70580644editdlrm
CustomerAddressForm.php75630644editdlrm
CustomerAddressFormatter.php90250644editdlrm
CustomerAddressPersister.php42950644editdlrm
CustomerForm.php122540644editdlrm
CustomerFormatter.php89420644editdlrm
CustomerLoginForm.php42120644editdlrm
CustomerLoginFormatter.php23280644editdlrm
CustomerPersister.php98460644editdlrm
FormField.php45390644editdlrm
FormFormatterInterface.php11470644editdlrm
FormInterface.php15000644editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/classes/form/FormInterface.php (1500B)
* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ use PrestaShop\PrestaShop\Core\Foundation\Templating\RenderableInterface; interface FormInterface extends RenderableInterface { public function setAction($action); public function fillWith(array $params = []); public function submit(); public function getErrors(); public function hasErrors(); public function render(array $extraVariables = []); public function setTemplate($template); }