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

Public Member Functions

 generate (string $value)
 
 resolve (string $value)
 

Detailed Description

Aspects that have a mapping table (either static, or in the database).

Definition at line 23 of file MappableAspectInterface.php.

Member Function Documentation

◆ generate()

◆ resolve()