Skip to content

add BaseModelFrozenAttributes

Compare
Choose a tag to compare
@macropay-solutions macropay-solutions released this 19 Dec 07:16
· 96 commits to production since this release
d7234c3
add BaseModelFrozenAttributes (#8)

* add BaseModelFrozenAttributes

* add BaseModelFrozenAttributes

* add BaseModelFrozenAttributes

* add BaseModelFrozenAttributes replace toArray with __toString and return json to ease the @mixin usage

* add BaseModelFrozenAttributes replace toArray with __toString and return json to ease the @mixin usage

* add BaseModelFrozenAttributes add getFrozen to BaseModel

* add BaseModelFrozenAttributes update README.md

* add BaseModelFrozenAttributes update README.md

* add BaseModelFrozenAttributes handle return type for json_decode

* Make the stdClass read only also for its content and update README.md

* README.md mention that Model is retrievable form db for frozen attributes

---------