Skip to content

3.1.1

Latest
Compare
Choose a tag to compare
@Luukdewaaier Luukdewaaier released this 02 May 15:40
· 14 commits to master since this release
879b8f9

Implemented correct handling of the Attribute class:

  • If Attribute::get defined + existing corresponding DB column : @Property
  • If Attribute::get defined + no corresponding DB column : @property-read
  • If Attribute::set defined + existing corresponding DB column : @Property
  • If Attribute::set defined + no corresponding DB column : @property-write
  • If Attribute::get defined : @Property