InMemoryFeatureRepository
in package
implements
FeatureRepository
Interfaces, Classes and Traits
Table of Contents
Properties
$features
private
array<string|int, mixed>
$features
= []
Methods
get()
public
get(FeatureId $featureId) : Feature
Parameters
- $featureId : FeatureId
Return values
Feature —remove()
public
remove(Feature $feature) : void
Parameters
- $feature : Feature
Return values
void —save()
public
save(Feature $feature) : void
Parameters
- $feature : Feature