Composer constrainer is not able to handle class_alias()

julian.kreller
Software Engineer at T-Systems Multimedia Solutions GmbH Spryker Solution Partner, Spryker Technology Partner Posts: 2 🧑🏻🚀 - Cadet
I got a quite specific use case within my code, where I create an anonymous class extending another class dynamically.
Our pipelines fail since Spryker's composer-constrainer cannot handle this.
class_alias($class, '\AnyClass'); // value of $class is only known at runtime
$extendedClass = new class () extends \AnyClass {…}
Does anyone has an idea how to make this work? Otherwise the support of class_alias() should be added!
Tagged:
0
Comments
-
julian.kreller Software Engineer at T-Systems Multimedia Solutions GmbH Spryker Solution Partner, Spryker Technology Partner Posts: 2 🧑🏻🚀 - Cadet
I also created an issue and pull request to resolve this issue:
0
Categories
- All Categories
- 38 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 33 Spryker News
- 549 Developer Corner
- 420 Spryker Development
- 54 Spryker Dev Environment
- 284 Spryker Releases
- 30 Propel ORM
- 46 Community Projects
- 6 Gacela Project
- 3 PHP Bridge
- 21 Hackathon
- 3.2K 📜 Slack Archives
- 115 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random
- 4 Code Testing
- 23 Product & Business Questions
- 44 Spryker Safari Questions
- 36 The Blackhole