Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Things done #11

Merged
merged 3 commits into from Mar 14, 2013
Merged

Things done #11

merged 3 commits into from Mar 14, 2013

Conversation

harikt
Copy link
Member

@harikt harikt commented Feb 18, 2013

Base filter added to the docs

Multiple rules can be added to a field.

Form now has Iterator .

pmjones pushed a commit that referenced this pull request Mar 14, 2013
@pmjones pmjones merged commit 7fdf46c into auraphp:develop Mar 14, 2013
@harikt
Copy link
Member Author

harikt commented Mar 14, 2013

You were ok with IteratorAggregator for Form ? I am seeing things different in form branch.

@harikt harikt deleted the itera branch March 14, 2013 02:31
@pmjones
Copy link
Member

pmjones commented Mar 14, 2013

It's on Collection but I need to add it on Fieldset (which is the parent of Form).

@harikt
Copy link
Member Author

harikt commented Mar 14, 2013

ok.

@harikt harikt mentioned this pull request Mar 16, 2013
@harikt harikt deleted the itera branch October 31, 2013 11:52
@@ -36,7 +36,7 @@ class Filter implements FilterInterface
*/
public function setRule($field, $message, \Closure $closure)
{
$this->rules[$field] = [$message, $closure];
$this->rules[$field][] = [$message, $closure];
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressing #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants