Index
G
- Patchable::getChanges() — Method in class Patchable
- Get changes
P
- Patchable — Class in namespace Meiko\Patchable
- Patchable trait for models
- $Patchable#patchChanges — Property in class Patchable
- Changes to attributes and relationships
- Patchable::patch() — Method in class Patchable
- Patch model
- Patchable::patchAttributes() — Method in class Patchable
- Patching the attributes
- Patchable::patchSingularRelationships() — Method in class Patchable
- Patching singular relationships (BelongsTo, HasOne)
- Patchable::patchPluralRelationships() — Method in class Patchable
- Patching plural relationships (HasMany, BelongsToMany)
R
- Patchable::resolveRelationsModel() — Method in class Patchable
- Resolve type and id to a model instance
V
- Patchable::verifyModel() — Method in class Patchable
- Verify model based on id if present and type