Namespace Docoflow\Traits
Traits summary
BulkValidator | Validate all model in current entities. You can reject all steps and validators using this trait. |
Entity | With this trait, you can create your own entities in so many ways. |
HasMutator | You can attach a static macro method to this class. Means, you can extend the class on the fly. |
Validable | Any class use this trait is can be validated. Means, you can determine if the verification is not expired. You can also change the status, check the status, etc. |