getformwork / formwork

🏗 A flat file-based Content Management System (CMS) to build and manage sites with simplicity
MIT License
51 stars 12 forks source link

Add data traits and interfaces #385

Closed giuscris closed 1 year ago

giuscris commented 1 year ago

This PR changes how Formwork handles data classes, using traits and interfaces to add and enforce behavior.

All the new traits enforce a $data as:

protected array $data = [];

New interfaces

New traits