alters
Table of Contents
Traits
- AlterArrayCleanPropertyTrait
- AlterArrayPropertyTrait
- AlterCallablePropertyTrait
- Provides support for altering a property value using a user-defined callable.
- AlterFloatPropertyTrait
- Provides a standardized way to cast a property value to `float` within the AlterDocument system.
- AlterGetDocumentPropertyTrait
- Provides logic to retrieve a document using a Documents model based on a given value and definition.
- AlterHydratePropertyTrait
- AlterIntPropertyTrait
- Casts a value (or all elements in an array) to integer.
- AlterJSONParsePropertyTrait
- AlterJSONStringifyPropertyTrait
- AlterKeyTrait
- Provides support for defining and initializing the default "alter key".
- AlterListififyPropertyTrait
- Provides a method to transform a string or array into a normalized list string.
- AlterMapPropertyTrait
- AlterNormalizePropertyTrait
- Provides a method to normalize a property value according to configurable cleaning flags.
- AlterNotPropertyTrait
- Provides an alteration to invert boolean values.
- AlterUrlPropertyTrait
- Generates URL strings from document properties, with support for base URL resolution from a DI container.
- AlterValueTrait
- Provides a method to replace a value with a fixed new one if different.