‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Routing\Aspect\StaticMappableAspectInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Routing\Aspect\StaticMappableAspectInterface:
TYPO3\CMS\Core\Routing\Aspect\MappableAspectInterface TYPO3\CMS\Core\Routing\Aspect\AspectInterface TYPO3\CMS\Core\Routing\Aspect\PersistedAliasMapper TYPO3\CMS\Core\Routing\Aspect\PersistedPatternMapper TYPO3\CMS\Core\Routing\Aspect\StaticRangeMapper TYPO3\CMS\Core\Routing\Aspect\StaticValueMapper

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Routing\Aspect\MappableAspectInterface
 generate (string $value)
 
 resolve (string $value)
 

Detailed Description

Used for anything that has a fixed list of values mapped against route arguments.

Definition at line 23 of file StaticMappableAspectInterface.php.