‪TYPO3CMS  10.4
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

string null generate (string $value)
 
string null 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()

string null TYPO3\CMS\Core\Routing\Aspect\MappableAspectInterface::generate ( string  $value)

◆ resolve()

string null TYPO3\CMS\Core\Routing\Aspect\MappableAspectInterface::resolve ( string  $value)