tattersoftware / codeigniter4-workflows

Job task control through dynamic workflows, for CodeIgniter 4
MIT License
21 stars 6 forks source link

Add `getAttribute()` #65

Closed MGatner closed 2 years ago

MGatner commented 2 years ago

Using getAttributes()['name'] gets very clunky. Add a direct accessor, and consider storing the resultant attributes somewhere since multiple calls happen frequently.