FeatureInterface

A feature representation handles preset classes.

Table of Contents

Methods

getName()  : string
Get name of feature
getPresetsOrderedByPriority()  : array<string|int, PresetInterface>
Get list of presets ordered by priority
initializePresets()  : mixed
Initialize presets

Methods

getName()

Get name of feature

public getName() : string
Return values
string

Name

initializePresets()

Initialize presets

public initializePresets(array<string|int, mixed> $postValues) : mixed
Parameters
$postValues : array<string|int, mixed>

List of $POST values of this feature


        
On this page

Search results