Objects API #59
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
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 )...
The text was updated successfully, but these errors were encountered: