You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got error: error: ‘void Php::ClassBase::property(const char*, int32_t, int)’ is protected within this context
How to fix:
Add method(s) void property(const char *name, int32_t value, int flags = Php::Public) { ClassBase::property(name, value, flags); } into Php::Interface class
The text was updated successfully, but these errors were encountered:
I cant create constant on interface, like:
Got error: error: ‘void Php::ClassBase::property(const char*, int32_t, int)’ is protected within this context
How to fix:
Add method(s)
void property(const char *name, int32_t value, int flags = Php::Public) { ClassBase::property(name, value, flags); }
into Php::Interface classThe text was updated successfully, but these errors were encountered: