Closed Gemorroj closed 7 years ago
add createEntry method.
createEntry
This is necessary if we want to override the stdClass object to another object with more extensive functionality.
stdClass
Wish: replace the stdClass object to an object with magic methods __get/__set.
__get
__set
@Gemorroj Thank you so much for the contribution!
add
createEntry
method.This is necessary if we want to override the
stdClass
object to another object with more extensive functionality.Wish: replace the
stdClass
object to an object with magic methods__get
/__set
.