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

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 invokes (more expensive) persistence invocations. Basically used to improve performance by deferring their execution.

Definition at line 24 of file PersistedMappableAspectInterface.php.