EnhancerInterface
Base interface for enhancers, which can be decorators for adding parameters, or routing enhancers which adds variants to a page.
Table of Contents
Methods
- getAspects() : array<string|int, AspectInterface>
- setAspects() : void
Methods
getAspects()
public
getAspects() : array<string|int, AspectInterface>
Return values
array<string|int, AspectInterface>setAspects()
public
setAspects(array<string|int, AspectInterface> $aspects) : void
Parameters
- $aspects : array<string|int, AspectInterface>