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 #10

Closed
jakejackson1 opened this issue Dec 7, 2022 · 0 comments
Closed

Null arguments #10

jakejackson1 opened this issue Dec 7, 2022 · 0 comments

Comments

@jakejackson1
Copy link
Member

From querypath created by salarmehr: technosophos/querypath#179

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.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant