adamwathan / form

Super basic form HTML builder, only really exists so I can pull it in for some other more useful projects.
MIT License
232 stars 117 forks source link

Feature/ Enhancement: Need a PATCH method #52

Closed bmullican closed 9 years ago

bmullican commented 9 years ago

https://github.com/adamwathan/form/blob/master/src/AdamWathan/Form/Elements/FormOpen.php

FormOpen.php needs a "PATCH" method for those who may wish to use it.

public function patch() { return $this->setHiddenMethod('PATCH'); }

adamwathan commented 9 years ago

Will gladly accept a PR :)

bmullican commented 9 years ago

Sent. Thanks.