Core
Interfaces, Classes, Traits and Enums
- PropertyValueSetterInterface
- Provides a way to *extract* the value of a property.
- AbstractPropertyNameExtractor
- Provides a default implementation used to *extract* the name of a property.
- AbstractPropertyValueExtractor
- Provides a default implementation used to *extract* the value of a property.
- ContainerLoader
- Configures a dependency injection container.
- DefaultColumnName
- Provides the column name of an unconfigured property.
- DefaultLabelFormat
- Provides the label format of an unconfigured property.
- InvalidInputTypeCastToStringException
- Exception thrown if an invalid input type is cast to string.
- PropertyTypeNotDeclared
- Explicitly describes the scenario when the type of a propery is not decalred.
- RouteNotRegistered
- Represents the scenario when a handler is not associated with a given route.
- RouteParamMap
- Contains route parameters
- RouteParamNotExists
- Represents the scenario when a route param does not exist.
- SizeNotConfigured
- Represents the scenario when the size of an entity is not configured.
- ValidatorWithNoErrorMessageException
- An exception thrown if a validator does not have an error message configured.
Table of Contents
- ROUTE_PARAM_PATTERN = "/\\{([[:alpha:]]+)\\}/"
Constants
ROUTE_PARAM_PATTERN
public
mixed
ROUTE_PARAM_PATTERN
= "/\\{([[:alpha:]]+)\\}/"