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

Objects API #59

Closed
azjezz opened this issue Sep 28, 2020 · 0 comments · Fixed by #138
Closed

Objects API #59

azjezz opened this issue Sep 28, 2020 · 0 comments · Fixed by #138
Assignees
Labels
Priority: High After critical issues are fixed, these should be dealt with before any further issues. Status: In Progress This issue is being worked on, and has someone assigned. Type: Enhancement Most issues will probably ask for additions or changes.
Milestone

Comments

@azjezz
Copy link
Owner

azjezz commented Sep 28, 2020

The Obj component should contain functions that are related to objects, or OOP in general.

examples ( not sure about the naming yet ):

  • Psl\Obj\contains_method($object, $method): bool
  • Psl\Obj\contains_property($object, $property): bool
  • Psl\Obj\class_exists($classname): bool ( always triggers the autoloader )
  • pure Psl\Obj\class_included($classname): bool ( never triggers the autoloader )
    ...
@azjezz azjezz added the Type: Enhancement Most issues will probably ask for additions or changes. label Sep 28, 2020
@azjezz azjezz self-assigned this Sep 28, 2020
@azjezz azjezz added Priority: High After critical issues are fixed, these should be dealt with before any further issues. Status: Available No one has claimed responsibility for resolving this issue. labels Sep 28, 2020
@azjezz azjezz added this to the v1.0.0 milestone Sep 28, 2020
@azjezz azjezz modified the milestones: 0.1.0, 1.0.0 Oct 30, 2020
@azjezz azjezz modified the milestones: 2.0.0, 1.5.0 Feb 20, 2021
@azjezz azjezz added Status: In Progress This issue is being worked on, and has someone assigned. and removed Status: Available No one has claimed responsibility for resolving this issue. labels Feb 21, 2021
@azjezz azjezz modified the milestones: 1.5.0, 1.6.0 Mar 19, 2021
@azjezz azjezz modified the milestones: 1.6.0, 1.7.0 Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High After critical issues are fixed, these should be dealt with before any further issues. Status: In Progress This issue is being worked on, and has someone assigned. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant