Skip to content

Util

Everything under Quiote\Util.

ClassDescription
ArrayPathDefinitionPath implements handling of virtual paths This class does not implement real filesystem path handling, but uses virtual paths.
AttributeHolderAttributeHolder provides a base class for managing attributes with namespaces.
DecimalFormatterThe decimal formatter will format numbers according to a given format.
DeprecationSilencerCentral helper to reduce noise from repetitive deprecation/notice messages during test runs.
FormPopulationConfigHelper to bridge configuration storage for form population between legacy namespaced attributes and the PSR-7 attribute bag on WebRequest.
FormPopulationEngineFormPopulationFilter 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.
HtmlFormRepopulatorLightweight HTML form repopulation utility replacing FormPopulationFilter for container-less pipeline.
InflectorInflector allows you to singularize or pluralize an English word
ParameterHolderParameterHolder provides a base class for managing parameters.
QuioteXsltProcessorExtended XSLTProcessor class that throws exceptions on errors.
RecursiveDirectoryFilterIteratorRecursiveDirectoryFilterIterator filters a RecursiveDirectoryIterator with a given set of include and exclude patterns.
SchematronProcessorSchematronProcessor transforms DOM documents according to ISO Schematron validation and transformation rules into a document containing successful reports and failed assertions.
ToolkitToolkit provides basic utility methods.
VirtualArrayPathPath implements handling of virtual paths This class does not implement real filesystem path handling, but uses virtual paths.
WorkerManagerCentralized state management for any persistent worker runtime (see WorkerRuntimeInterface), ensuring request-specific state is properly reset between requests while preserving performance-critical cached data.
TraitDescription
InitContextAttributeAccessThe 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.
NamespaceContents
FormPopulation10 types