Skip to content

Builder Class Post Processor

Choose a tag to compare

@wol-soft wol-soft released this 23 Sep 14:21
· 7 commits to master since this release

⚠️ Backwards incompatible changes

  • Generated classes are included just after their rendering
  • switch the return type of setter methods from self to static

Features

  • Added the Builder Class post processor to generate PHP classes to build a model step by step and validate it afterwards into the corresponding model class (docs)
  • The DateTime filter can now also accept int and float values, which are interpreted as timestamps (docs)