https://statamic.dev/frontend/augmentation explains the available augmentation methods, but HasAugmentedInstance.php contains more than the documented methods. It would be helpful to have more information on deferred and evaluated methods and a better explanation on which method should be used in which situation (difference between augment, defer, evaluate, shallow).
Missing methods:
- toDeferredAugmentedArray()
- toEvaluatedAugmentedArray()
https://statamic.dev/frontend/augmentation explains the available augmentation methods, but
HasAugmentedInstance.phpcontains more than the documented methods. It would be helpful to have more information on deferred and evaluated methods and a better explanation on which method should be used in which situation (difference between augment, defer, evaluate, shallow).Missing methods: