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

Null arguments #179

Open
salarmehr opened this issue Mar 21, 2016 · 0 comments
Open

Null arguments #179

salarmehr opened this issue Mar 21, 2016 · 0 comments

Comments

@salarmehr
Copy link

Where for example $dom->text($text) is invoked while $text=null the method acts as a getter while it is not intended to be a setter (following jQuery). This is also true for attr('foo',null) and others. sending null and sending no parameter need to be distinguished. I think public function html($html = NULL) {} need to be converted to public function html() {} and the arguments fetched by func_get_args function.

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

No branches or pull requests

1 participant