MappableAspectInterface extends AspectInterface
Aspects that have a mapping table (either static, or in the database).
Table of Contents
Methods
- generate() : string|null
- resolve() : string|null
Methods
generate()
public
generate(string $value) : string|null
Parameters
- $value : string
Return values
string|nullresolve()
public
resolve(string $value) : string|null
Parameters
- $value : string