Everything under Quiote\Util.
| Class | Description |
|---|
ArrayPathDefinition | Path implements handling of virtual paths This class does not implement real filesystem path handling, but uses virtual paths. |
AttributeHolder | AttributeHolder provides a base class for managing attributes with namespaces. |
DecimalFormatter | The decimal formatter will format numbers according to a given format. |
DeprecationSilencer | Central helper to reduce noise from repetitive deprecation/notice messages during test runs. |
FormPopulationConfig | Helper to bridge configuration storage for form population between legacy namespaced attributes and the PSR-7 attribute bag on WebRequest. |
FormPopulationEngine | FormPopulationFilter automatically populates a form that is re-posted, which usually happens when a View::INPUT is returned again after a POST request because an error occurred during validation. |
HtmlFormRepopulator | Lightweight HTML form repopulation utility replacing FormPopulationFilter for container-less pipeline. |
Inflector | Inflector allows you to singularize or pluralize an English word |
ParameterHolder | ParameterHolder provides a base class for managing parameters. |
QuioteXsltProcessor | Extended XSLTProcessor class that throws exceptions on errors. |
RecursiveDirectoryFilterIterator | RecursiveDirectoryFilterIterator filters a RecursiveDirectoryIterator with a given set of include and exclude patterns. |
SchematronProcessor | SchematronProcessor transforms DOM documents according to ISO Schematron validation and transformation rules into a document containing successful reports and failed assertions. |
Toolkit | Toolkit provides basic utility methods. |
VirtualArrayPath | Path implements handling of virtual paths This class does not implement real filesystem path handling, but uses virtual paths. |
WorkerManager | Centralized state management for any persistent worker runtime (see WorkerRuntimeInterface), ensuring request-specific state is properly reset between requests while preserving performance-critical cached data. |
| Trait | Description |
|---|
InitContextAttributeAccess | The attribute accessor cluster shared by Action and View: a facade over the attributes an execution’s init context holds, so an action or view reads and writes them without knowing where they live. |