My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

PHP overloading of class static properties and constants?

John S.A.'s photo
John S.A.
·Jul 20, 2019

PHP has support for overloading via magic method and __callStatic is added to create static method/function dynamically, is there a way to create static property and class constant dynamically?