Isolate plugin class via namespaces #104
Labels
No labels
Compat
Breaking
Domain
admin
Domain
category
Domain
content
Domain
plugin
Domain
sidebar
Domain
themes
Kind
Bug
Kind
Dev Experience
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Theme/Bootstrap
Theme/default
Theme/Magazine
Theme/Microblog
Theme/Minimal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
koblog/koblog#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Maybe not possible, but it would be nice to isolate plugins via namespace, to avoid name conflicts related due to same plugin names
Looks like
get_declared_classes();don't count namespace classes, might need some rework of the plugin system : https://stackoverflow.com/questions/22761554/how-to-get-all-class-names-inside-a-particular-namespaceLooks like this post disagree, I'll have to try myself to see : https://stackoverflow.com/questions/5225971/is-it-possible-to-get-list-of-defined-namespaces
Looks like imports works well, but it'll have the following issues :
\